chore: add azure static web apps config with node 20.11.1

This commit is contained in:
xiaohei
2025-12-29 06:41:43 +00:00
parent 905c1b3b20
commit 9ead466613
2 changed files with 25 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
20.11.1
+24
View File
@@ -0,0 +1,24 @@
{
"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
}
]
}