mirror of
https://github.com/DeveloLongScript/MHSF.git
synced 2026-05-07 19:24:59 -05:00
fix(www): redirect loop
This commit is contained in:
parent
8f9dc59583
commit
830699a9ef
@ -1,5 +1,8 @@
|
|||||||
{
|
{
|
||||||
"rewrites": [
|
"rewrites": [
|
||||||
{ "source": "/docs/:match*", "destination": "https://mhsf.mintlify.app" }
|
{
|
||||||
|
"source": "/docs/:match*",
|
||||||
|
"destination": "https://mhsf.mintlify.app/docs/:match*"
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user