diff --git a/source/src/layouts/Base.astro b/source/src/layouts/Base.astro index 6390f47..cb6dad6 100644 --- a/source/src/layouts/Base.astro +++ b/source/src/layouts/Base.astro @@ -1,6 +1,6 @@ --- // Properties -const {Title, Query} = Astro.props +const {Title, Query, QueryText} = Astro.props // Components import Head from "@components/global/Head.astro"; @@ -13,6 +13,6 @@ import '@styles/mobile.scss' --- -
+