mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-12-28 20:39:40 -08:00
docs: redirect old social handle
This commit is contained in:
parent
8352e48e78
commit
ebf7e382de
|
@ -7,6 +7,11 @@
|
||||||
"route": "/.well-known/webfinger*",
|
"route": "/.well-known/webfinger*",
|
||||||
"methods": ["GET"],
|
"methods": ["GET"],
|
||||||
"rewrite": "/api/webfinger"
|
"rewrite": "/api/webfinger"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"route": "/@jan",
|
||||||
|
"methods": ["GET"],
|
||||||
|
"redirect": "https://hachyderm.io/@jandedobbeleer"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue