mirror of
https://github.com/NeonGamerBot-QK/saahild.com.git
synced 2025-07-20 04:39:04 +00:00
commit zeon:ai_comments
This commit is contained in:
parent
43aa586dff
commit
ea762d0060
9 changed files with 396 additions and 3 deletions
|
@ -15,9 +15,24 @@ export default defineNuxtConfig({
|
|||
"@nuxt/fonts",
|
||||
"@nuxt/icon",
|
||||
"@nuxt/image",
|
||||
"nuxt-umami",
|
||||
],
|
||||
|
||||
umami: {
|
||||
id: "ee9a2efa-f5af-496f-8e37-b8fe9e1e8ec2",
|
||||
host: 'https://cloud.umami.is',
|
||||
autoTrack: true,
|
||||
// proxy: 'cloak',
|
||||
useDirective: true,
|
||||
ignoreLocalhost: false,
|
||||
// excludeQueryParams: false,
|
||||
// domains: ['cool-site.app', 'my-space.site'],
|
||||
// customEndpoint: '/my-custom-endpoint',
|
||||
// enabled: false,
|
||||
logErrors: true,
|
||||
},
|
||||
vite: {
|
||||
plugins: [tailwindcss()],
|
||||
},
|
||||
css: ["~/assets/app.css"],
|
||||
});
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue