Skip to content

Commit

Permalink
vercel/analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
kelegele committed Feb 6, 2024
1 parent 0fdbfa7 commit 939e5fb
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"vuepress-theme-hope": "2.0.0-rc.5"
},
"dependencies": {
"@vercel/analytics": "^1.1.3",
"@vercel/speed-insights": "^1.0.9",
"@vuepress/utils": "2.0.0-rc.0"
}
Expand Down
13 changes: 13 additions & 0 deletions pnpm-lock.yaml

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

5 changes: 5 additions & 0 deletions src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,13 @@ projects:
desc: 探索 | 理想主义者
link: https://blog.kelegele.com
---

<SpeedInsights/>

<script setup lang="ts">
import { SpeedInsights } from '@vercel/speed-insights/vue'

import { inject } from '@vercel/analytics'

inject()
</script>

0 comments on commit 939e5fb

Please sign in to comment.