Skip to content

Commit 8bbe20b

Browse files
committed
add canonical urls
1 parent ee6c8a3 commit 8bbe20b

24 files changed

Lines changed: 100 additions & 1 deletion

File tree

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

apps/landing/src/app/(detail)/docs/api/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: 'Selector',
3+
alternates: {
4+
canonical: '/docs/api/selector'
5+
}
6+
37
}
48

59
# Selector

0 commit comments

Comments
 (0)