From e15fecf6cf5b4590eea00f44c4423f7fc1bb015c Mon Sep 17 00:00:00 2001 From: Felix Roos Date: Sun, 5 Feb 2023 17:19:32 +0100 Subject: [PATCH] google gtfo --- website/src/components/HeadCommon.astro | 27 ------------------------- website/src/components/HeadSEO.astro | 17 +++------------- 2 files changed, 3 insertions(+), 41 deletions(-) diff --git a/website/src/components/HeadCommon.astro b/website/src/components/HeadCommon.astro index ecc6ae21..ba6e751c 100644 --- a/website/src/components/HeadCommon.astro +++ b/website/src/components/HeadCommon.astro @@ -12,34 +12,7 @@ const base = BASE_URL; - - - - - - - - - - - - - diff --git a/website/src/components/HeadSEO.astro b/website/src/components/HeadSEO.astro index c40e0432..556b50a7 100644 --- a/website/src/components/HeadSEO.astro +++ b/website/src/components/HeadSEO.astro @@ -2,8 +2,8 @@ import { SITE, OPEN_GRAPH, Frontmatter } from '../config'; export interface Props { - frontmatter: Frontmatter; - canonicalUrl: URL; + frontmatter: Frontmatter; + canonicalUrl: URL; } const { frontmatter, canonicalUrl } = Astro.props as Props; @@ -23,11 +23,7 @@ const imageAlt = frontmatter.image?.alt ?? OPEN_GRAPH.image.alt; - + @@ -37,10 +33,3 @@ const imageAlt = frontmatter.image?.alt ?? OPEN_GRAPH.image.alt; - -