added BASE_URL in nextjs config (#587)
This commit is contained in:
parent
4d3b258bf2
commit
19f5b9d6c6
1 changed files with 3 additions and 0 deletions
|
@ -58,4 +58,7 @@ module.exports = withTM({
|
|||
},
|
||||
];
|
||||
},
|
||||
publicRuntimeConfig: {
|
||||
BASE_URL: process.env.BASE_URL || "http://localhost:3000",
|
||||
},
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue