Skip to content

Commit

Permalink
fix: fix env variable not being available on runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroAkbal committed Mar 6, 2021
1 parent 29ed05c commit 572c831
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ export default {

API_URL: process.env.API_URL,

PROXY_URL: process.env.PROXY_URL,

MATOMO_HOST: process.env.MATOMO_HOST,
MATOMO_SITE_ID: process.env.MATOMO_SITE_ID,
},
Expand Down

0 comments on commit 572c831

Please sign in to comment.