scrabble-solver
Version:
Scrabble Solver 2 - Free, open-source, cross-platform, multi-language analysis tool for Scrabble, Scrabble Duel, Super Scrabble, Letter League, Literaki, and Kelimelik. Quickly find the top-scoring words using the given board and tiles.
76 lines • 1.95 kB
JSON
{
"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/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": "/404",
"regex": "^/404(?:/)?$",
"routeKeys": {},
"namedRegex": "^/404(?:/)?$"
}
],
"dataRoutes": [
{
"page": "/",
"dataRouteRegex": "^/_next/data/MhrqAqLI9_L8obb7tgjvi/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",
"prefetchSuffix": ".prefetch.rsc",
"prefetchSegmentHeader": "Next-Router-Segment-Prefetch",
"prefetchSegmentSuffix": ".segment.rsc",
"prefetchSegmentDirSuffix": ".segments"
},
"rewriteHeaders": {
"pathHeader": "x-nextjs-rewritten-path",
"queryHeader": "x-nextjs-rewritten-query"
}
}