Skip to content

Commit

Permalink
mod: social: changed side color in ts file
Browse files Browse the repository at this point in the history
  • Loading branch information
WhyFenceCode authored May 2, 2024
1 parent f0ed041 commit 5d2035a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pages/og/[...slug].ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ export const { getStaticPaths, GET } = OGImageRoute({
param: 'slug',
getImageOptions: (_path, page: (typeof pages)[number]) => {
return {
title: page.data.title,
description: page.data.description,
title: "Iris Shader Docs",
description: page.data.title,
backgroundImage: `linear-gradient(rgba(24, 24, 27, 0.4), rgba(24, 24, 27, 0.4)), url('/assets/banner.png')`,
bgGradient: [[24, 24, 27]],
border: { color: [63, 63, 70], width: 20 },
border: { color: [76, 108, 178], width: 20 },
padding: 120,
}
},
Expand Down

0 comments on commit 5d2035a

Please sign in to comment.