feat(umami): setup
All checks were successful
Build and Push Docker Image / build (push) Successful in 3m1s
All checks were successful
Build and Push Docker Image / build (push) Successful in 3m1s
This commit is contained in:
@@ -17,7 +17,14 @@ export default defineNuxtConfig({
|
||||
"@tresjs/nuxt",
|
||||
"@nuxt/ui",
|
||||
"@nuxt/image",
|
||||
"nuxt-umami",
|
||||
],
|
||||
umami: {
|
||||
host: process.env.UMAMI_HOST ?? "",
|
||||
id: process.env.UMAMI_ID ?? "",
|
||||
autoTrack: true,
|
||||
ignoreLocalhost: true,
|
||||
},
|
||||
app: {
|
||||
head: {
|
||||
title: TITLE,
|
||||
|
||||
Reference in New Issue
Block a user