Skip to content

Commit 4596adc

Browse files
committed
Add og image
1 parent 9849786 commit 4596adc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

shipixen/data/config/metadata.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const metadata = {
66
businessName: 'Rare Big Deal',
77
siteUrl: 'https://rarebigdeal.com',
88
siteRepo: '',
9-
socialBanner: '/api/og',
9+
socialBanner: 'https://rarebigdeal.com/static/images/ogImg.jpg',
1010
supportEmail: '',
1111
email: '',
1212
twitter: 'https://x.com/d4m1n',
@@ -24,4 +24,4 @@ const metadata = {
2424
locale: 'en-US'
2525
};
2626

27-
module.exports = { metadata };
27+
module.exports = { metadata };
73.9 KB
Loading

0 commit comments

Comments
 (0)