From 3765247a7fc1e4d76a4293421d855ad4cc249bb5 Mon Sep 17 00:00:00 2001 From: ndu Date: Sun, 25 Aug 2024 07:03:55 +0100 Subject: [PATCH] chore(fix): remove canonicalURL --- research/src/components/layout/BaseHead.astro | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/research/src/components/layout/BaseHead.astro b/research/src/components/layout/BaseHead.astro index 06b8d1b..bf7487d 100644 --- a/research/src/components/layout/BaseHead.astro +++ b/research/src/components/layout/BaseHead.astro @@ -7,7 +7,7 @@ interface Props { ogImage?: URL } -const canonicalURL = new URL(Astro.url.pathname, Astro.site); +//const canonicalURL = new URL(Astro.url.pathname, Astro.site); Astro.props.ogImage ??= new URL( `${Astro.url.origin}/assets/EIPsForNerds7-EIP-7657(SyncCommitteeSlashings).webp`, @@ -25,18 +25,18 @@ const { title, description, ogImage } = Astro.props - + - + - +