diff --git a/src/.vuepress/config.ts b/src/.vuepress/config.ts index 0ff3237..57fe83b 100644 --- a/src/.vuepress/config.ts +++ b/src/.vuepress/config.ts @@ -2,7 +2,7 @@ import { defineUserConfig } from "vuepress"; import theme from "./theme.js"; export default defineUserConfig({ - base: "/jingji/book/", + base: "/jingji/sp/", lang: "zh-CN", title: "荆棘鸟文学社", @@ -15,7 +15,4 @@ export default defineUserConfig({ ], theme, - - // Enable it with pwa - // shouldPrefetch: false, }); diff --git a/src/.vuepress/theme.ts b/src/.vuepress/theme.ts index 45b1a21..97625c7 100644 --- a/src/.vuepress/theme.ts +++ b/src/.vuepress/theme.ts @@ -15,7 +15,7 @@ export default hopeTheme({ logo: "/logo.webp", logoDark: '/logo-dark.webp', - repo: "szhhwh/jingji_sp_vue", + repo: "szhhwh/jingji_spbook_vue", docsDir: "src", @@ -90,62 +90,5 @@ export default hopeTheme({ vPre: true, vuePlayground: false, }, - - // uncomment these if you want a pwa - // pwa: { - // favicon: "/favicon.ico", - // cacheHTML: true, - // cachePic: true, - // appendBase: true, - // apple: { - // icon: "/assets/icon/apple-icon-152.png", - // statusBarColor: "black", - // }, - // msTile: { - // image: "/assets/icon/ms-icon-144.png", - // color: "#ffffff", - // }, - // manifest: { - // icons: [ - // { - // src: "/assets/icon/chrome-mask-512.png", - // sizes: "512x512", - // purpose: "maskable", - // type: "image/png", - // }, - // { - // src: "/assets/icon/chrome-mask-192.png", - // sizes: "192x192", - // purpose: "maskable", - // type: "image/png", - // }, - // { - // src: "/assets/icon/chrome-512.png", - // sizes: "512x512", - // type: "image/png", - // }, - // { - // src: "/assets/icon/chrome-192.png", - // sizes: "192x192", - // type: "image/png", - // }, - // ], - // shortcuts: [ - // { - // name: "Demo", - // short_name: "Demo", - // url: "/demo/", - // icons: [ - // { - // src: "/assets/icon/guide-maskable.png", - // sizes: "192x192", - // purpose: "maskable", - // type: "image/png", - // }, - // ], - // }, - // ], - // }, - // }, }, });