I have a nextjs static site, all HTML, js and css. No server side rendering. I want to have the nextjs app generate a bunch of static "websites" for different clients.
Then (I'm not sure if I can do this) I want to intercept all the request to the pages IP and based on the host, fetch the correct ASSETS.
Imagine: client1.com -> Pages Function -> Retrieve static file from ASSETS/client1/index.html
I'm trying to work with the
_worker.js
_worker.js
file, but it seems that cloudflare is not picking it.