set up demo mode
This commit is contained in:
parent
9aac6e0eff
commit
04bfdd0c8f
10 changed files with 93 additions and 16 deletions
|
@ -1,4 +1,4 @@
|
|||
const baseUrl = process.env.NODE_ENV === 'production'
|
||||
const baseUrl = process.env.NODE_ENV !== 'dev'
|
||||
? '/'
|
||||
: 'http://localhost:3000/';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue