From f087f8574d87e7857de36648bc6b6120e6231755 Mon Sep 17 00:00:00 2001 From: Jeffrey Hsu Date: Mon, 20 Jan 2025 14:15:19 +0800 Subject: [PATCH] disabled devtools --- nuxt.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nuxt.config.ts b/nuxt.config.ts index f5bc495..2728f03 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -6,7 +6,7 @@ import eslintPlugin from 'vite-plugin-eslint' export default defineNuxtConfig({ modules: ['@pinia/nuxt', '@pinia-plugin-persistedstate/nuxt', '@nuxt/image', '@nuxt/eslint'], components: true, - devtools: { enabled: true }, + devtools: { enabled: false }, app: { head: { title: 'CANTYONION.SITE',