You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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-webmanifest, I am using @astro/sitemap and astro-robots-txt in my config. I was also generating an RSS feed using @astrojs/rss, which seems to have stopped working now. I am mentioning it to cover the off chance that it might be interacting with astro-webmanifest.
Cheers!
The text was updated successfully, but these errors were encountered:
I can't get astro-webmanifest working on astro 4.3.5. Getting an error like this:
[vite] Error when evaluating SSR module /mnt/STUFF/projects/neo-website/astro.config.ts: failed to import "astro-webmanifest"
|- Error:
Something went wrong installing the "sharp" module
Cannot find module '../build/Release/sharp-linux-x64.node'
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-webmanifest
, I am using@astro/sitemap
andastro-robots-txt
in my config. I was also generating an RSS feed using@astrojs/rss
, which seems to have stopped working now. I am mentioning it to cover the off chance that it might be interacting withastro-webmanifest
.Cheers!
The text was updated successfully, but these errors were encountered: