Skip to content

Commit

Permalink
feat: add SpeedInsights to mainnet-explorer
Browse files Browse the repository at this point in the history
  • Loading branch information
luke committed Mar 8, 2024
1 parent bedf2e7 commit 920625a
Show file tree
Hide file tree
Showing 3 changed files with 910 additions and 902 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/speed-insights": "^1.0.10",
"@vitejs/plugin-vue-jsx": "^3.0.0",
"@vueuse/core": "^9.12.0",
"@vueuse/integrations": "^10.1.2",
Expand Down
2 changes: 2 additions & 0 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,15 @@
import { themeChange } from 'theme-change';
import { onMounted } from 'vue';
import TxDialog from './components/TxDialog.vue';
import { SpeedInsights } from "@vercel/speed-insights/vue"
onMounted(() => {
themeChange(false);
});
</script>

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

0 comments on commit 920625a

Please sign in to comment.