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;
-
-