Skip to content

Commit d275c45

Browse files
committed
udpate docs
1 parent 356b0d5 commit d275c45

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

vercel.json

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

0 commit comments

Comments
 (0)