So I have this image `/content/background.svg` that have as a featured image, a.k.a. background image, on some of my pages using: ``` --- images: - /background.svg --- ``` Is there any way to include it on the homepage as well?
So I have this image
/content/background.svgthat have as a featured image, a.k.a. background image, on some of my pages using:Is there any way to include it on the homepage as well?