From 9a2243da9fcc3f897bdf8a329f185d76ff29e5fc Mon Sep 17 00:00:00 2001 From: Geometrically <18202329+Geometrically@users.noreply.github.com> Date: Sun, 14 Aug 2022 22:18:13 -0700 Subject: [PATCH] Fix devtools being enabled in prod (#601) --- nuxt.config.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/nuxt.config.js b/nuxt.config.js index 5d3dcd4bd..587949592 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -128,8 +128,7 @@ export default { vue: { config: { - productionTip: false, - devtools: true, + devtools: false, }, }, router: {