From 920625a174f28945e67adc43e307ada7a6cf31b1 Mon Sep 17 00:00:00 2001 From: luke Date: Fri, 8 Mar 2024 20:44:37 +0200 Subject: [PATCH] feat: add SpeedInsights to mainnet-explorer --- package.json | 1 + src/App.vue | 2 + yarn.lock | 1809 +++++++++++++++++++++++++------------------------- 3 files changed, 910 insertions(+), 902 deletions(-) diff --git a/package.json b/package.json index 0315373e2e..73fc68f378 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/App.vue b/src/App.vue index 00768e06b9..8202cbd6a4 100644 --- a/src/App.vue +++ b/src/App.vue @@ -2,6 +2,7 @@ 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); @@ -9,6 +10,7 @@ onMounted(() => {