oh-my-posh/website/staticwebapp.config.json

18 lines
305 B
JSON
Raw Normal View History

2022-10-07 06:56:18 -07:00
{
"platform": {
"apiRuntime": "node:16"
2023-04-28 02:12:25 -07:00
},
"routes": [
{
"route": "/.well-known/webfinger*",
"methods": ["GET"],
"rewrite": "/api/webfinger"
2023-04-28 05:16:41 -07:00
},
{
"route": "/@jan",
"methods": ["GET"],
"redirect": "https://hachyderm.io/@jandedobbeleer"
2023-04-28 02:12:25 -07:00
}
]
2022-10-07 06:56:18 -07:00
}