Yuyuqt
fix: vercel.json routing for Blazor
cb5cb0f
Raw
History Blame Contribute Delete
237 Bytes
{
"buildCommand": "./dotnet/dotnet publish -c Release -o publish",
"outputDirectory": "publish/wwwroot",
"cleanUrls": true,
"trailingSlash": false,
"routes": [
{
"src": "/(.*)",
"dest": "/index.html"
}
]
}