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

fix: vercel.json build command

Browse files
Files changed (1) hide show
  1. BlazorWebAssembly/vercel.json +1 -1
BlazorWebAssembly/vercel.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "buildCommand": "dotnet publish -c Release -o publish",
3
  "outputDirectory": "publish/wwwroot",
4
  "routes": [
5
  {
 
1
  {
2
+ "buildCommand": "./dotnet/dotnet publish -c Release -o publish",
3
  "outputDirectory": "publish/wwwroot",
4
  "routes": [
5
  {