Skip to content

Commit

Permalink
Merge pull request #13 from luminr-co/rojen
Browse files Browse the repository at this point in the history
fix: og image size
  • Loading branch information
rojen11 authored Jul 18, 2023
2 parents 9ce2244 + a7d441d commit 9768d50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified 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.
4 changes: 2 additions & 2 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ export const metadata = {
images: [
{
url: "https://luminr.co/banner.png",
width: 300,
height: 200,
width: 400,
height: 250,
alt: "Luminr Banner",
},
],
Expand Down

0 comments on commit 9768d50

Please sign in to comment.