Skip to content

Commit

Permalink
teal background
Browse files Browse the repository at this point in the history
  • Loading branch information
torn4dom4n committed May 5, 2024
1 parent 8df2060 commit 29b8431
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/pages/og/[...route].ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ export const { getStaticPaths, GET } = OGImageRoute({
description: page.data.description,
border: { width: 32, side: 'inline-start' },
padding: 80,
bgGradient: [[54, 22, 154]],
bgImage: {
path: `./src/pages/og/_background-image.png`,
},
}
},
})
Binary file added src/pages/og/_background-image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 29b8431

Please sign in to comment.