Christine Tham

Results 9 comments of Christine Tham

I had to resort to this really ugly hack .... ```tsx --- import { Image } from '@astrojs/image/components' export interface Props { image?: string } const { image } =...

> Using Vite's `import.meta.glob` works. I guess the snippet/typing could be improved a little with: > > ```astro > --- > // ... > const images = import.meta.glob('../images/*/*', { import:...

Hi - thanks for raising this issue. This appears to be related to a breaking change in leaflet 1.9.x. I have fixed the issue in Release v2.0.1 - can you...

Hello thanks for your feedback. I can't seem to replicate this issue. Perhaps it is related to `nginx` as you suggest. The other option is you can try upgrading to...

Hello, thanks for your feedback. One option you can try is to remove the following line from `src/layouts/base.astro`: ```html ```

It *should* build if you upgrade astro to 2.80 and @astrojs/markdoc to 0.4.1 (apparently the version numbers need to match between the two packages). Or upgrade to the current latest...

> Has some easy way to change color from purple to green? Global search and replace '-purple-' with '-green-'?

Hello Unfortunately, the implementation of X-Frame-Options header and Content Security Policy’s frame-ancestors is deployment dependent and must be implemented in the web server, not as meta tags in the code....

Hi are you still experiencing this problem? I am not able to replicate your issue (I am using a Mac and node 20): ``` $ pnpm preview > [email protected] preview...