Repasseu el fitxer packaeg.json mireu el del professor:
En el meu cas @nuxtjs/dotenv estava a devDependencies i cal posar a dependencies. Esborrar node_modules i tornar a peer npm install
Tenim dos variables:
- https://github.com/acacha/moixonet-nuxt-frontend/blob/production/.env
- VUE_APP_LARAVEL_PASSPORT_ENDPOINT=http://moixonet-backend.test
- VUE_APP_LARAVEL_ENDPOINT=http://moixonet-backend.test
En explotació cal que apuntin a backend explotació vostre, per aixó cal canviar el fitxer now.json:
https://github.com/acacha/moixonet-nuxt-frontend/blob/production/now.json
Afegint:
,
"build": {
"env": {
"VUE_APP_LARAVEL_PASSPORT_ENDPOINT": "https://moixonet.acacha.scool.cat",
"VUE_APP_LARAVEL_ENDPOINT": "https://moixonet.acacha.scool.cat"
}
}
Un cop afegir només cal tornar a fer deployments:
now
nom --prod
Actualitzeu la branca production (fent merge de master)