From 17c3115a0608bb7ef42c8038b36f24b2356004ec Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Thu, 5 Sep 2024 15:01:13 +0000 Subject: Added basic structure --- src/components/Head.astro | 17 +++++++++++++++++ 1 file changed, 17 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..bc5609f --- /dev/null +++ b/src/components/Head.astro @@ -0,0 +1,17 @@ +--- +const canonicalURL = new URL(Astro.url.pathname, Astro.site); +--- + + + + + + + + + + + + + Title + -- cgit v1.2.3