Workers Sites vs Pages Functions guidance
Can someone from Cloudflare give some additional guidance regarding the choice? For instance, I would like to use hono and htmx for a SSR app, but I don't really want to use pages and functions. I need to host some static assets however there is a warning on the Workers Sites documentation pages to not use it for new projects and use Pages instead.
Will "Worker Sites" be retired? What are the functional differences? (apart from file based routing in Pages). How should I host static assets for use in workers.
Should I use Pages Functions in Advanced mode and have a
Thanks in advance for any help:)
Will "Worker Sites" be retired? What are the functional differences? (apart from file based routing in Pages). How should I host static assets for use in workers.
Should I use Pages Functions in Advanced mode and have a
_routes.json file?Thanks in advance for any help:)