docs: why timeline was disabled

This commit is contained in:
Huskydog9988
2025-05-07 21:45:13 -04:00
parent 7566617e74
commit 1b11427300
+2 -1
View File
@@ -9,7 +9,8 @@ export default defineNuxtConfig({
enabled: true,
telemetry: false,
timeline: {
// seems to break things
// this seems to be the tracking issue, composables not registered
// https://github.com/nuxt/devtools/issues/662
enabled: false,
},
},