Added default BASE_URL env variable
This commit is contained in:
parent
f429585447
commit
210727ea0e
1 changed files with 1 additions and 1 deletions
|
|
@ -300,7 +300,7 @@ export default {
|
|||
publicRuntimeConfig: {
|
||||
GA_ID: process.env.GA_ID || "UA-61422507-4",
|
||||
GTM_ID: process.env.GTM_ID || "GTM-NMKVBMV",
|
||||
BASE_URL: process.env.BASE_URL || "/",
|
||||
BASE_URL: process.env.BASE_URL || "https://hoppscotch.io/",
|
||||
},
|
||||
privateRuntimeConfig: {
|
||||
API_KEY: process.env.API_KEY,
|
||||
|
|
|
|||
Loading…
Reference in a new issue