Skip to content

Commit d2ab19b

Browse files
committed
fix(docs): add canonical url to head
1 parent 409780f commit d2ab19b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

apps/docs/src/components/meta-tags.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ export function MetaTags(rawProps: HeadProps) {
4848
<Meta name="og:image:width" content="1200" />
4949
<Meta name="og:image:height" content="630" />
5050

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

0 commit comments

Comments
 (0)