We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bfe123 commit 84677e6Copy full SHA for 84677e6
1 file changed
src/pages/og/[...slug].ts
@@ -21,6 +21,9 @@ export const { getStaticPaths, GET } = OGImageRoute({
21
title: page.data.title,
22
description: page.data.description,
23
// Customize various colors and add a border.
24
+ logo: {
25
+ path: './src/assets/logo.svg',
26
+ },
27
bgGradient: [[24, 24, 27]],
28
border: { color: [63, 63, 70], width: 20 },
29
padding: 120,
0 commit comments