@astrojs/cloudflare@13.0.0-beta.8
Breaking Changes📦 astroView on GitHub →
⚠ 1 breaking🐛 1 fixes🔧 1 symbols
Summary
This release drops official support for Cloudflare Pages deployments, shifting focus to Cloudflare Workers, and fixes an issue where static sites incorrectly outputted worker code.
⚠️ Breaking Changes
- Official support for deploying to Cloudflare Pages has been dropped. Users deploying to Cloudflare Pages must migrate to Cloudflare Workers for continued support and optimal experience.
Migration Steps
- If currently deploying to Cloudflare Pages, migrate to Cloudflare Workers by following the Cloudflare guide for an optimal experience.
🐛 Bug Fixes
- Fixed fully static sites to prevent outputting server-side worker code; the `_worker.js` directory is now removed from the build output when all routes are prerendered.