upstream #1
| @@ -34,18 +34,16 @@ export const SEO = { | ||||
|  | ||||
| export const PageSeo = ({ title, description, url }) => { | ||||
|   return ( | ||||
|     <> | ||||
|       <NextSeo | ||||
|         title={`${title} – ${siteMetadata.title}`} | ||||
|         description | ||||
|         canonical={url} | ||||
|         openGraph={{ | ||||
|           url, | ||||
|           title, | ||||
|           description, | ||||
|         }} | ||||
|       /> | ||||
|     </> | ||||
|     <NextSeo | ||||
|       title={`${title} – ${siteMetadata.title}`} | ||||
|       description={description} | ||||
|       canonical={url} | ||||
|       openGraph={{ | ||||
|         url, | ||||
|         title, | ||||
|         description, | ||||
|       }} | ||||
|     /> | ||||
|   ) | ||||
| } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user