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
Am I doing things right? sitemap-0 does show all the pages on my site currently. Am I meant to be using the sitemap-0.xml or something else in a different way?
It's not clear on the documenation.
What's the expected result?
Is my implementation of sitemap correct?
Am I not meant to see a page showing all my site links?
Link to Minimal Reproducible Example
seeabove
Participation
I am willing to submit a pull request for this issue.
The text was updated successfully, but these errors were encountered:
Hi! Issues are for bugs, not for support. Discord is a better place for this kind of things. But to answer your question, everything is explained at https://docs.astro.build/en/guides/integrations-guide/sitemap/. The file you should link is the one that ends with index.xml
Astro Info
If this issue only occurs in one browser, which browser is a problem?
No response
Describe the Bug
I have these site map settings, after reading the astro docs.
I also have this astro header component:
There is no sitemap when I run npm run dev.
When I do npm run build and then npm run preview, I see two files in the dist folder.
Then when I go to:
http://localhost:4321/base/sitemap-index.xml
All I see is in the browser, is:
http://localhost:4321/base/sitemap-0.xml gives
https://www.mysite.com/base/auth/error/https://www.mysite.com/base/en-gb/https://www.mysite.com/base/en-gb/auth/error/
Am I doing things right? sitemap-0 does show all the pages on my site currently. Am I meant to be using the sitemap-0.xml or something else in a different way?
It's not clear on the documenation.
What's the expected result?
Is my implementation of sitemap correct?
Am I not meant to see a page showing all my site links?
Link to Minimal Reproducible Example
seeabove
Participation
The text was updated successfully, but these errors were encountered: