-
-
Notifications
You must be signed in to change notification settings - Fork 105
Closed
Labels
Description
In Astro added a new location for asset management src/assets. When this feature is enabled, the images added to this folder should be relatively referenced to the content folder/file.
Example:
---
title: 'First post'
description: 'Lorem ipsum dolor sit amet'
pubDate: 'Jul 08 2022'
heroImage: '../../assets/blog-placeholder-1.jpg'
---
Reactions are currently unavailable