chore: remove unused features

This commit is contained in:
Mr.Hope
2023-04-24 21:38:06 +08:00
parent 9fecfdee6b
commit 0603738c72
4 changed files with 22 additions and 61 deletions

View File

@@ -1,8 +1,9 @@
import { defineUserConfig } from "vuepress";
import { viteBundler } from "@vuepress/bundler-vite";
import { docsearchPlugin } from "@vuepress/plugin-docsearch";
import { googleAnalyticsPlugin } from "@vuepress/plugin-google-analytics";
import { defineUserConfig } from "vuepress";
import { redirectPlugin } from "vuepress-plugin-redirect";
import theme from "./theme.js";
export default defineUserConfig({
@@ -28,6 +29,7 @@ export default defineUserConfig({
},
],
],
locales: {
"/zh/": {
lang: "zh-CN",