mirror of
https://github.com/Drop-OSS/drop.git
synced 2025-11-10 04:22:09 +10:00
fix: fix types, remove @nuxt/image because of broken types
This commit is contained in:
@ -49,8 +49,6 @@ export default defineNuxtConfig({
|
||||
tsConfig: {
|
||||
compilerOptions: {
|
||||
verbatimModuleSyntax: false,
|
||||
skipDefaultLibCheck: true,
|
||||
skipLibCheck: true,
|
||||
},
|
||||
},
|
||||
},
|
||||
@ -61,7 +59,7 @@ export default defineNuxtConfig({
|
||||
modules: [
|
||||
"vue3-carousel-nuxt",
|
||||
"nuxt-security",
|
||||
"@nuxt/image",
|
||||
// "@nuxt/image",
|
||||
"@nuxt/fonts",
|
||||
],
|
||||
|
||||
|
||||
Reference in New Issue
Block a user