We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c2fec0 commit 89727bbCopy full SHA for 89727bb
vercel.json
@@ -1,12 +1,8 @@
1
{
2
"cleanUrls": true,
3
- "public": true,
4
- "builds": [
5
- { "src": "api/*.rs", "use": "@vercel/rust" },
6
- { "src": "www/**", "use": "@vercel/static" }
7
- ],
+ "public": "www",
+ "builds": [{ "src": "api/*.rs", "use": "@vercel/rust" }],
8
"rewrites": [
9
- { "source": "/api/:path*", "destination": "/api/:path*.rs" },
10
- { "source": "/:path*", "destination": "/www/:path*" }
+ { "source": "/api/:path*", "destination": "/api/:path*.rs" }
11
]
12
}
0 commit comments