Skip to content

Commit 1c60533

Browse files
Update line height for title in OGImageRoute
1 parent 92b2905 commit 1c60533

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
@@ -36,7 +36,7 @@ export const { getStaticPaths, GET } = OGImageRoute({
3636
title: {
3737
weight: "Black",
3838
families: ["Poppins", "sans-serif"],
39-
lineHeight: 1.6,
39+
lineHeight: 1.3,
4040
},
4141
description: {
4242
weight: "Medium",

0 commit comments

Comments
 (0)