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;
-
+