mirror of
https://github.com/afoim/fuwari.git
synced 2026-01-31 00:53:19 +08:00
fix: 更新站点域名并修复许可证链接动态更新问题
- 将站点域名从 blog.2b2x.cn 更新为 2x.nz - 添加脚本动态更新许可证组件中的链接,确保与当前页面URL同步
This commit is contained in:
@@ -33,7 +33,7 @@ export default defineConfig({
|
||||
image: {
|
||||
service: passthroughImageService()
|
||||
},
|
||||
site: "https://blog.2b2x.cn",
|
||||
site: "https://2x.nz",
|
||||
base: "/",
|
||||
trailingSlash: "always",
|
||||
output: "static",
|
||||
|
||||
Reference in New Issue
Block a user