From e3293730b4b4bcbee16b7ce5f677f68727f6b7a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=98=99=E2=97=A6=20The=20Tablet=20=E2=9D=80=20GamerGirla?= =?UTF-8?q?ndCo=20=E2=97=A6=E2=9D=A7?= Date: Mon, 11 Nov 2024 18:01:06 -0500 Subject: [PATCH] refactor(nuxt): disable nuxt devtools they're pretty fucking useless rn --- nuxt.config.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/nuxt.config.ts b/nuxt.config.ts index 0ec5d9c..ec06e8f 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -20,7 +20,9 @@ export default defineNuxtConfig({ watcher: "chokidar-granular", treeshakeClientOnly: true, }, - devtools: { enabled: true }, + + devtools: { enabled: false }, + modules: [ "vue-recaptcha/nuxt", "@ant-design-vue/nuxt",