This commit is contained in:
2026-01-03 00:23:04 +08:00
parent 4aa7a13950
commit 5bcb751ed6
7 changed files with 71 additions and 17 deletions

View File

@@ -29,6 +29,7 @@ export default defineNuxtConfig({
"@nuxtjs/color-mode",
"@nuxt/ui",
"@formkit/auto-animate",
// "nuxt-umami",
],
vite: {
@@ -88,6 +89,13 @@ export default defineNuxtConfig({
minify: true,
},
// umami: {
// id: siteConfig.umami.websiteId,
// host: siteConfig.umami.apiBase,
// autoTrack: true,
// enabled: siteConfig.umami.enable,
// },
colorMode: {
classSuffix: "",
preference: "system",