astro@5.0.0-beta.2
版本发布时间: 2024-09-24 17:12:05
withastro/astro最新发布版本:astro@5.0.0-beta.2(2024-09-24 17:12:05)
Patch Changes
-
#12035
325a57c
Thanks @ascorbic! - Correctly parse values returned from inline loader -
#12022
ddc3a08
Thanks @Princesseuh! - Properly handle including trailing slash on the image endpoint route based on the trailingSlash config -
#12016
837ee3a
Thanks @matthewp! - Fixes actions with large amount of validation errors -
#12030
10a756a
Thanks @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.