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 && ( <> - - + + )}