Add BASE_URL to environment variables
This commit is contained in:
parent
a8f1fb5148
commit
9b5fb4bde1
1 changed files with 1 additions and 0 deletions
|
|
@ -197,6 +197,7 @@ export default {
|
|||
MESSAGING_SENDER_ID: process.env.MESSAGING_SENDER_ID,
|
||||
APP_ID: process.env.APP_ID,
|
||||
MEASUREMENT_ID: process.env.MEASUREMENT_ID,
|
||||
BASE_URL: process.env.BASE_URL || "/",
|
||||
},
|
||||
i18n: {
|
||||
locales: [
|
||||
|
|
|
|||
Loading…
Reference in a new issue