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