diff --git a/nuxt.config.js b/nuxt.config.js index c4ab8ff..4221c67 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -1,7 +1,7 @@ export default { /* Server de pruebas */ - // server: { port: 3016 }, - server: { port: 8080 }, + server: { port: 3016 }, + // server: { port: 8080 }, ssr: false, target: 'static', head: { @@ -24,9 +24,9 @@ export default { axios: {}, build: {}, env: { - api: 'http://localhost:3000', + // api: 'http://localhost:3000', // api: "https://890af9d598a4.ngrok.io" - // api: 'https://venus.acatlan.unam.mx/ss-pruebas', + api: 'https://venus.acatlan.unam.mx/ss-pruebas', // api: 'https://venus.acatlan.unam.mx/serviciosocial', }, }