We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec6ad7f commit bac7c77Copy full SHA for bac7c77
src/templates/post.js
@@ -14,7 +14,7 @@ const Post = ({ data, pageContext }) => {
14
return (
15
<Layout>
16
<Helmet title={`${post.frontmatter.title} React Hook - useHooks`}>
17
- <link rel="canonical" href={`https://usehooks.com/${post.fields.slug}/`} />
+ <link rel="canonical" href={`https://usehooks.com${post.fields.slug}`} />
18
<meta property="og:title" content={post.frontmatter.title} />
19
<meta property="og:description" content="" />
20
<meta name="twitter:card" content="summary_large_image" />
0 commit comments