chore(docs): disable debug mode of analytics

This commit is contained in:
braks
2022-11-14 22:15:10 +01:00
parent a2f125f1e9
commit 118d064c18
+1 -1
View File
@@ -14,7 +14,7 @@ const CustomTheme = {
Layout, Layout,
enhanceApp: ({ app }) => { enhanceApp: ({ app }) => {
app.use(VueAnimXyz) app.use(VueAnimXyz)
webVitals({ analyticsId: '__ANALYTICS_ID__', debug: true }) webVitals({ analyticsId: '__ANALYTICS_ID__', debug: false })
}, },
} as Theme } as Theme