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
I found that my utf-8 encoding was not being applied correctly, and I traced it down to my head contents being placed inside the body instead of in the head. It occurs due to my page looking like this:
If I change the redirect to a normal layout or something, it works. So I suppose I just need to make another component to do the redirect. But I wanted to at least let y'all know this is happening.
Looks like you got a fix in that commit, but +1 to a larger fix for us. If we can't fix this as a small bug, we're also getting ready to redo our larger head handling soon. RFC here: withastro/roadmap#26
What version of
astro
are you using?0.21.4
What package manager are you using?
npm
What operating system are you using?
mac
Describe the Bug
I found that my utf-8 encoding was not being applied correctly, and I traced it down to my head contents being placed inside the
body
instead of in the head. It occurs due to my page looking like this:If I change the redirect to a normal layout or something, it works. So I suppose I just need to make another component to do the redirect. But I wanted to at least let y'all know this is happening.
Link to Minimal Reproducible Example
https://stackblitz.com/edit/github-v7dk72?file=src/pages/index.astro
The text was updated successfully, but these errors were encountered: