v5 beta - @astrojs/sitemap excluded from final static output with Vercel adapter #445
Labels
- P4: important
Violate documented behavior or significantly improves performance (priority)
needs triage
Issue needs to be triaged
pkg: vercel
Related to Vercel adapter (scope)
Astro Info
If this issue only occurs in one browser, which browser is a problem?
No response
Describe the Bug
output is
static
Using the versions above, the sitemap-index.xml and sitemap-0.xml files are created in
/dist
instead of.vercel/output/static
, excluding them from the final vercel deployment.What's the expected result?
astro-v4
branch in the reprooutput is
hybrid
No
/dist
folder is created at all after building, and the sitemap is properly generated in.vercel/output/static
.Link to Minimal Reproducible Example
https://github.com/dotnize/astro-sitemap-vercel-static
Participation
The text was updated successfully, but these errors were encountered: