Skip to content

Commit

Permalink
Update [...route].ts
Browse files Browse the repository at this point in the history
  • Loading branch information
garethbilaney committed Sep 26, 2023
1 parent d2a8d9c commit 5c33e23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/open-graph/[...route].ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ export const { getStaticPaths, GET } = OGImageRoute({
param: 'route',
pages: await import.meta.glob('/src/content/**/*.md', { eager: true }),
getImageOptions: (_path, page) => ({
title: "DATANAUTES",
description: page.frontmatter.title,
title: page.frontmatter.title,
description: "datanautes.com",
logo: { path: './src/assets/images/thumbnail_logo.png', size: [350] },
bgGradient:[[9,16,23]],
color: [0,0,0],
Expand Down

0 comments on commit 5c33e23

Please sign in to comment.