Design comparison
SolutionDesign
Solution retrospective
badly need help! i got this error after deploying, did everything to fix it
error message - Loading module from “https://giiancarlonv.github.io/assets/index-66f0fd8a.js” was blocked because of a disallowed MIME type (“text/html”).
*edit fixed. thanks everyone!!
Community feedback
- @ChamuMutezvaPosted over 1 year ago
What role is the line playing , because you injected it in your index.html file?
1 - @fazzaamiarsoPosted over 1 year ago
Hi @giiancarlonv!
I've taken a look at your code and I suspect it's because of the Script tag in
index.html
that contains the attributes below which not suppose to be theretype="module" src="https://giiancarlonv.github.io/assets/index-66f0fd8a.js"
I hope it helps! Cheers!
1
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord