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
If this issue only occurs in one browser, which browser is a problem?
No response
Describe the Bug
If base is set in Astro config, as in this example, the sitemap will generate an incorrect path in sitemap-index.xml because the base will be needed if the base is actually used as part of the deployment.
What's the expected result?
Assuming a base of '/docs', the location of sitemap-0.xml should include this path.
Astro Info
If this issue only occurs in one browser, which browser is a problem?
No response
Describe the Bug
If
base
is set in Astro config, as in this example, the sitemap will generate an incorrect path insitemap-index.xml
because thebase
will be needed if thebase
is actually used as part of the deployment.What's the expected result?
Assuming a
base
of'/docs'
, the location ofsitemap-0.xml
should include this path.Link to Minimal Reproducible Example
https://stackblitz.com/edit/github-zitxah?file=dist%2Fsitemap-index.xml
Participation
The text was updated successfully, but these errors were encountered: