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