diff --git a/nuxt.config.js b/nuxt.config.js index 1a1495e..7d38402 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -2,7 +2,7 @@ export default { ssr: false, /* Server de pruebas */ // server: { port: }, - server: { port: 8080 }, + server: { port: 3166 }, target: 'static', head: { title: 'nuxt_buefy', @@ -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/pruebas", + api: "https://venus.acatlan.unam.mx/premiaciones_test", // api: "https://venus.acatlan.unam.mx/produccion", }, }