100 rules limit on Astro-generated site
Previously, I ran my Astro website with node under Docker.
Since the cluster is getting too expensive for me in the long run, I'm in the process of switching to Cloudflare and have tried to use the Cloudflare adapter for Astro.
Apparently the workers have an upper limit for rules (100).
A _routes.json with almost 150 exclude rules is created for the static files.
Does anyone have a good approach to solving the problem?
Since the cluster is getting too expensive for me in the long run, I'm in the process of switching to Cloudflare and have tried to use the Cloudflare adapter for Astro.
Apparently the workers have an upper limit for rules (100).
A _routes.json with almost 150 exclude rules is created for the static files.
Does anyone have a good approach to solving the problem?