What version of astro are you using?
1.0.0-beta.51
Are you using an SSR adapter? If so, which one?
nodejs
What package manager are you using?
pnpm
What operating system are you using?
Mac
Describe the Bug
The generated sitemap file looks like this (no entries basically):
<?xml version="1.0" encoding="UTF-8"?><urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"></urlset>
In non-SSR mode, it contains all the entries that I would expect.
Link to Minimal Reproducible Example
https://stackblitz.com/edit/github-2uh2aq?file=astro.config.mjs
Participation
What version of
astroare you using?1.0.0-beta.51
Are you using an SSR adapter? If so, which one?
nodejs
What package manager are you using?
pnpm
What operating system are you using?
Mac
Describe the Bug
The generated sitemap file looks like this (no entries basically):
In non-SSR mode, it contains all the entries that I would expect.
Link to Minimal Reproducible Example
https://stackblitz.com/edit/github-2uh2aq?file=astro.config.mjs
Participation