deploy bugs fixed

This commit is contained in:
mahdiarghyani
2025-11-10 18:27:43 +03:30
parent 713bb83981
commit aaed93b2e5
2 changed files with 2 additions and 11 deletions

View File

@@ -144,12 +144,8 @@ export default defineNuxtConfig({
// Document-driven mode disabled (we use custom pages)
documentDriven: false,
// Respect path case
respectPathCase: true,
// Experimental: Improve hydration
experimental: {
clientDB: true
}
} as any,
respectPathCase: true
},
i18n: {

View File

@@ -13,18 +13,13 @@
"format:write": "prettier --write ."
},
"dependencies": {
"@electric-sql/pglite": "^0.3.11",
"@nuxt/content": "^3.8.0",
"@nuxt/fonts": "^0.11.4",
"@nuxt/image": "^1.11.0",
"@nuxt/ui": "^4.0.1",
"@nuxtjs/color-mode": "3.5.2",
"@nuxtjs/i18n": "10.1.1",
"@oxc-minify/binding-win32-x64-msvc": "^0.96.0",
"@oxc-parser/binding-win32-x64-msvc": "^0.96.0",
"@oxc-transform/binding-win32-x64-msvc": "^0.96.0",
"@vueuse/core": "13.9.0",
"better-sqlite3": "^12.4.1",
"embla-carousel": "8.6.0",
"nuxt": "^4.1.3"
},