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();