### Astro Info ```block Astro v4.4.1 Node v20.10.0 System macOS (arm64) Package Manager npm Output static Adapter none Integrations @astrojs/sitemap ``` ### If this issue only occurs in one browser, which browser is a problem? _No response_ ### Describe the Bug After https://github.com/withastro/astro/pull/9846, sometimes the structure is incorrect when generating the sitemap. (even not set `prefix`) but `${pefix}-0.xml` is always the correct structure. https://github.com/withastro/astro/assets/51779800/2407030f-c4d3-410a-ad10-b0743cba9b4d ### What's the expected result? Always generated with the correct structure ### Link to Minimal Reproducible Example N/A ### Participation - [x] I am willing to submit a pull request for this issue. (If I can, maybe need support)
Astro Info
If this issue only occurs in one browser, which browser is a problem?
No response
Describe the Bug
After #9846, sometimes the structure is incorrect when generating the sitemap. (even not set
prefix)but
${pefix}-0.xmlis always the correct structure.sitemap.mov
What's the expected result?
Always generated with the correct structure
Link to Minimal Reproducible Example
N/A
Participation