Base code
This commit is contained in:
14
frontend/vercel.json
Normal file
14
frontend/vercel.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"version": 2,
|
||||
"buildCommand": "npm run build",
|
||||
"outputDirectory": "build",
|
||||
"routes": [
|
||||
{
|
||||
"src": "/(.*)",
|
||||
"dest": "/$1"
|
||||
}
|
||||
],
|
||||
"env": {
|
||||
"REACT_APP_ENVIRONMENT": "production"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user