Skip to content

Commit

Permalink
fix(banner): update website banner
Browse files Browse the repository at this point in the history
  • Loading branch information
ruru-m07 committed Aug 4, 2024
1 parent 469e356 commit 769a87e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
Binary file modified apps/www/public/banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 8 additions & 1 deletion apps/www/utils/metadata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,14 @@ export function createMetadata(override: Metadata): Metadata {
title: override.title ?? undefined,
description: override.description ?? undefined,
url: "https://ruru-ui.vercel.app",
images: "/banner.png",
images: [
{
url: "https://ruru-ui.vercel.app/banner.png",
width: 1200,
height: 567,
alt: "ruru-ui",
},
],
siteName: "Ruru UI",
...override.openGraph,
},
Expand Down

0 comments on commit 769a87e

Please sign in to comment.