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();
© {currentYear} {profileConfig.name}. All Rights Reserved.
- - + RSS / + Sitemap
AstroFuwari diff --git a/src/config.ts b/src/config.ts index 6cee5c7..36a5e9c 100644 --- a/src/config.ts +++ b/src/config.ts @@ -10,7 +10,7 @@ import { LinkPreset } from "./types/config"; export const siteConfig: SiteConfig = { title: "Ad_closeNN Blog", - subtitle: "Ad_closeNN 的博客,时不时会刷新一些文档。", + subtitle: "Ad_closeNN 的小站,时不时会刷新一些文档。", lang: "zh_CN", // Language code, e.g. 'en', 'zh-CN', 'ja', etc. themeColor: { hue: 250, // Invalid but fun( Default hue for the theme color, from 0 to 360. e.g. red: 0, teal: 200, cyan: 250, pink: 345