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