Skip to content

Commit

Permalink
fix og background
Browse files Browse the repository at this point in the history
  • Loading branch information
torn4dom4n committed May 5, 2024
1 parent 82efb9d commit 8df2060
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/og/[...route].ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const { getStaticPaths, GET } = OGImageRoute({
description: page.data.description,
border: { width: 32, side: 'inline-start' },
padding: 80,
bgGradient: [[199, 207, 247]],
bgGradient: [[54, 22, 154]],
}
},
})

0 comments on commit 8df2060

Please sign in to comment.