Skip to content
This repository was archived by the owner on Nov 26, 2024. It is now read-only.

Commit

Permalink
Fix Layout props
Browse files Browse the repository at this point in the history
  • Loading branch information
WesSouza committed Apr 15, 2024
1 parent fb500d3 commit f8da081
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 @@ export interface Props {
title: string;
description?: string;
canonicalUrl?: string;
bare: boolean
bare?: boolean
}
const { title, description = "", canonicalUrl, bare = false } = Astro.props;
Expand Down

0 comments on commit f8da081

Please sign in to comment.