Minor Changes
-
#7541
ffcfcddb7
Thanks @alexanderniebuhr! - ThegetRuntime
utility has been deprecated and should be updated to the newAstro.locals
API.- import { getRuntime } from '@astrojs/cloudflare/runtime'; - getRuntime(Astro.request); + const runtime = Astro.locals.runtime;