File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -20,10 +20,6 @@ export async function generateMetadata({
20
20
title : `${ currentCategory ?. title } | Photo` ,
21
21
description : `${ currentCategory ?. title } の写真` ,
22
22
openGraph : {
23
- url : contents [ 0 ] . photos ? `${ contents [ 0 ] . photos [ 0 ] . url } ` : undefined ,
24
- } ,
25
- twitter : {
26
- card : 'summary_large_image' ,
27
23
images : contents [ 0 ] . photos ? `${ contents [ 0 ] . photos [ 0 ] . url } ` : undefined ,
28
24
} ,
29
25
}
Original file line number Diff line number Diff line change @@ -20,10 +20,6 @@ export async function generateMetadata({
20
20
title : `${ currentCategory ?. category_name } ` ,
21
21
description : `${ currentCategory ?. category_name } ` ,
22
22
openGraph : {
23
- url : contents [ 0 ] . feature_image ?. url ,
24
- } ,
25
- twitter : {
26
- card : 'summary_large_image' ,
27
23
images : contents [ 0 ] . feature_image ?. url ,
28
24
} ,
29
25
}
You can’t perform that action at this time.
0 commit comments