Files
taiji-pda-v0/staticwebapp.config.json
T

25 lines
451 B
JSON

{
"buildDetails": {
"appLocation": "/",
"apiLocation": "api",
"outputLocation": ".next",
"appBuildCommand": "npm run build",
"apiLanguage": "node",
"apiVersion": "20"
},
"platformErrorOverrides": [
{
"errorType": "NotFound",
"serve": "/404.html"
},
{
"errorType": "Unauthenticated",
"statusCode": 401
},
{
"errorType": "Unauthorized",
"statusCode": 403
}
]
}