@astrojs/cloudflare@13.0.2
📦 astroView on GitHub →
🐛 2 fixes🔧 1 symbols
Summary
This patch release fixes an issue with `return;` syntax in frontmatter and corrects incorrect KV binding behavior in the Cloudflare adapter.
🐛 Bug Fixes
- Fixed an issue where the `return;` syntax did not work correctly in frontmatter in certain contexts.
- Resolved an issue in the Cloudflare adapter where it incorrectly added a `SESSION` KV binding even when sessions were configured to use a different driver (e.g., `unstorage/drivers/null`).