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
This seems like a bigger issue. I was trying this and found that the output generated doesn't even have a html, body and head tags unless inserted in layouts or pages. Shouldn't we be creating those if not found?
What version of
astro
are you using?1.2.3
Are you using an SSR adapter? If so, which one?
None
What package manager are you using?
npm
What operating system are you using?
Windows, Linux
Describe the Bug
After build, stylesheet is placed in the
head
and in the middle of thebody
.On Stackblitz it's reproducible on the index page (
/
) withLink to Minimal Reproducible Example
https://stackblitz.com/edit/github-xkmtka?file=src/pages/index.mdx
Participation
The text was updated successfully, but these errors were encountered: