Try this:
{
"from": "/game/(.*)",
"to": "https://your.awesome.domain/room/$1"
}
Couple of resources as well:
- Docs
- redirects.json from the Ghost tests
Try this:
{
"from": "/game/(.*)",
"to": "https://your.awesome.domain/room/$1"
}
Couple of resources as well: