From f7bb4324856bf4e58148c421dc7fd8ead6aecd3b Mon Sep 17 00:00:00 2001 From: DIYgod Date: Sun, 16 Oct 2022 15:33:23 +0100 Subject: [PATCH] fix: twitter card --- src/components/common/SEOHead.tsx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/components/common/SEOHead.tsx b/src/components/common/SEOHead.tsx index 3020b578..a784d2a0 100644 --- a/src/components/common/SEOHead.tsx +++ b/src/components/common/SEOHead.tsx @@ -11,6 +11,7 @@ export const SEOHead: React.FC<{ return ( {title ? `${title} - ${siteName}` : siteName} + @@ -20,8 +21,11 @@ export const SEOHead: React.FC<{ {image && ( <> - - + + )}