diff options
Diffstat (limited to '.changeset/sixty-oranges-walk.md')
-rw-r--r-- | .changeset/sixty-oranges-walk.md | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/.changeset/sixty-oranges-walk.md b/.changeset/sixty-oranges-walk.md deleted file mode 100644 index ef3e14a7e..000000000 --- a/.changeset/sixty-oranges-walk.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'astro': patch ---- - -Resolves image paths in content layer with initial slash as project-relative - -When 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. |