Skip to content

Commit

Permalink
Update Layout.astro
Browse files Browse the repository at this point in the history
  • Loading branch information
rifting authored Nov 12, 2024
1 parent 4ab3de4 commit 2e9584e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ interface Props {
title: string;
noHeader?: string;
description?: string;
image: string;
image?: string;
}
const { title, noHeader, description, image } = Astro.props;
Expand Down

0 comments on commit 2e9584e

Please sign in to comment.