Client only route on /client-only/*

params: {}

{
  "path": "/*",
  "*": "client-only",
  "uri": "/",
  "location": {
    "pathname": "/client-only/",
    "search": "",
    "hash": ""
  },
  "pageContext": {},
  "params": {}
}