Skip to content

Commit d0fc81d

Browse files
committed
暂缓CDN引入
1 parent aed0106 commit d0fc81d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nuxt.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ export default defineNuxtConfig({
6565
},
6666
app: {
6767
baseURL: "/",
68-
cdnURL: "https://cdn.shaly.sdutacm.cn/csbig/",
68+
// cdnURL: "https://cdn.shaly.sdutacm.cn/csbig/",
6969
buildAssetsDir: "nuxt_assets",
7070
head: {
7171
link: [
@@ -93,7 +93,7 @@ export default defineNuxtConfig({
9393
typeCheck: true,
9494
},
9595
site: {
96-
url: "site.com",
96+
url: "https://csbigcaptain.github.io",
9797
},
9898
ssr: true,
9999
});

0 commit comments

Comments
 (0)