1
0
mirror of https://github.com/atuinsh/atuin.git synced 2025-07-12 04:15:03 +02:00

Redirect old docs ()

This commit is contained in:
Ellie Huxtable
2023-06-21 09:21:19 +01:00
committed by GitHub
parent 395aa81c2a
commit cb25aaa90e

9
docs/vercel.json Normal file

@ -0,0 +1,9 @@
{
"redirects": [
{
"source": "/docs/",
"destination": "/docs/guide",
"permanent": true
}
]
}