Skip to content

Commit

Permalink
Vercel Analytics added
Browse files Browse the repository at this point in the history
  • Loading branch information
swapnilsparsh committed Mar 6, 2023
1 parent e5523e5 commit 6af187a
Show file tree
Hide file tree
Showing 3 changed files with 71 additions and 0 deletions.
69 changes: 69 additions & 0 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"preview": "vite preview --port 4173"
},
"dependencies": {
"@vercel/analytics": "^0.1.11",
"autoprefixer": "^10.4.12",
"postcss": "^8.4.16",
"tailwindcss": "^3.1.8",
Expand Down
1 change: 1 addition & 0 deletions src/main.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { createApp } from 'vue'
import { inject } from '@vercel/analytics';
import './tailwind.css'
import App from './App.vue'

Expand Down

1 comment on commit 6af187a

@vercel
Copy link

@vercel vercel bot commented on 6af187a Mar 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.