ajustes
This commit is contained in:
@@ -12,7 +12,7 @@ export default defineNuxtConfig({
|
||||
css: ['~/assets/css/main.css'],
|
||||
|
||||
routeRules: {
|
||||
'/': { prerender: true }
|
||||
'/': { prerender: process.env.NODE_ENV !== 'production' }
|
||||
},
|
||||
|
||||
runtimeConfig: {
|
||||
@@ -21,6 +21,19 @@ export default defineNuxtConfig({
|
||||
},
|
||||
},
|
||||
|
||||
devServer: {
|
||||
host: '0.0.0.0',
|
||||
},
|
||||
|
||||
vite: {
|
||||
server: {
|
||||
allowedHosts: true,
|
||||
hmr: {
|
||||
protocol: 'ws',
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
compatibilityDate: '2025-01-15',
|
||||
|
||||
eslint: {
|
||||
|
||||
Reference in New Issue
Block a user