Skip to content

Commit 7c98005

Browse files
committed
refactor: update openGraph metadata to use sharedMetaData.openGraph
1 parent 86a2e13 commit 7c98005

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

app/about_me/page.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export const metadata = {
88
canonical: 'https://chris.lu/about_me',
99
},
1010
openGraph: {
11-
...sharedMetaData,
11+
...sharedMetaData.openGraph,
1212
url: 'https://chris.lu/about_me',
1313
},
1414
}

app/games/page.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export const metadata = {
66
canonical: 'https://chris.lu/games',
77
},
88
openGraph: {
9-
...sharedMetaData,
9+
...sharedMetaData.openGraph,
1010
url: 'https://chris.lu/games',
1111
},
1212
}

app/lego/page.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export const metadata = {
66
canonical: 'https://chris.lu/lego',
77
},
88
openGraph: {
9-
...sharedMetaData,
9+
...sharedMetaData.openGraph,
1010
url: 'https://chris.lu/lego',
1111
},
1212
}

app/memes/page.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export const metadata = {
66
canonical: 'https://chris.lu/memes',
77
},
88
openGraph: {
9-
...sharedMetaData,
9+
...sharedMetaData.openGraph,
1010
url: 'https://chris.lu/memes',
1111
},
1212
}

app/music/page.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export const metadata = {
1313
canonical: 'https://chris.lu/music',
1414
},
1515
openGraph: {
16-
...sharedMetaData,
16+
...sharedMetaData.openGraph,
1717
url: 'https://chris.lu/music',
1818
},
1919
}

app/web_development/page.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export const metadata = {
1515
canonical: 'https://chris.lu/web_development',
1616
},
1717
openGraph: {
18-
...sharedMetaData,
18+
...sharedMetaData.openGraph,
1919
url: 'https://chris.lu/web_development',
2020
},
2121
}

0 commit comments

Comments
 (0)