Skip to content

Commit bdea31c

Browse files
committed
TEMP: disable insights to check out effect on the build
1 parent e1c4e03 commit bdea31c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/docs/vite.config.mts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,8 @@ export default defineConfig(async () => {
178178
sourceResolver(docsDir),
179179
qwikReact(),
180180
Inspect(),
181-
qwikInsights({ publicApiKey: PUBLIC_QWIK_INSIGHTS_KEY }),
181+
// TEMPORARY FOR MAUIEUL
182+
// qwikInsights({ publicApiKey: PUBLIC_QWIK_INSIGHTS_KEY }),
182183
],
183184
build: {
184185
sourcemap: true,

0 commit comments

Comments
 (0)