blob: ef3e14a7eb98879e0a2902dbeeadaf7c3c1883b2 (
plain) (
blame)
1
2
3
4
5
6
7
|
---
'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.
|