Skip to content

Commit

Permalink
OG image test: 1200x1200
Browse files Browse the repository at this point in the history
  • Loading branch information
satelllte committed Dec 7, 2023
1 parent 995ed63 commit 394fafb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ const title = 'Displacement X';
const description = 'Procedural displacement sci-fi maps generator';
const images = [
{
url: '/og.png',
url: 'https://placehold.co/1200x1200.png',
alt: description,
width: 1280,
height: 640,
width: 1200,
height: 1200,
},
];

Expand Down

0 comments on commit 394fafb

Please sign in to comment.