Update Plugin

This commit is contained in:
Masterain
2023-03-02 18:26:59 -08:00
parent 73d81b64c8
commit 0758bcfd0c
3 changed files with 402 additions and 6 deletions

View File

@@ -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,