Fix error

- debug purpose
This commit is contained in:
Masterain
2023-01-13 18:45:31 -08:00
parent abd004ec50
commit 48ba179e40
4 changed files with 1 additions and 94 deletions

View File

@@ -1,7 +1,6 @@
import { defineUserConfig } from "vuepress";
import { viteBundler } from '@vuepress/bundler-vite'
import theme from "./theme.js";
import { searchProPlugin } from "vuepress-plugin-search-pro";
export default defineUserConfig({
base: "/",
@@ -27,21 +26,6 @@ export default defineUserConfig({
},
},
plugins: [
searchProPlugin({
indexContent: true,
customFields:[
{
getter: (page) => page.frontmatter.category,
formatter: {
"/": "分类: $content",
"/en/": "Category$content",
},
},
]
})
],
theme,
shouldPrefetch: false,