We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 356b0d5 commit 89ff897Copy full SHA for 89ff897
1 file changed
vercel.json
@@ -1,8 +1,19 @@
1
{
2
"rewrites": [
3
+ {
4
+ "source": "/",
5
+ "destination": "/fastapi_best_architecture_docs/index.html"
6
+ },
7
8
"source": "/(.*)",
9
"destination": "/fastapi_best_architecture_docs/$1"
10
}
11
+ ],
12
+ "redirects": [
13
14
+ "source": "/fastapi_best_architecture_docs",
15
+ "destination": "/fastapi_best_architecture_docs/",
16
+ "permanent": true
17
+ }
18
]
19
0 commit comments