Skip to content

Commit c7252a9

Browse files
authored
Merge pull request #207 from forestream/fix-meta
add canonical urls
2 parents ee6c8a3 + a29d849 commit c7252a9

File tree

25 files changed

+108
-1
lines changed

25 files changed

+108
-1
lines changed

apps/landing/public/og-image.png

149 KB
Loading

apps/landing/src/app/(detail)/docs/api/box/page.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
export const metadata = {
22
title: 'Box',
3+
alternates: {
4+
canonical: '/docs/api/box',
5+
}
6+
37
}
48

59
# Box

apps/landing/src/app/(detail)/docs/api/button/page.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
export const metadata = {
22
title: 'Button',
3+
alternates: {
4+
canonical: '/docs/api/button',
5+
}
6+
37
}
48

59
# Button

apps/landing/src/app/(detail)/docs/api/center/page.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
export const metadata = {
22
title: 'Center',
3+
alternates: {
4+
canonical: '/docs/api/center'
5+
}
36
}
47

58
# Center

apps/landing/src/app/(detail)/docs/api/css/page.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
export const metadata = {
22
title: 'css',
3+
alternates: {
4+
canonical: '/docs/api/css'
5+
}
6+
37
}
48

59
# css

apps/landing/src/app/(detail)/docs/api/flex/page.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
export const metadata = {
22
title: 'Flex',
3+
alternates: {
4+
canonical: '/docs/api/flex'
5+
}
6+
37
}
48

59
# Flex

apps/landing/src/app/(detail)/docs/api/grid/page.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
export const metadata = {
22
title: 'Grid',
3+
alternates: {
4+
canonical: '/docs/api/grid'
5+
}
6+
37
}
48

59
# Grid

apps/landing/src/app/(detail)/docs/api/group-selector/page.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
export const metadata = {
22
title: 'Group Selector',
3+
alternates: {
4+
canonical: '/docs/api/group-selector'
5+
}
6+
37
}
48

59
# Group Selector

apps/landing/src/app/(detail)/docs/api/image/page.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
export const metadata = {
22
title: 'Image',
3+
alternates: {
4+
canonical: '/docs/api/image'
5+
}
6+
37
}
48

59
# Image

apps/landing/src/app/(detail)/docs/api/input/page.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
export const metadata = {
22
title: 'Input',
3+
alternates: {
4+
canonical: '/docs/api/input'
5+
}
6+
37
}
48

59
# Input

0 commit comments

Comments
 (0)