From d17bca56238e9ca326d60e58230d0d354f23bfe8 Mon Sep 17 00:00:00 2001 From: seth Date: Wed, 9 Oct 2024 10:59:13 -0400 Subject: back to astro for hopefully the last time (#146) --- src/components/Head.astro | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 src/components/Head.astro (limited to 'src/components/Head.astro') diff --git a/src/components/Head.astro b/src/components/Head.astro new file mode 100644 index 0000000..d355012 --- /dev/null +++ b/src/components/Head.astro @@ -0,0 +1,22 @@ +--- +import "@styles/style.scss"; +import "@fontsource/noto-sans"; +import notoSansWoff2 from "@fontsource/noto-sans/files/noto-sans-latin-400-normal.woff2"; + +const { title, description } = Astro.props; +--- + + + + {title || "Getchoo's Website"} + + + + + -- cgit v1.2.3