File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -83,15 +83,15 @@ export function generateMetadata({ params }: { params: { slug: string } }) {
83
83
title : page . data . title ,
84
84
type : "article" ,
85
85
description : page . data . description ,
86
- images : `/blog/${ params . slug } .png` ,
86
+ images : `https://codehike.org /blog/${ params . slug } .png` ,
87
87
} ,
88
88
twitter : {
89
89
card : "summary_large_image" ,
90
90
site : "@codehike_" ,
91
91
creator : "@pomber" ,
92
92
title : page . data . title ,
93
93
description : page . data . description ,
94
- images : `/blog/${ params . slug } .png` ,
94
+ images : `https://codehike.org /blog/${ params . slug } .png` ,
95
95
} ,
96
96
} satisfies Metadata
97
97
}
Original file line number Diff line number Diff line change @@ -32,14 +32,14 @@ export const metadata: Metadata = {
32
32
metadataBase : new URL ( "https://codehike.org" ) ,
33
33
openGraph : {
34
34
title : "Code Hike" ,
35
- images : `/codehike.png` ,
35
+ images : `https://codehike.org /codehike.png` ,
36
36
siteName : "Code Hike" ,
37
37
} ,
38
38
twitter : {
39
39
card : "summary_large_image" ,
40
40
site : "@codehike_" ,
41
41
creator : "@pomber" ,
42
- images : `/codehike.png` ,
42
+ images : `https://codehike.org /codehike.png` ,
43
43
} ,
44
44
alternates : {
45
45
types : {
You can’t perform that action at this time.
0 commit comments