Skip to content

Commit

Permalink
fix(docs): add canonical url to head
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-karger committed Apr 7, 2024
1 parent 409780f commit d2ab19b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/docs/src/components/meta-tags.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ export function MetaTags(rawProps: HeadProps) {
<Meta name="og:image:width" content="1200" />
<Meta name="og:image:height" content="630" />

<Link rel="canonical" href={BASE_URL} />
<Link rel="manifest" href={`${BASE_URL}/site.webmanifest`} />
<Link rel="icon" type="image/svg+xml" href="/favicon.ico" />
<Link rel="shortcut icon" href="/favicon-16x16.png" />
Expand Down

0 comments on commit d2ab19b

Please sign in to comment.