I’ve been trying to use Vercel which seems to be good platform but it’s not loading my web page from GitHub, and it’s giving the 404 error, as: https://kevin-web-project-d9th3mk9n-kevins-projects-8b59a31b.vercel.app/.
My GitHub project: https://github.com/Kevin-Pro-Code/kevin-web-project
I’ve tried some tips i found over the internet and youtube and nothing worked, such as adding
the json archive to it…
{
"rewrites": [
{"source": "/(.*)", "destination": "/"}
]
}
So i want an alternative tip to fix this issue since i don’t use frameworks, maybe more experienced people will know it… Thanks.