oh-my-posh/website/staticwebapp.config.json
2023-04-28 14:17:53 +02:00

18 lines
305 B
JSON

{
"platform": {
"apiRuntime": "node:16"
},
"routes": [
{
"route": "/.well-known/webfinger*",
"methods": ["GET"],
"rewrite": "/api/webfinger"
},
{
"route": "/@jan",
"methods": ["GET"],
"redirect": "https://hachyderm.io/@jandedobbeleer"
}
]
}