Cloudflare Prerendering
When I followed the Cloudflare guide and then enabled prerendering, I got build errors about compatibilityFlags.
I was able to remove the cloudflare() plugin and then use this wrangler.jsonc:
With prerender: { enabled: true } this seems to work now.
Are there any downsides with this setup, since I've removed the cloudflare plugin from my vite.config.ts?