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