Skip to content
Compare
Choose a tag to compare
@astrobot-houston astrobot-houston released this 11 Aug 15:25
· 5455 commits to main since this release
e1a8865

Minor Changes

  • #7541 ffcfcddb7 Thanks @alexanderniebuhr! - The getRuntime utility has been deprecated and should be updated to the new Astro.locals API.

    - import { getRuntime } from '@astrojs/cloudflare/runtime';
    - getRuntime(Astro.request);
    
    + const runtime = Astro.locals.runtime;

Patch Changes