Skip to content

Commit

Permalink
Merge pull request #2 from WhisperNode/add-vercel-analytics
Browse files Browse the repository at this point in the history
feat: Add vercel analytics
  • Loading branch information
gh0stdotexe authored Mar 20, 2024
2 parents f3e0cbf + 2165564 commit 57b2eb2
Show file tree
Hide file tree
Showing 3 changed files with 385 additions and 344 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"@leapwallet/name-matcha": "^1.1.0",
"@osmonauts/lcd": "^0.8.0",
"@ping-pub/chain-registry-client": "^0.0.25",
"@vercel/analytics": "^1.2.2",
"@vercel/speed-insights": "^1.0.10",
"@vitejs/plugin-vue-jsx": "^3.0.0",
"@vueuse/core": "^9.12.0",
Expand Down
2 changes: 2 additions & 0 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { themeChange } from 'theme-change';
import { onMounted } from 'vue';
import TxDialog from './components/TxDialog.vue';
import { SpeedInsights } from '@vercel/speed-insights/vue';
import { inject } from "@vercel/analytics"
onMounted(() => {
themeChange(false);
Expand All @@ -11,6 +12,7 @@ onMounted(() => {

<template>
<SpeedInsights />
<inject />
<div>
<RouterView />
<TxDialog />
Expand Down
Loading

1 comment on commit 57b2eb2

@vercel
Copy link

@vercel vercel bot commented on 57b2eb2 Mar 20, 2024

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.