404 error after deploying page/worker
I deployed a .html website to a worker page and I am getting a 404:
This workouttracker20.pages.dev page can’t be found
No webpage was found for the web address: https://workouttracker2.pages.dev/
HTTP ERROR 404
Any idea what can be driving this?
4 Replies
do you have a index.html?
no, it's just thewebsite.html, do i need to drop in an index?
i thought i could just deploy .html's through cloudflare pages hah
i'm an idiot, all fixed, ty so much for the quick help while OOO ❤️
index.html is specifically for serving / the root directory
if you had let's say contact-us.html that would be available at /contact-usah, that makes a ton of sense