I imported my (correctly) pushed Git repo on to Vercel, a basic HTML and CSS site. But the deployment on Vercel keeps showing a 404 not found error.
Seems like it's only deploying the static assets (.jpgs) but when I deploy, the root directory is the default ./
I tried to delete the project and redeployed a few times. No errors in build log, but only 5 static assets (within a subdirectory) are being deployed - which I didn't set the root directory to when deploying