diff --git a/web/website/astro.config.mjs b/web/website/astro.config.mjs index a5c52a7..668f3ad 100644 --- a/web/website/astro.config.mjs +++ b/web/website/astro.config.mjs @@ -7,7 +7,7 @@ import react from '@astrojs/react'; // 不影响「整站可秒级复制到任意备用域名」:产物为纯相对路径静态文件。 // 主站 canonical 域名。镜像构建务必用「同一个」SITE_URL,使 canonical 始终指向主站 // (避免镜像与主站 SEO 竞争),且主站/镜像产物 hash 完全一致(验收:内容一致性)。 -const SITE_URL = process.env.SITE_URL || 'https://pangolin.example'; +const SITE_URL = process.env.SITE_URL || 'https://pangolin.yanmeiai.com'; export default defineConfig({ site: SITE_URL, diff --git a/web/website/src/components/Footer.astro b/web/website/src/components/Footer.astro index f21c2a6..b616026 100644 --- a/web/website/src/components/Footer.astro +++ b/web/website/src/components/Footer.astro @@ -35,9 +35,9 @@ const { t } = Astro.props;