change canonical to canonicalUrl for keeping it consistent
This commit is contained in:
@ -27,7 +27,6 @@ const CommonSEO = ({ title, description, ogType, ogImage, twImage, canonicalUrl
|
||||
<link
|
||||
rel="canonical"
|
||||
href={canonicalUrl ? canonicalUrl : `${siteMetadata.siteUrl}${router.asPath}`}
|
||||
key={'canonicalUrl'}
|
||||
/>
|
||||
</Head>
|
||||
)
|
||||
|
Reference in New Issue
Block a user