Skip to content

Commit 94f1bd5

Browse files
authored
Merge pull request #1782 from cprussin/fix-og-image-path
fix(xc_admin_frontend): fix OG image url
2 parents 09d8e73 + 886b2f3 commit 94f1bd5

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)