11 lines
256 B
Markdown
11 lines
256 B
Markdown
---
|
|
title: "Example Cover Image"
|
|
description: "This post is an example of how to add a cover/hero image"
|
|
publishDate: "04 July 2023"
|
|
updatedDate: "21 January 2025"
|
|
coverImage:
|
|
src: "./cover.jpg"
|
|
alt: "Astro build wallpaper"
|
|
tags: ["test", "image"]
|
|
---
|