Skip to content

Commit 886b2f3

Browse files
committed
Fix OG image url
1 parent 09d8e73 commit 886b2f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

governance/xc_admin/packages/xc_admin_frontend/next-seo.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export default {
77
type: 'website',
88
images: [
99
{
10-
url: 'https://staking.pyth.network/default-banner.png',
10+
url: 'https://proposals.pyth.network/default-banner.png',
1111
width: 1200,
1212
height: 630,
1313
alt: 'Pyth Network',

0 commit comments

Comments
 (0)