Nuxt config cleanup

This commit is contained in:
Nicola Spadari
2024-06-16 22:28:25 +02:00
parent 796037c887
commit 9791d649a2

View File

@@ -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