From b8365b66d79f641048361eb153b3bbbb22984370 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Tue, 31 Dec 2024 23:13:24 -0500 Subject: [PATCH] Now this should actually fix it --- src/layouts/Page.astro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; --- - +