Skip to content

Commit 975b001

Browse files
chore: lint
1 parent 34106ba commit 975b001

File tree

2 files changed

+20
-12
lines changed

2 files changed

+20
-12
lines changed

nextjs-shadcn/app/layout.tsx

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff 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

nextjs/app/layout.tsx

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)