From 118d064c187d573c04c672b4323ae6755367265d Mon Sep 17 00:00:00 2001 From: braks <78412429+bcakmakoglu@users.noreply.github.com> Date: Mon, 14 Nov 2022 22:15:10 +0100 Subject: [PATCH] chore(docs): disable debug mode of analytics --- docs/src/.vitepress/theme/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/.vitepress/theme/index.ts b/docs/src/.vitepress/theme/index.ts index e95ba3a8..fc20152b 100644 --- a/docs/src/.vitepress/theme/index.ts +++ b/docs/src/.vitepress/theme/index.ts @@ -14,7 +14,7 @@ const CustomTheme = { Layout, enhanceApp: ({ app }) => { app.use(VueAnimXyz) - webVitals({ analyticsId: '__ANALYTICS_ID__', debug: true }) + webVitals({ analyticsId: '__ANALYTICS_ID__', debug: false }) }, } as Theme