From f62e6702612e97198f619d45926af1416bf5b655 Mon Sep 17 00:00:00 2001 From: thiloho <123883702+thiloho@users.noreply.github.com> Date: Sun, 28 May 2023 16:46:25 +0200 Subject: [PATCH] Add opengraph head meta tags --- src/components/Head.astro | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/components/Head.astro b/src/components/Head.astro index d639093..3da8d7b 100644 --- a/src/components/Head.astro +++ b/src/components/Head.astro @@ -16,5 +16,9 @@ const imageUrl = ogImage ? Astro.url.origin + ogImage : Astro.url.origin + "/cov const storedTheme = localStorage.getItem("theme"); document.documentElement.className = storedTheme; + + + + \ No newline at end of file