-
I'm using `hybrid` mode with `mdx` to render the blog content.
With `@astrojs/node`, the production build serves the image with `.webp` normally.
But with `astro-bun`, it is always **404 not found…
-
MDX has matured quite a bit since this was discussed previously on the forum.
- Now at version 3
- Supports YAML or Native [frontmatter](https://mdxjs.com/guides/frontmatter/)
- Has a CLI
It i…
-
### Describe the problem
One of the most common packages many repos install once they pick up steam is `clsx` or a similar library to help manage their classes. While svelte already allows for easy…
-
To improve the usability of Astro-Shield, it would be good to support the generation of headers metadata specific for the Cloudflare provider, so we can generate CSP headers for static content.
#…
-
While I was making a post using these sources, I accidentally found out that if a category contains #, an error occurs during the birch.
I've been looking for a way to fix this error. My conclusion i…
-
I have trouble getting napi to work with astro. I believe the problem lies in the importing logic, CommonJS vs ES modules and Vite.
Related: https://github.com/napi-rs/napi-rs/issues/1429, https://…
-
### Steps to reproduce
1. Create a Flutter web project
2. Follow the [instructions for embedding in a web page](https://docs.flutter.dev/platform-integration/web/embedding-flutter-web#enable-multi…
-
### Describe the bug
Hello, I have partytown not working in my astro.js project.
I try to run it from the official integration and it doesn't work https://docs.astro.build/en/guides/integrations-gui…
-
### Describe the problem
i like sveltekit support array for publicPrefix config.
I have to deal with a vendor lib that expect public environment variables prefixed with NHOST_* and rest used PUBLI…
-
Hi,
I had the webmanifest working prefectly in Astro 3. I upgraded to Astro 4 and found the webmanifest does not work any more. There is always a residual .mjs file after a build. Besides `astro-we…