diff --git a/.DS_Store b/.DS_Store index 5008ddf..f248e5a 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/nuxt_buefy/assets/404.webp b/nuxt_buefy/assets/404.webp new file mode 100644 index 0000000..e3caf75 Binary files /dev/null and b/nuxt_buefy/assets/404.webp differ diff --git a/nuxt_buefy/assets/logo_acatlan.png b/nuxt_buefy/assets/logo_acatlan.png new file mode 100644 index 0000000..11e39c2 Binary files /dev/null and b/nuxt_buefy/assets/logo_acatlan.png differ diff --git a/nuxt_buefy/assets/logo_unam.png b/nuxt_buefy/assets/logo_unam.png new file mode 100644 index 0000000..9c169ee Binary files /dev/null and b/nuxt_buefy/assets/logo_unam.png differ diff --git a/nuxt_buefy/nuxt.config.js b/nuxt_buefy/nuxt.config.js index 692bac1..6267f1f 100644 --- a/nuxt_buefy/nuxt.config.js +++ b/nuxt_buefy/nuxt.config.js @@ -1,10 +1,13 @@ export default { ssr: false, + /* Server de pruebas */ + // server: { port: 3016 }, + server: { port: 8080 }, target: 'static', head: { - title: 'nuxt_buefy', + title: 'nuxt_bootstrap', htmlAttrs: { - lang: 'en', + lang: 'es', }, meta: [ { charset: 'utf-8' }, @@ -17,13 +20,17 @@ export default { plugins: [], components: true, buildModules: [], - modules: ['nuxt-buefy', '@nuxtjs/axios'], + modules: ['bootstrap-vue/nuxt', '@nuxtjs/axios'], axios: {}, build: {}, + /* Server de pruebas */ + // static: { + // prefix: false, + // }, env: { // api: "http://localhost:3000", - // api: "https://venus.acatlan.unam.mx/ss-pruebas", // api: "https://890af9d598a4.ngrok.io" - // api: "https://venus.acatlan.unam.mx/serviciosocial", + // api: "https://venus.acatlan.unam.mx/pruebas", + // api: "https://venus.acatlan.unam.mx/produccion", }, } diff --git a/nuxt_buefy/static/favicon.ico b/nuxt_buefy/static/favicon.ico index 3632d0c..a073b88 100644 Binary files a/nuxt_buefy/static/favicon.ico and b/nuxt_buefy/static/favicon.ico differ