Here are the steps I took condensed:
- Published my project using VSCode's publish repo button.
- added the npm command:
npm run deploy
=>npx gh-pages -d dist
- ran
npm run build
- ran
npm run deploy
- added "
base:"/lilys-website/",
" into the filevite.config.js
- ran
npm run build
&npm run deploy
again
The issue is that my page is only loading in the CSS but not the JS from what I can guess. It's only showing a blank screen. Looking at DevTools doesn't help as there isn't any errors for not being able to load a file.
Steps taken are from this video: https://www.youtube.com/watch?v=d-PTp1rmr30