© 2026 Hedgehog Software, LLC
pnpm lint
nuxt typecheck && eslint .
{ "dependencies": { "nuxt-umami": "^3.1.1" // ... other deps } }
export default defineNuxtConfig({ modules: [ 'nuxt-umami' ], umami: { id: "xxx", host: "https://analytics.site.com", autoTrack: true } })