-
Notifications
You must be signed in to change notification settings - Fork 12
Netlify deploy: no xml in root #30
Comments
Same error for me with Netlify |
Was working on local. In local, even with 'yarn run dev', sitemap is generated in ".output/public/" folder, not on "public" folder |
Working fine on Netlify when I change Publish directory from dist to .output/public. |
any fix to this ? |
I couldnt fix it, so I found a solution to use another package. |
Facing the same issue here. Mind sharing what solution you ended up with? |
anyone found a fix for this? |
Guys, this is related to #13 My solution was to apply a patch to the package just like this suggestion: #17 (comment) I used yarn 2 instead of pnpm and it's working well. |
Am generating a perfect xml with dynamic routes locally, but after deploying the sitemap.xml is not there.
From the deploy logs:
6:19:23 AM: [success] Generated /.output/public/sitemap.xml
6:19:23 AM: [success] You can now deploy
dist
to any static hosting!If I download and look at the deploy folder, its not there, and /sitemap.xml is returning 404
Am very confused:)
The text was updated successfully, but these errors were encountered: