logos y configuraciones de nuxt.config

This commit is contained in:
Lemuel Marquez
2021-04-20 22:24:09 -05:00
parent f267d85fb1
commit d068dfda76
6 changed files with 12 additions and 5 deletions
Vendored
BIN
View File
Binary file not shown.
Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

+12 -5
View File
@@ -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",
},
}
Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 6.9 KiB