From 6f90fc50dbe2f6501392e4aec32f9c6a74814a9d Mon Sep 17 00:00:00 2001 From: Timothy Date: Wed, 13 Jan 2021 22:39:56 +0800 Subject: [PATCH] fix seo --- components/SEO.js | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/components/SEO.js b/components/SEO.js index e128004..faf228a 100644 --- a/components/SEO.js +++ b/components/SEO.js @@ -34,18 +34,16 @@ export const SEO = { export const PageSeo = ({ title, description, url }) => { return ( - <> - - + ) }