Skip to content

Commit

Permalink
fix: umami url
Browse files Browse the repository at this point in the history
  • Loading branch information
camera-2018 committed Feb 14, 2023
1 parent ccaa501 commit 7612d07
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 @@ -71,9 +71,9 @@ export default defineNuxtConfig({
autoTrack: true,
doNotTrack: false,
cache: false,
domains: 'bytedream.top',
websiteId: 'f0ab5003-8840-46dc-956b-36dbabc6fa4f',
scriptUrl: 'https://analytics.umami.is/script.js',
domains: 'bytedream.marlene.top',
websiteId: '908a66e8-a102-4f1b-900b-7b10891cc03c',
scriptUrl: 'http://8.130.20.114:3000/umami.js',
},
meilisearch: {
hostUrl: process.env.MEILISEARCH_HOST,
Expand Down

0 comments on commit 7612d07

Please sign in to comment.