Any help would be appreciated. I’ve been trying to follow some tutorials and reading through the documentation. I read through [Support Guide] I’ve deployed my site but I still see "Page not found” and this Published the page on netlify, but blank page appears endlessly.
Website: https://worldofverdure.netlify.app/
Github: GitHub - worldOfVerdure/Portfolio
The following are my build settings ------
Base Directory: /
Build Command: npm run build
Publish Directory: dist
I do not have “homepage” in my package.json. I do see a dist folder in the Deploy File Browser which contains an index.html, a favicon.ico and an assets folder with all my images and a single js file from the build process. I feel like I am missing something obvious maybe? Any help would be appreciated. I apologize in advance if I missed something obvious.