{
  "version": 3,
  "pages404": true,
  "caseSensitive": false,
  "basePath": "",
  "redirects": [
    {
      "source": "/:path+/",
      "destination": "/:path+",
      "internal": true,
      "statusCode": 308,
      "regex": "^(?:/((?:[^/]+?)(?:/(?:[^/]+?))*))/$"
    }
  ],
  "headers": [],
  "rewrites": {
    "beforeFiles": [],
    "afterFiles": [],
    "fallback": []
  },
  "dynamicRoutes": [
    {
      "page": "/api/[[...path]]",
      "regex": "^/api(?:/(.+?))?(?:/)?$",
      "routeKeys": {
        "nxtPpath": "nxtPpath"
      },
      "namedRegex": "^/api(?:/(?<nxtPpath>.+?))?(?:/)?$"
    },
    {
      "page": "/news/[id]",
      "regex": "^/news/([^/]+?)(?:/)?$",
      "routeKeys": {
        "nxtPid": "nxtPid"
      },
      "namedRegex": "^/news/(?<nxtPid>[^/]+?)(?:/)?$"
    },
    {
      "page": "/tournaments/[id]",
      "regex": "^/tournaments/([^/]+?)(?:/)?$",
      "routeKeys": {
        "nxtPid": "nxtPid"
      },
      "namedRegex": "^/tournaments/(?<nxtPid>[^/]+?)(?:/)?$"
    }
  ],
  "staticRoutes": [
    {
      "page": "/",
      "regex": "^/(?:/)?$",
      "routeKeys": {},
      "namedRegex": "^/(?:/)?$"
    },
    {
      "page": "/_not-found",
      "regex": "^/_not\\-found(?:/)?$",
      "routeKeys": {},
      "namedRegex": "^/_not\\-found(?:/)?$"
    },
    {
      "page": "/about",
      "regex": "^/about(?:/)?$",
      "routeKeys": {},
      "namedRegex": "^/about(?:/)?$"
    },
    {
      "page": "/about/constitution",
      "regex": "^/about/constitution(?:/)?$",
      "routeKeys": {},
      "namedRegex": "^/about/constitution(?:/)?$"
    },
    {
      "page": "/about/executive-board",
      "regex": "^/about/executive\\-board(?:/)?$",
      "routeKeys": {},
      "namedRegex": "^/about/executive\\-board(?:/)?$"
    },
    {
      "page": "/about/law-of-the-game",
      "regex": "^/about/law\\-of\\-the\\-game(?:/)?$",
      "routeKeys": {},
      "namedRegex": "^/about/law\\-of\\-the\\-game(?:/)?$"
    },
    {
      "page": "/about/member-units",
      "regex": "^/about/member\\-units(?:/)?$",
      "routeKeys": {},
      "namedRegex": "^/about/member\\-units(?:/)?$"
    },
    {
      "page": "/about/our-sport",
      "regex": "^/about/our\\-sport(?:/)?$",
      "routeKeys": {},
      "namedRegex": "^/about/our\\-sport(?:/)?$"
    },
    {
      "page": "/admin",
      "regex": "^/admin(?:/)?$",
      "routeKeys": {},
      "namedRegex": "^/admin(?:/)?$"
    },
    {
      "page": "/anti-doping",
      "regex": "^/anti\\-doping(?:/)?$",
      "routeKeys": {},
      "namedRegex": "^/anti\\-doping(?:/)?$"
    },
    {
      "page": "/contact",
      "regex": "^/contact(?:/)?$",
      "routeKeys": {},
      "namedRegex": "^/contact(?:/)?$"
    },
    {
      "page": "/gallery",
      "regex": "^/gallery(?:/)?$",
      "routeKeys": {},
      "namedRegex": "^/gallery(?:/)?$"
    },
    {
      "page": "/news",
      "regex": "^/news(?:/)?$",
      "routeKeys": {},
      "namedRegex": "^/news(?:/)?$"
    },
    {
      "page": "/results",
      "regex": "^/results(?:/)?$",
      "routeKeys": {},
      "namedRegex": "^/results(?:/)?$"
    },
    {
      "page": "/rti",
      "regex": "^/rti(?:/)?$",
      "routeKeys": {},
      "namedRegex": "^/rti(?:/)?$"
    },
    {
      "page": "/tournaments",
      "regex": "^/tournaments(?:/)?$",
      "routeKeys": {},
      "namedRegex": "^/tournaments(?:/)?$"
    },
    {
      "page": "/tribute",
      "regex": "^/tribute(?:/)?$",
      "routeKeys": {},
      "namedRegex": "^/tribute(?:/)?$"
    }
  ],
  "dataRoutes": [],
  "rsc": {
    "header": "rsc",
    "varyHeader": "rsc, next-router-state-tree, next-router-prefetch, next-router-segment-prefetch",
    "prefetchHeader": "next-router-prefetch",
    "didPostponeHeader": "x-nextjs-postponed",
    "contentTypeHeader": "text/x-component",
    "suffix": ".rsc",
    "prefetchSuffix": ".prefetch.rsc",
    "prefetchSegmentHeader": "next-router-segment-prefetch",
    "prefetchSegmentSuffix": ".segment.rsc",
    "prefetchSegmentDirSuffix": ".segments"
  },
  "rewriteHeaders": {
    "pathHeader": "x-nextjs-rewritten-path",
    "queryHeader": "x-nextjs-rewritten-query"
  }
}