release notes
release notes
Published 2 weeks ago
Safe upgrade#16571 d4b0cd1 Thanks @MA2153! - Sets immutable cache headers for static assets
Static assets under _astro can be cached to improve performance. The adapter now automatically injects a Cache-Control header at build time when possible.
#16968 7a5c001 Thanks @astrobot-houston! - Fixes a build crash when using experimental.advancedRouting with a custom fetchFile that statically imports cf from @astrojs/cloudflare/fetch. The circular dependency between @astrojs/cloudflare/fetch and astro/app/entrypoint caused createApp or createGetEnv to be undefined at module evaluation time. Initialization is now deferred to the first cf() call, breaking the cycle.
Updated dependencies []:
release notes
Published 2 weeks ago
Safe upgrade#16571 d4b0cd1 Thanks @MA2153! - Sets immutable cache headers for static assets
Static assets under _astro can be cached to improve performance. The adapter now automatically injects a Cache-Control header at build time when possible.
#16968 7a5c001 Thanks @astrobot-houston! - Fixes a build crash when using experimental.advancedRouting with a custom fetchFile that statically imports cf from @astrojs/cloudflare/fetch. The circular dependency between @astrojs/cloudflare/fetch and astro/app/entrypoint caused createApp or createGetEnv to be undefined at module evaluation time. Initialization is now deferred to the first cf() call, breaking the cycle.
Updated dependencies []:
The web framework for content-driven websites. ⭐️ Star to support our work!