mirror of
https://github.com/mmahdium/portfolio.git
synced 2025-12-20 09:23:54 +01:00
fix: remove @nuxt/content to fix Vercel build
This commit is contained in:
@@ -23,7 +23,6 @@ export default defineNuxtConfig({
|
||||
},
|
||||
|
||||
modules: [
|
||||
'@nuxt/content',
|
||||
'@nuxt/fonts',
|
||||
'@nuxt/ui',
|
||||
'@nuxtjs/i18n',
|
||||
@@ -131,21 +130,7 @@ export default defineNuxtConfig({
|
||||
storageKey: "nuxt-color-mode",
|
||||
},
|
||||
|
||||
// Nuxt Content configuration
|
||||
content: {
|
||||
// Enable MDC syntax for Vue components in markdown
|
||||
markdown: {
|
||||
mdc: true,
|
||||
toc: {
|
||||
depth: 3,
|
||||
searchDepth: 3
|
||||
}
|
||||
},
|
||||
// Document-driven mode disabled (we use custom pages)
|
||||
documentDriven: false,
|
||||
// Respect path case
|
||||
respectPathCase: true
|
||||
},
|
||||
|
||||
|
||||
|
||||
i18n: {
|
||||
|
||||
@@ -13,7 +13,6 @@
|
||||
"format:write": "prettier --write ."
|
||||
},
|
||||
"dependencies": {
|
||||
"@nuxt/content": "^3.8.0",
|
||||
"@nuxt/fonts": "^0.11.4",
|
||||
"@nuxt/image": "^1.11.0",
|
||||
"@nuxt/ui": "^4.0.1",
|
||||
|
||||
3471
pnpm-lock.yaml
generated
3471
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user