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
Got this on my first build. I suspect there's an nginx setting I need to tweak?
The text was updated successfully, but these errors were encountered:
dandv
changed the title
"was blocked because of a disallowed MIME type (“text/html”)"
"Loading module from “h/hello-astro/_astro/hoisted.d643c4ae.js” was blocked because of a disallowed MIME type (“text/html”)"
Aug 9, 2023
I've managed to figure out what the issue is If you're using github pages. It won't serve assets from folders that begin with _. As such you'll have to override the config with another name.
I had the same problem and the page rendered without any css at all. It turns out the links in the built html files just needed to be changed from ="/_astro to ="./_astro
Got this on my first build. I suspect there's an nginx setting I need to tweak?
The text was updated successfully, but these errors were encountered: