From 907c37d972dbc9a4a1499a1f5530dddae1850290 Mon Sep 17 00:00:00 2001 From: Korbs Date: Thu, 12 Dec 2024 17:50:14 -0500 Subject: [PATCH] Set default meta color --- src/components/global/Head.astro | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/components/global/Head.astro b/src/components/global/Head.astro index 1bc8e15..f92e901 100755 --- a/src/components/global/Head.astro +++ b/src/components/global/Head.astro @@ -1,4 +1,7 @@ --- +// Settings +import {SiteSettings} from "@config" + // Properties const { Title } = Astro.props; --- @@ -12,7 +15,7 @@ const { Title } = Astro.props; - +