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

15 lines
208 B
JSON

{
"navigationFallback": {
"rewrite": "/index.html"
},
"platform": {
"apiRuntime": "node:20"
},
"routes": [],
"responseOverrides": {
"404": {
"rewrite": "/index.html"
}
}
}