Skip to content

Commit

Permalink
UPDATE config
Browse files Browse the repository at this point in the history
  • Loading branch information
JessicaFM committed Dec 11, 2024
1 parent e26f024 commit 5e973a7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ export default defineNuxtConfig({
devtools: {
enabled: true,
},
app: {
baseURL: '/', // Tu aplicación está en la raíz del dominio
},
nitro: {
serveStatic: true, // Asegúrate de que Nitro sirva los recursos estáticos
},
Expand Down

0 comments on commit 5e973a7

Please sign in to comment.