Skip to content

Commit

Permalink
chore: vercel analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
plushdohn committed Dec 21, 2023
1 parent 5b2b0af commit c886da8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
Binary file modified bun.lockb
Binary file not shown.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"@nuxt/ui": "^2.11.1",
"@nuxtjs/i18n": "next",
"@pinia/nuxt": "^0.5.1",
"@vercel/analytics": "^1.1.1",
"partysocket": "0.0.17",
"pinia": "^2.1.7",
"vue-rewards": "^1.0.1"
Expand Down
5 changes: 5 additions & 0 deletions plugins/analytics.client.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import { inject } from "@vercel/analytics";

export default defineNuxtPlugin(() => {
inject();
});

0 comments on commit c886da8

Please sign in to comment.