chore(docs): disable debug mode of analytics
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user