From f65632b1e8b70139ce399dc0c2ebc257c30bebed Mon Sep 17 00:00:00 2001 From: Ad-closeNN <1709301095@qq.com> Date: Thu, 7 Aug 2025 18:45:38 +0800 Subject: [PATCH] Finish --- astro.config.mjs | 2 +- src/components/Footer.astro | 4 ++-- src/config.ts | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/astro.config.mjs b/astro.config.mjs index 621c415..5d02ae8 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -26,7 +26,7 @@ import { pluginCustomCopyButton } from "./src/plugins/expressive-code/custom-cop // https://astro.build/config export default defineConfig({ - site: "https://fuwari.vercel.app/", + site: "https://adclosenn.top", base: "/", trailingSlash: "always", integrations: [ diff --git a/src/components/Footer.astro b/src/components/Footer.astro index f6fb3c2..3062c14 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -13,8 +13,8 @@ const currentYear = new Date().getFullYear();