From 8e06de1a5755d021fd98209a163dcff6e36d64ff Mon Sep 17 00:00:00 2001 From: OLIMINATOR Date: Fri, 6 Jan 2023 21:17:43 +0100 Subject: [PATCH] feat(components): create headseo --- src/components/HeadSEO.astro | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/src/components/HeadSEO.astro b/src/components/HeadSEO.astro index e69de29..ca7046e 100644 --- a/src/components/HeadSEO.astro +++ b/src/components/HeadSEO.astro @@ -0,0 +1,31 @@ +--- +import { SITE, OPEN_GRAPH } from '../config'; + +const canonicalUrl = new URL(Astro.url.pathname, Astro.site); +--- + + +{SITE.title} + + + + + + + + + + + + + + + + + + + + + + +