fix: add trailing slash /docs/ to vercel.json redirects

This commit is contained in:
xHyroM 2023-02-23 19:31:21 +01:00
parent 2cb689b846
commit 7b12586dc0

View file

@ -14,6 +14,10 @@
{
"source": "/docs",
"destination": "/docs/items/nadpis/introduction"
},
{
"source": "/docs/",
"destination": "/docs/items/nadpis/introduction"
}
]
}