mirror of
https://github.com/mmahdium/portfolio.git
synced 2025-12-20 09:23:54 +01:00
deploy bugs fixed
This commit is contained in:
@@ -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: {
|
||||
|
||||
@@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user