Console error shows : Loading module from “https://<myGithubName>.github.io/src/main.jsx” was blocked because of a disallowed MIME type (“text/html”).
Loading failed for the module with source “https://<myGithubName>.github.io/src/main.jsx”.
I've followed the Vite documentation to deploy to Github Pages, setting the 'base' in vite.config to my Github repo name -> base: '<repo-name>'.
In researching Stack Overflow answers to people who encountered similar errors, they mostly say the 'type' on the <script> tag must be set correctly, but with React there is no such tag.
I'm a little lost as to what I might be doing wrong, especially for such a simple static page application.
https://github.com/ellis3684/quiz-game
https://ellis3684.github.io/quiz-game/