I have some simple code that creates a Route to different urls on my website.
It works great on my local host. I can type in the URL and it loads up nicely.
But, my Workers site cannot find the URLs. It says:
“could not find login/index.html in your content namespace” and “could not find signup/index.html in your content namespace”
I am just trying to access different URLs on my site. Anyone know any solutions?