What version of astro are you using?
1.4.6
Are you using an SSR adapter? If so, which one?
cloudflare
What package manager are you using?
yarn
What operating system are you using?
windows
Describe the Bug
HTML rendering incorrectly when using SSR with Cloudflare.
repro steps:
yarn
yarn build
yarn preview

<html>
<body>
<!--StartFragment-->
| <!DOCTYPE html>
-- | --
| <html lang="en">
| <head>
| <meta charset="utf-8">
| <meta name="viewport" content="width=device-width">
| <meta name="generator"<!DOCTYPE html>
| content="Astro v1.4.6"<!DOCTYPE html>
| >
| <title>Astro</title>
| <!DOCTYPE html>
| <!DOCTYPE html>
| </head>
| <body>
| <h1>Astro</h1>
| </body></html>
<!--EndFragment-->
</body>
</html>
Link to Minimal Reproducible Example
https://github.com/DaZiYuan/astro-ssr-test.git
Participation
What version of
astroare you using?1.4.6
Are you using an SSR adapter? If so, which one?
cloudflare
What package manager are you using?
yarn
What operating system are you using?
windows
Describe the Bug
HTML rendering incorrectly when using SSR with Cloudflare.
repro steps:
Link to Minimal Reproducible Example
https://github.com/DaZiYuan/astro-ssr-test.git
Participation