{
  "/_not-found/page": "/_not-found",
  "/api/[[...path]]/route": "/api/[[...path]]",
  "/about/law-of-the-game/page": "/about/law-of-the-game",
  "/about/constitution/page": "/about/constitution",
  "/about/executive-board/page": "/about/executive-board",
  "/about/page": "/about",
  "/admin/page": "/admin",
  "/about/our-sport/page": "/about/our-sport",
  "/anti-doping/page": "/anti-doping",
  "/contact/page": "/contact",
  "/results/page": "/results",
  "/rti/page": "/rti",
  "/tribute/page": "/tribute",
  "/about/member-units/page": "/about/member-units",
  "/gallery/page": "/gallery",
  "/news/[id]/page": "/news/[id]",
  "/news/page": "/news",
  "/page": "/",
  "/tournaments/page": "/tournaments",
  "/tournaments/[id]/page": "/tournaments/[id]"
}