diff --git a/components/SEO.tsx b/components/SEO.tsx index 3e814c3..1a21528 100644 --- a/components/SEO.tsx +++ b/components/SEO.tsx @@ -2,7 +2,7 @@ import Head from 'next/head' const SEO = ({ title, description, image }:SEOProps):JSX.Element => { return
-