Skip to content

Commit ea2f1a4

Browse files
committed
Try to fix the base URL on Heroku
1 parent debfa46 commit ea2f1a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/constants.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import envFlag from 'node-env-flag'
22

3-
const baseUrl = process.env.BASE_URL
3+
const baseUrl = process.env.BASE_URL || ''
44
const longCache = envFlag(process.env.LONG_CACHE, false)
55

66
export { baseUrl, longCache }

0 commit comments

Comments
 (0)