mirror of
https://github.com/atuinsh/atuin.git
synced 2024-11-29 11:44:44 +01:00
25 lines
468 B
JSON
25 lines
468 B
JSON
{
|
|
"redirects": [
|
|
{
|
|
"source": "/docs/",
|
|
"destination": "/docs/guide",
|
|
"permanent": true
|
|
},
|
|
{
|
|
"source": "/docs",
|
|
"destination": "/docs/guide",
|
|
"permanent": true
|
|
},
|
|
{
|
|
"source": "/docs/config/key-binding",
|
|
"destination": "/docs/key-binding",
|
|
"permanent": true
|
|
},
|
|
{
|
|
"source": "/docs/config/key-binding/",
|
|
"destination": "/docs/key-binding",
|
|
"permanent": true
|
|
}
|
|
]
|
|
}
|