{
  "version": 3,
  "pages404": true,
  "appType": "pages",
  "caseSensitive": false,
  "basePath": "",
  "redirects": [
    {
      "source": "/:path+/",
      "destination": "/:path+",
      "internal": true,
      "priority": true,
      "statusCode": 308,
      "regex": "^(?:/((?:[^/]+?)(?:/(?:[^/]+?))*))/$"
    }
  ],
  "headers": [],
  "onMatchHeaders": [],
  "rewrites": {
    "beforeFiles": [],
    "afterFiles": [],
    "fallback": []
  },
  "dynamicRoutes": [
    {
      "page": "/api/dictionary/[locale]",
      "regex": "^/api/dictionary/([^/]+?)(?:/)?$",
      "routeKeys": {
        "nxtPlocale": "nxtPlocale"
      },
      "namedRegex": "^/api/dictionary/(?<nxtPlocale>[^/]+?)(?:/)?$"
    },
    {
      "page": "/api/dictionary/[locale]/[word]",
      "regex": "^/api/dictionary/([^/]+?)/([^/]+?)(?:/)?$",
      "routeKeys": {
        "nxtPlocale": "nxtPlocale",
        "nxtPword": "nxtPword"
      },
      "namedRegex": "^/api/dictionary/(?<nxtPlocale>[^/]+?)/(?<nxtPword>[^/]+?)(?:/)?$"
    }
  ],
  "staticRoutes": [
    {
      "page": "/",
      "regex": "^/(?:/)?$",
      "routeKeys": {},
      "namedRegex": "^/(?:/)?$"
    },
    {
      "page": "/api/solve",
      "regex": "^/api/solve(?:/)?$",
      "routeKeys": {},
      "namedRegex": "^/api/solve(?:/)?$"
    },
    {
      "page": "/api/verify",
      "regex": "^/api/verify(?:/)?$",
      "routeKeys": {},
      "namedRegex": "^/api/verify(?:/)?$"
    },
    {
      "page": "/api/visit",
      "regex": "^/api/visit(?:/)?$",
      "routeKeys": {},
      "namedRegex": "^/api/visit(?:/)?$"
    },
    {
      "page": "/not-found",
      "regex": "^/not\\-found(?:/)?$",
      "routeKeys": {},
      "namedRegex": "^/not\\-found(?:/)?$"
    }
  ],
  "dataRoutes": [
    {
      "page": "/",
      "dataRouteRegex": "^/_next/data/f_g0t0jBAscXxDrNYOuV0/index\\.json$"
    }
  ],
  "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",
    "prefetchSegmentHeader": "next-router-segment-prefetch",
    "prefetchSegmentSuffix": ".segment.rsc",
    "prefetchSegmentDirSuffix": ".segments",
    "clientParamParsing": false,
    "dynamicRSCPrerender": false
  },
  "rewriteHeaders": {
    "pathHeader": "x-nextjs-rewritten-path",
    "queryHeader": "x-nextjs-rewritten-query"
  }
}