浏览代码

Fix OG image url

Connor Prussin 1 年之前
父节点
当前提交
886b2f3275
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      governance/xc_admin/packages/xc_admin_frontend/next-seo.config.js

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

@@ -7,7 +7,7 @@ export default {
     type: 'website',
     type: 'website',
     images: [
     images: [
       {
       {
-        url: 'https://staking.pyth.network/default-banner.png',
+        url: 'https://proposals.pyth.network/default-banner.png',
         width: 1200,
         width: 1200,
         height: 630,
         height: 630,
         alt: 'Pyth Network',
         alt: 'Pyth Network',