Patch Changes
- #14590
577d051
Thanks @matthewp! - Fixes image path resolution in content layer collections to support bare filenames. Theimage()
helper now normalizes bare filenames like"cover.jpg"
to relative paths"./cover.jpg"
for consistent resolution behavior between markdown frontmatter and JSON content collections.