Spaces:
Sleeping
Sleeping
Yuyuqt commited on
Commit ·
263b5c2
1
Parent(s): 2d994f2
fix: vercel.json
Browse files
BlazorWebAssembly/vercel.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
| 1 |
{
|
| 2 |
-
"
|
|
|
|
| 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 |
]
|