diff --git a/README.md b/README.md index 0b512808..92ab6185 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,4 @@ 利用 Github Actions 生成 Artifact 并传至 Github Pages 生成的文档网站。 -即刻[前往](https://pfc.letsshareall.com)。 +即刻[前往](https://pfc.lssa.fun)。 diff --git a/docs/.vitepress/config.ts b/docs/.vitepress/config.ts index 3fb395a3..fe7958bf 100644 --- a/docs/.vitepress/config.ts +++ b/docs/.vitepress/config.ts @@ -8,7 +8,7 @@ export default { "link", { rel: "stylesheet", - href: "https://file.letsshareall.com/others/styles/genshin-font.css", + href: "https://file.lssa.fun/others/styles/genshin-font.css", type: "text/css", }, ], @@ -16,7 +16,7 @@ export default { "link", { rel: "icon", - href: "https://file.letsshareall.com/pictures/clash-light.png", + href: "https://file.lssa.fun/pictures/clash-light.png", }, ], ], @@ -127,11 +127,11 @@ export default { logo: { // Logo file to display in nav bar, right before the site title. light: { - src: "https://file.letsshareall.com/pictures/clash-light.png", + src: "https://file.lssa.fun/pictures/clash-light.png", alt: "Clash", }, dark: { - src: "https://file.letsshareall.com/pictures/clash-dark.png", + src: "https://file.lssa.fun/pictures/clash-dark.png", alt: "Clash", }, },