Skip to content

Commit

Permalink
fix(website): remove canonical link as because it's unnecessary
Browse files Browse the repository at this point in the history
  • Loading branch information
roldanjr committed Oct 2, 2020
1 parent b41c387 commit a4cd6ba
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions website/src/components/PageHead.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -194,10 +194,6 @@ export const PageHead: React.FC<Props> = ({
type: "application/xml",
href: "/sitemap.xml",
},
{
rel: "canonical",
href: websiteUrl,
},
]}
defer={false}
>
Expand Down

0 comments on commit a4cd6ba

Please sign in to comment.