Redirect with dynamic links

Try this:

    {
        "from": "/game/(.*)",
        "to": "https://your.awesome.domain/room/$1"
    }

Couple of resources as well:

  • Docs
  • redirects.json from the Ghost tests
1 Like