đ Patch Changes
-
#12034
5b3ddfaThanks @ematipico! - Fixes an issue where the middleware wasnât called when a project uses404.astro. -
#12042
243ecb6Thanks @ematipico! - Fixes a problem in the Container API, where a polyfill wasnât correctly applied. This caused an issue in some environments wherecryptoisnât supported. -
#12038
26ea5e8Thanks @ascorbic! - Resolves image paths in content layer with initial slash as project-relativeWhen using the
image()schema helper, previously paths with an initial slash were treated as public URLs. This was to match the behavior of markdown images. However this is a change from before, where paths with an initial slash were treated as project-relative. This change restores the previous behavior, so that paths with an initial slash are treated as project-relative.