Skip to content

Commit

Permalink
feat: add umami trace
Browse files Browse the repository at this point in the history
  • Loading branch information
camera-2018 committed Jan 18, 2023
1 parent bb40c41 commit 83fcc22
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions frontend/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ export default defineNuxtConfig({
autoTrack: true,
doNotTrack: false,
cache: false,
domains: 'mywebsite.com,mywebsite2.com',
websiteId: 'your-website-id',
scriptUrl: 'https://path.to.umami.js',
domains: 'bytedream.top',
websiteId: 'f0ab5003-8840-46dc-956b-36dbabc6fa4f',
scriptUrl: 'https://analytics.umami.is/script.js',
},
strapi: {
url: process.env.STRAPI_API_URL || 'http://localhost:1337',
Expand Down

0 comments on commit 83fcc22

Please sign in to comment.