-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🐛 BUG: Astro deletes content injecting <head>
& <body>
#2132
Comments
🤔 Looks like these are in Not sure we could ever expect |
@natemoo-re, would this be resolved by #2193? |
Looks like this one would likely be part of the improvements for the RFC to finalize |
Thanks @tony-sull! This is on track to be fixed in withastro/compiler#267 and the subsequent |
This should be fixed in the newly released Please give feel free to reopen this issue if you're still having trouble. |
What version of
astro
are you using?0.21.10
What package manager are you using?
npm
What operating system are you using?
Mac
Describe the Bug
While investigating #2128, I noticed similar issues when Astro injects
<body>
.test-1.astro: Works!
test-2.astro: Fails.
test-2/index.html: Rendered.
Link to Minimal Reproducible Example
https://stackblitz.com/edit/github-ffn9hf
The text was updated successfully, but these errors were encountered: