Reorder nuxt config
This commit is contained in:
@@ -25,23 +25,21 @@ export default defineNuxtConfig({
|
|||||||
mode: "out-in"
|
mode: "out-in"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
experimental: {
|
css: [
|
||||||
typedPages: true
|
"@unocss/reset/tailwind.css"
|
||||||
},
|
],
|
||||||
fonts: {
|
fonts: {
|
||||||
defaults: {
|
defaults: {
|
||||||
weights: [`${100}..${900}`]
|
weights: [`${100}..${900}`]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
css: [
|
|
||||||
"@unocss/reset/tailwind.css"
|
|
||||||
],
|
|
||||||
svgo: {
|
|
||||||
autoImportPath: "@/assets/"
|
|
||||||
},
|
|
||||||
icon: {
|
icon: {
|
||||||
mode: "svg"
|
mode: "svg"
|
||||||
},
|
},
|
||||||
|
svgo: {
|
||||||
|
autoImportPath: "@/assets/"
|
||||||
|
},
|
||||||
|
ssr: false,
|
||||||
dir: {
|
dir: {
|
||||||
modules: "app/modules"
|
modules: "app/modules"
|
||||||
},
|
},
|
||||||
@@ -60,7 +58,6 @@ export default defineNuxtConfig({
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
ssr: false,
|
|
||||||
devServer: {
|
devServer: {
|
||||||
host: "0.0.0.0"
|
host: "0.0.0.0"
|
||||||
},
|
},
|
||||||
@@ -69,6 +66,9 @@ export default defineNuxtConfig({
|
|||||||
standalone: false
|
standalone: false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
experimental: {
|
||||||
|
typedPages: true
|
||||||
|
},
|
||||||
future: {
|
future: {
|
||||||
compatibilityVersion: 4
|
compatibilityVersion: 4
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user