15 lines
215 B
JSON
15 lines
215 B
JSON
{
|
|
"version": 2,
|
|
"buildCommand": "npm run build",
|
|
"outputDirectory": "build",
|
|
"routes": [
|
|
{
|
|
"src": "/(.*)",
|
|
"dest": "/$1"
|
|
}
|
|
],
|
|
"env": {
|
|
"REACT_APP_ENVIRONMENT": "production"
|
|
}
|
|
}
|