mirror of
https://jihulab.com/DGP-Studio/Snap.Hutao.Docs.git
synced 2025-11-19 21:16:31 +08:00
Update Plugin
This commit is contained in:
@@ -3,6 +3,7 @@ import { viteBundler } from '@vuepress/bundler-vite'
|
||||
import theme from "./theme.js";
|
||||
import { autoCatalogPlugin } from "vuepress-plugin-auto-catalog";
|
||||
import { docsearchPlugin } from '@vuepress/plugin-docsearch'
|
||||
import { googleAnalyticsPlugin } from '@vuepress/plugin-google-analytics'
|
||||
|
||||
export default defineUserConfig({
|
||||
base: "/",
|
||||
@@ -52,6 +53,9 @@ export default defineUserConfig({
|
||||
}
|
||||
}
|
||||
}),
|
||||
googleAnalyticsPlugin({
|
||||
id: "G-F3LFJCE3RM"
|
||||
})
|
||||
],
|
||||
|
||||
theme,
|
||||
|
||||
Reference in New Issue
Block a user