Skip to content

Commit

Permalink
Merge pull request #2036 from kailashloginradius/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
kailashloginradius authored Dec 9, 2024
2 parents 01b1505 + 6e1d92b commit 56e194b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/seo.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ const SEO = ({
<link rel="icon" href={withPrefix("/favicon.png")} />
<link
rel="canonical"
href={seo.canonial !== "null" ? seo.canonial : seo.url}
href={seo.canonial ? seo.canonial : seo.url}
/>
<meta http-equiv="content-language" content="en"></meta>
<meta name="description" content={seo.description} />
Expand Down

0 comments on commit 56e194b

Please sign in to comment.