File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -44,9 +44,9 @@ typings/
44
44
# dotenv environment variable files
45
45
.env *
46
46
47
- ! static /img /** / __og-image /
47
+ ! static /img /__og-image /**
48
48
static /img /__og-image /*
49
- ! static /img /** / __og-image /* .png
49
+ ! static /img /__og-image / ** /* .png
50
50
51
51
# Mac files
52
52
.DS_Store
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ export function generateMetadata({ params }: SessionProps): Metadata {
31
31
description : event . description ,
32
32
keywords : [ ...layoutMetadata . keywords , ...keywords ] ,
33
33
openGraph : {
34
- images : `/img/2023/ __og-image/${ event . id } .png` ,
34
+ images : `/img/__og-image/2023 /${ event . id } .png` ,
35
35
} ,
36
36
}
37
37
}
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ export function generateMetadata({ params }: SpeakerProps): Metadata {
28
28
description : speaker . about ,
29
29
keywords : [ ...layoutMetadata . keywords , ...keywords ] ,
30
30
openGraph : {
31
- images : `/img/2023/ __og-image/${ speaker . username } .png` ,
31
+ images : `/img/__og-image/2023 /${ speaker . username } .png` ,
32
32
} ,
33
33
}
34
34
}
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ export function generateMetadata({ params }: SessionProps): Metadata {
46
46
description : event . description ,
47
47
keywords : [ ...layoutMetadata . keywords , ...keywords ] ,
48
48
openGraph : {
49
- images : `/img/2024/ __og-image/${ event . id } .png` ,
49
+ images : `/img/__og-image/2024 /${ event . id } .png` ,
50
50
} ,
51
51
}
52
52
}
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ export function generateMetadata({ params }: SpeakerProps): Metadata {
29
29
description : speaker . about ,
30
30
keywords : [ ...layoutMetadata . keywords , ...keywords ] ,
31
31
openGraph : {
32
- images : `/img/2024/ __og-image/${ speaker . username } .png` ,
32
+ images : `/img/__og-image/2024 /${ speaker . username } .png` ,
33
33
} ,
34
34
}
35
35
}
You can’t perform that action at this time.
0 commit comments