From 4fe7a4c484734ef58d2993473484405c8af57b42 Mon Sep 17 00:00:00 2001 From: Mohammad Mahdi Date: Mon, 23 Feb 2026 12:49:05 +0330 Subject: [PATCH] Remove database configuration from nuxt.config.ts --- nuxt.config.ts | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/nuxt.config.ts b/nuxt.config.ts index 518c8ca..10d3ee3 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -153,10 +153,7 @@ export default defineNuxtConfig({ }, }, documentDriven: false, - respectPathCase: true, - database: { - type: "json", - }, + respectPathCase: true } as any, i18n: {