docs: why timeline was disabled

This commit is contained in:
Huskydog9988
2025-05-07 21:45:13 -04:00
parent 30b065dde3
commit 5aa0899bcf

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,
},
},