File tree Expand file tree Collapse file tree 2 files changed +20
-12
lines changed
Expand file tree Collapse file tree 2 files changed +20
-12
lines changed Original file line number Diff line number Diff line change @@ -8,15 +8,19 @@ export const metadata: Metadata = {
88 title : 'Create Next App' ,
99 description : 'Generated by create next app' ,
1010 openGraph : {
11- images : [ {
12- url : 'https://bolt.new/static/og_default.png'
13- } ] ,
11+ images : [
12+ {
13+ url : 'https://bolt.new/static/og_default.png' ,
14+ } ,
15+ ] ,
1416 } ,
1517 twitter : {
1618 card : 'summary_large_image' ,
17- images : [ {
18- url : 'https://bolt.new/static/og_default.png'
19- } ] ,
19+ images : [
20+ {
21+ url : 'https://bolt.new/static/og_default.png' ,
22+ } ,
23+ ] ,
2024 } ,
2125} ;
2226
Original file line number Diff line number Diff line change @@ -8,15 +8,19 @@ export const metadata: Metadata = {
88 title : 'Create Next App' ,
99 description : 'Generated by create next app' ,
1010 openGraph : {
11- images : [ {
12- url : 'https://bolt.new/static/og_default.png'
13- } ] ,
11+ images : [
12+ {
13+ url : 'https://bolt.new/static/og_default.png' ,
14+ } ,
15+ ] ,
1416 } ,
1517 twitter : {
1618 card : 'summary_large_image' ,
17- images : [ {
18- url : 'https://bolt.new/static/og_default.png'
19- } ] ,
19+ images : [
20+ {
21+ url : 'https://bolt.new/static/og_default.png' ,
22+ } ,
23+ ] ,
2024 } ,
2125} ;
2226
You can’t perform that action at this time.
0 commit comments