mirror of
https://github.com/xHyroM/website.git
synced 2024-11-22 15:01:05 +01:00
fix: add trailing slash /docs/ to vercel.json redirects
This commit is contained in:
parent
2cb689b846
commit
7b12586dc0
1 changed files with 4 additions and 0 deletions
|
@ -14,6 +14,10 @@
|
||||||
{
|
{
|
||||||
"source": "/docs",
|
"source": "/docs",
|
||||||
"destination": "/docs/items/nadpis/introduction"
|
"destination": "/docs/items/nadpis/introduction"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"source": "/docs/",
|
||||||
|
"destination": "/docs/items/nadpis/introduction"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue