File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ export const metadata = {
8
8
canonical: ' https://chris.lu/about_me' ,
9
9
},
10
10
openGraph: {
11
- ... sharedMetaData ,
11
+ ... sharedMetaData . openGraph ,
12
12
url: ' https://chris.lu/about_me' ,
13
13
},
14
14
}
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ export const metadata = {
6
6
canonical: ' https://chris.lu/games' ,
7
7
},
8
8
openGraph: {
9
- ... sharedMetaData ,
9
+ ... sharedMetaData . openGraph ,
10
10
url: ' https://chris.lu/games' ,
11
11
},
12
12
}
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ export const metadata = {
6
6
canonical: ' https://chris.lu/lego' ,
7
7
},
8
8
openGraph: {
9
- ... sharedMetaData ,
9
+ ... sharedMetaData . openGraph ,
10
10
url: ' https://chris.lu/lego' ,
11
11
},
12
12
}
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ export const metadata = {
6
6
canonical: ' https://chris.lu/memes' ,
7
7
},
8
8
openGraph: {
9
- ... sharedMetaData ,
9
+ ... sharedMetaData . openGraph ,
10
10
url: ' https://chris.lu/memes' ,
11
11
},
12
12
}
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ export const metadata = {
13
13
canonical: ' https://chris.lu/music' ,
14
14
},
15
15
openGraph: {
16
- ... sharedMetaData ,
16
+ ... sharedMetaData . openGraph ,
17
17
url: ' https://chris.lu/music' ,
18
18
},
19
19
}
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ export const metadata = {
15
15
canonical: ' https://chris.lu/web_development' ,
16
16
},
17
17
openGraph: {
18
- ... sharedMetaData ,
18
+ ... sharedMetaData . openGraph ,
19
19
url: ' https://chris.lu/web_development' ,
20
20
},
21
21
}
You can’t perform that action at this time.
0 commit comments