Skip to content

Commit 89ff897

Browse files
committed
update docs
1 parent 356b0d5 commit 89ff897

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

vercel.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,19 @@
11
{
22
"rewrites": [
3+
{
4+
"source": "/",
5+
"destination": "/fastapi_best_architecture_docs/index.html"
6+
},
37
{
48
"source": "/(.*)",
59
"destination": "/fastapi_best_architecture_docs/$1"
610
}
11+
],
12+
"redirects": [
13+
{
14+
"source": "/fastapi_best_architecture_docs",
15+
"destination": "/fastapi_best_architecture_docs/",
16+
"permanent": true
17+
}
718
]
819
}

0 commit comments

Comments
 (0)