Static page next to client only route - SHOULD NOT ROUTE

params: {}

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