I have a static collection in a self hosted project (Cloudflare), which needs to be updated regularly. (I know there is this workaround with the dynamic Metadata on Cloudflare) but I would have to change structure of the App again.. This is why I would like to stick to a static collections.
As I selfhost I can’t use the sync collection hook but the hook basically just pulls the data freshly. The hook url seems to just fetch a collection from my understanding using a workflow is this correct? I found this workflow:
Does it work if I just set up a Cloudflare worker or even build script that triggers this workflow to have this data up to date (after redeploying)?
Probably a question for the weweb dev team @Alexis