Skip to content

Commit

Permalink
Update analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
Neo-Zhixing committed Dec 20, 2023
1 parent 63d9add commit cd259d3
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 20 deletions.
6 changes: 5 additions & 1 deletion nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export default defineNuxtConfig({
'@nuxt/content',
'@nuxt/ui',
'@nuxthq/studio',
'@nuxtjs/plausible',
],
components: {
global: true,
Expand Down Expand Up @@ -40,5 +41,8 @@ export default defineNuxtConfig({
appId: 418822,
key: ''
}
}
},
plausible: {
apiHost: 'https://analytics.dust.rs',
},
})
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
"@nuxt/content": "^2.9.0",
"@nuxt/ui-pro": "npm:@nuxt/ui-pro-edge@latest",
"@nuxthq/studio": "^1.0.5",
"@nuxtjs/plausible": "^0.2.4",
"nuxt": "^3.8.2",
"typescript": "^5.3.3",
"vite-plugin-pug": "^0.3.2"
},
"packageManager": "^pnpm@8.10.2",
"dependencies": {
"@vercel/analytics": "^1.1.1",
"jsonwebtoken": "^9.0.2"
}
}
5 changes: 0 additions & 5 deletions plugins/analytics.ts

This file was deleted.

33 changes: 20 additions & 13 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cd259d3

Please sign in to comment.