I'm having problems about Github pages

1 day ago 2
ARTICLE AD BOX

Please be kind, maybe it's me being stupid but I'm freaking losing my mind, so I have this react project (https://github.com/Atmoloid/Portfolio) which I want to upload online with github pages, it uploads succesfully, but everything that I see is a blank page(I also tried different browser on different devices and it's the same) here's the website https://atmoloid.github.io/Portfolio/.

I tried to debug it and both gemini and copilot suggeste useless things like, checking my html, and doing npm run build but I've done everything but nothing changed, I checked the terminal on the webpage and it says:

Loading module from “https://atmoloid.github.io/src/main.jsx” was blocked because of a disallowed MIME type (“text/html”).

even with this error gemini and copilot suggested me to check the vite.config.js or the html inside the dist but still blank page...

So I really hope you can help me

Thanks

Read Entire Article