When i try to deploy my react app to github pages with the package gh-pages, the result page is blank.result page
The page I am trying to deploy is here: LINK I don't know if it matters but I am currently using the free domain given to me by GitHub: www.elvas.me
I tried following the react official docs: Link, but it didn't work for me... Perhaps it's because I am using vite and not create-react-app?
*Edit*
Found out that the site is trying to get the .js and the .css from the wrong place.
I just don't know what I am doing wrong...
npm run build
? It looks like your files aren't the build files in the github repo – Stratovisionyarn run build
. The files don't look the same because I was testing stuff, but now it's all updated. Still not working tho. – Unhitchyarn deploy
, it will automatically do theyarn run build
right? – Unhitch