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