perf: Slight performance changes

This commit is contained in:
Jesse Wierzbinski 2024-05-11 20:13:35 -10:00
parent 19a880a5e0
commit 7d07e639c8
No known key found for this signature in database
3 changed files with 30 additions and 18 deletions

View file

@ -112,5 +112,9 @@ export default defineNuxtConfig({
},
devtools: {
enabled: true,
timeline: {
enabled: true,
},
},
});