Sitemap is hanging
When running
vite build --mode production everything works very nicely up until the point where the sitemap is generated. At that point, it just hangs indefinitely.
Attached is my vite.config.ts and the dependencies are:
I've tried setting sitemap.enabled: false but this gave the error:
What else is needed to help resolve this? This "was" working....3 Replies
parallel-tan•2mo ago
wait how are you getting this ? when i set sitemap.enabled: true it does nothing
it doesnt even try to generate it
nvm i got it: prerendering with crawling needs to be enabled
rival-blackOP•2mo ago
@notKamui Try my vite.config.js. Copy the relevant parts from that. It has been working nicely for me… but now hanging
national-gold•2mo ago
can you please create a github issue for this including a minimal reproducer project?