Skip to content

Commit 5c347f4

Browse files
committed
adjust og card logo size again
1 parent 76da4ac commit 5c347f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/og/[...slug].ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export const { getStaticPaths, GET } = OGImageRoute({
2323
// Customize various colors and add a border.
2424
logo: {
2525
path: './src/assets/logo.png',
26-
size: [200],
26+
size: [80],
2727
},
2828
bgGradient: [[24, 24, 27]],
2929
border: { color: [63, 63, 70], width: 20 },

0 commit comments

Comments
 (0)