From fd882e74bd81fd807c857a3b208f043e6ff0ef5b Mon Sep 17 00:00:00 2001 From: Iain Nash Date: Fri, 6 Sep 2024 08:20:42 -0700 Subject: [PATCH] Vocs analytics configuration updates for docs (#717) --- docs/vocs.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/vocs.config.ts b/docs/vocs.config.ts index 9147e54a..082f84f6 100644 --- a/docs/vocs.config.ts +++ b/docs/vocs.config.ts @@ -219,6 +219,7 @@ export default defineConfig({ plugins: process.env.GOOGLE_ANALYTICS_TAG_ID ? [ VitePluginRadar({ + enableDev: true, analytics: { id: process.env.GOOGLE_ANALYTICS_TAG_ID as string, },