@astrojs/cloudflare@14.1.0
📦 astroView on GitHub →
✨ 3 features🐛 2 fixes🔧 1 symbols
Summary
This release introduces enhanced image service configuration options for the Cloudflare adapter, including 'compile' and 'custom' modes for pre-rendered routes. It also includes fixes for development warnings and dependency specification issues.
✨ New Features
- Adds configured image service support with the 'compile' and 'custom' options in the Cloudflare adapter.
- Setting 'imageService: 'compile'' now ensures it is used for pre-rendered routes.
- With 'imageService: 'custom'', assets are now processed at build time for pre-rendered routes.
🐛 Bug Fixes
- Prevents warnings in the Cloudflare adapter about optimizing the @astrojs/cloudflare/entrypoints/server module in dev.
- Fixes an issue where the peerDependencies field used incorrect dependencies.