File size: 237 Bytes
4a4c924
e2ff29f
263b5c2
cb5cb0f
 
4a4c924
 
263b5c2
4a4c924
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
{
  "buildCommand": "./dotnet/dotnet publish -c Release -o publish",
  "outputDirectory": "publish/wwwroot",
  "cleanUrls": true,
  "trailingSlash": false,
  "routes": [
    {
      "src": "/(.*)",
      "dest": "/index.html"
    }
  ]
}