Yuyuqt commited on
Commit
263b5c2
·
1 Parent(s): 2d994f2

fix: vercel.json

Browse files
Files changed (1) hide show
  1. BlazorWebAssembly/vercel.json +3 -3
BlazorWebAssembly/vercel.json CHANGED
@@ -1,9 +1,9 @@
1
  {
2
- "cleanUrls": true,
 
3
  "routes": [
4
- { "handle": "filesystem" },
5
  {
6
- "src": "/.*",
7
  "dest": "/index.html"
8
  }
9
  ]
 
1
  {
2
+ "buildCommand": "dotnet publish -c Release -o publish",
3
+ "outputDirectory": "publish/wwwroot",
4
  "routes": [
 
5
  {
6
+ "src": "/(.*)",
7
  "dest": "/index.html"
8
  }
9
  ]