2019-07-17 20:51:49 +00:00
|
|
|
[build]
|
|
|
|
base = "frontend/"
|
|
|
|
publish = "frontend/build/"
|
|
|
|
|
|
|
|
[context.develop.environment]
|
|
|
|
REACT_APP_STAGING = "true"
|
|
|
|
|
|
|
|
[context.branch-deploy.environment]
|
|
|
|
REACT_APP_STAGING = "true"
|
2019-07-18 20:05:16 +00:00
|
|
|
|
|
|
|
[context.deploy-preview.environment]
|
2019-07-21 07:23:50 +00:00
|
|
|
REACT_APP_STAGING = "true"
|
|
|
|
|
|
|
|
[[redirects]]
|
|
|
|
from = "/*"
|
|
|
|
to = "/index.html"
|
|
|
|
status = 200
|
|
|
|
|