I have programs to launch my application on the cloudflare pages.

I run my html code "index.html" but it doesn't accept it, it just says "hello world"
No description
1 Reply
Cyb3r-Jak3
Cyb3r-Jak33mo ago
You need to import the index file into your worker and return it from the worker. If you are just doing static html then pages would be a better fit for you.