Skip to content

Commit

Permalink
Update layout.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
ronakganatra committed Oct 4, 2024
1 parent 8bab6cd commit 4936863
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const metadata: Metadata = {
siteName: 'Savepad',
images: [
{
url: '/images/savepad-og.png',
url: 'https://savepad.app/images/savepad-og.png',
width: 1280,
height: 720,
alt: 'Savepad OG Image',
Expand All @@ -25,7 +25,7 @@ export const metadata: Metadata = {
card: 'summary_large_image',
site: '@savepadapp',
creator: '@gunnyganatra',
images: ['/images/savepad-og.png'],
images: ['https://savepad.app/images/savepad-og.png'],
},
};

Expand Down

0 comments on commit 4936863

Please sign in to comment.