From 638d3c874357c6f8040d8ef5170807bffc6012b7 Mon Sep 17 00:00:00 2001 From: Onni Hakala Date: Tue, 6 Feb 2024 14:34:45 +0100 Subject: [PATCH] Remove duplicate twitter meta properties which can fallback to opengraph properties --- components/PageHead.tsx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/components/PageHead.tsx b/components/PageHead.tsx index 0e2a847f7f..6bea583ef8 100644 --- a/components/PageHead.tsx +++ b/components/PageHead.tsx @@ -56,14 +56,12 @@ export const PageHead: React.FC< <> - )} {socialImageUrl ? ( <> - ) : ( @@ -74,7 +72,6 @@ export const PageHead: React.FC< <> - )} @@ -86,7 +83,6 @@ export const PageHead: React.FC< /> - {title} )