Nuxt config cleanup
This commit is contained in:
@@ -20,10 +20,7 @@ export default defineNuxtConfig({
|
|||||||
],
|
],
|
||||||
bodyAttrs: {
|
bodyAttrs: {
|
||||||
class: "font-text antialiased"
|
class: "font-text antialiased"
|
||||||
},
|
}
|
||||||
noscript: [
|
|
||||||
{ children: "JavaScript is required to run this project" }
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
pageTransition: {
|
pageTransition: {
|
||||||
name: "page",
|
name: "page",
|
||||||
@@ -70,11 +67,6 @@ export default defineNuxtConfig({
|
|||||||
devServer: {
|
devServer: {
|
||||||
host: "0.0.0.0"
|
host: "0.0.0.0"
|
||||||
},
|
},
|
||||||
nitro: {
|
|
||||||
prerender: {
|
|
||||||
routes: ["/"]
|
|
||||||
}
|
|
||||||
},
|
|
||||||
eslint: {
|
eslint: {
|
||||||
config: {
|
config: {
|
||||||
standalone: false
|
standalone: false
|
||||||
|
Reference in New Issue
Block a user