Blank page hosted on Github Pages #15814
-
The app is very simple, SPA with Quasar CLI with Vite. Everything is fine when previewing production build (quasar build then quasar serve in dest/spa). When I try to host it on GitHub Pages (dist/spa) I get a blank screen with error 404 for the files …/assets/indexXXXXX.js and the css one too. Public repo is here https://github.com/GuillaumeChk/gslr-quasar-cli and hosted pages here https://guillaumechk.github.io/gslr-quasar-cli/ I tried to remove the favicon and icons, still same error it is not about images. I don't know what is wrong as there is no explicit error and I believe I have done everything right. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Trying to edit your quasar.config.js: extendViteConf (viteConf) {
viteConf.base = './'
}, |
Beta Was this translation helpful? Give feedback.
Trying to edit your quasar.config.js: