Skip to content

Commit

Permalink
chore: using umami script to analyze users
Browse files Browse the repository at this point in the history
  • Loading branch information
ikxin committed Feb 16, 2025
1 parent 2dea7d1 commit db49b94
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,17 @@ export default defineNuxtConfig({
'0/10 * * * * *': ['monitor'],
},
},
app: {
head: {
script: [
{
defer: '',
src: 'https://umami.ikxin.com/script.js',
'data-website-id': '6c719cb2-4a72-46e6-a4fa-2ee357a38467',
},
],
},
},
runtimeConfig: {
public: {
apiUrl: '',
Expand Down

0 comments on commit db49b94

Please sign in to comment.