diff --git a/src/layouts/Page.astro b/src/layouts/Page.astro index 2cafa0c..c9066be 100644 --- a/src/layouts/Page.astro +++ b/src/layouts/Page.astro @@ -1,9 +1,9 @@ --- import Layout from '../layouts/Layout.astro'; -const { title, description } = Astro.props; +const { frontmatter } = Astro.props; --- - +