@faststore/core 3.32.0 → 3.33.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (86) hide show
  1. package/.next/BUILD_ID +1 -1
  2. package/.next/build-manifest.json +27 -27
  3. package/.next/cache/.tsbuildinfo +1 -1
  4. package/.next/cache/config.json +3 -3
  5. package/.next/cache/webpack/client-production/0.pack +0 -0
  6. package/.next/cache/webpack/client-production/index.pack +0 -0
  7. package/.next/cache/webpack/server-production/0.pack +0 -0
  8. package/.next/cache/webpack/server-production/index.pack +0 -0
  9. package/.next/prerender-manifest.js +1 -1
  10. package/.next/prerender-manifest.json +1 -1
  11. package/.next/react-loadable-manifest.json +3 -3
  12. package/.next/routes-manifest.json +1 -1
  13. package/.next/server/chunks/{2409.js → 1650.js} +2 -2
  14. package/.next/server/chunks/3117.js +2 -2
  15. package/.next/server/chunks/4289.js +3 -3
  16. package/.next/server/chunks/{3080.js → 7819.js} +2 -2
  17. package/.next/server/chunks/9594.js +1 -0
  18. package/.next/server/middleware-build-manifest.js +1 -1
  19. package/.next/server/middleware-react-loadable-manifest.js +1 -1
  20. package/.next/server/pages/404.js +1 -1
  21. package/.next/server/pages/404.js.nft.json +1 -1
  22. package/.next/server/pages/500.js +1 -1
  23. package/.next/server/pages/500.js.nft.json +1 -1
  24. package/.next/server/pages/[...slug].js +1 -1
  25. package/.next/server/pages/[...slug].js.nft.json +1 -1
  26. package/.next/server/pages/[slug]/p.js +1 -1
  27. package/.next/server/pages/[slug]/p.js.nft.json +1 -1
  28. package/.next/server/pages/_app.js +1 -1
  29. package/.next/server/pages/_app.js.nft.json +1 -1
  30. package/.next/server/pages/_document.js.nft.json +1 -1
  31. package/.next/server/pages/_error.js +1 -1
  32. package/.next/server/pages/_error.js.nft.json +1 -1
  33. package/.next/server/pages/account.js +1 -1
  34. package/.next/server/pages/account.js.nft.json +1 -1
  35. package/.next/server/pages/api/graphql.js +1 -1
  36. package/.next/server/pages/api/graphql.js.nft.json +1 -1
  37. package/.next/server/pages/api/health/live.js.nft.json +1 -1
  38. package/.next/server/pages/api/health/ready.js.nft.json +1 -1
  39. package/.next/server/pages/api/preview.js.nft.json +1 -1
  40. package/.next/server/pages/checkout.js +1 -1
  41. package/.next/server/pages/checkout.js.nft.json +1 -1
  42. package/.next/server/pages/en-US/404.html +2 -2
  43. package/.next/server/pages/en-US/500.html +2 -2
  44. package/.next/server/pages/en-US/account.html +2 -2
  45. package/.next/server/pages/en-US/checkout.html +2 -2
  46. package/.next/server/pages/en-US/login.html +2 -2
  47. package/.next/server/pages/en-US/s.html +2 -2
  48. package/.next/server/pages/en-US.html +2 -2
  49. package/.next/server/pages/en-US.json +1 -1
  50. package/.next/server/pages/index.js +1 -1
  51. package/.next/server/pages/index.js.nft.json +1 -1
  52. package/.next/server/pages/login.js +1 -1
  53. package/.next/server/pages/login.js.nft.json +1 -1
  54. package/.next/server/pages/s.js +1 -1
  55. package/.next/server/pages/s.js.nft.json +1 -1
  56. package/.next/server/pages-manifest.json +1 -1
  57. package/.next/static/{gfAtPTIXPKnCvUoAN_678 → a8pMv59FUKRCJcUKLEXkQ}/_buildManifest.js +1 -1
  58. package/.next/static/chunks/{3143.42eed67e0a406af4.js → 3143.1aaec7f4a9e83b8d.js} +1 -1
  59. package/.next/static/chunks/4625-4befc256b42bee75.js +1 -0
  60. package/.next/static/chunks/{6335-204d54a0bbb62580.js → 6335-2bf379c0870c440e.js} +1 -1
  61. package/.next/static/chunks/{CartSidebar.b92033a45cbd5b1e.js → CartSidebar.11e73132b1647eec.js} +1 -1
  62. package/.next/static/chunks/pages/[...slug]-f4fd6c8d7dc53f8f.js +1 -0
  63. package/.next/static/chunks/pages/{_app-ac95c1e9f24267d5.js → _app-e03902a5f8bdaf99.js} +1 -1
  64. package/.next/static/chunks/pages/{s-3d8b314cdd548782.js → s-ffb46af7067b79b1.js} +1 -1
  65. package/.next/static/chunks/{webpack-505ab169c34dcfac.js → webpack-1965210fb17803bd.js} +1 -1
  66. package/.next/trace +122 -121
  67. package/.turbo/turbo-build.log +11 -12
  68. package/.turbo/turbo-test.log +5 -6
  69. package/@generated/gql.ts +8 -0
  70. package/@generated/graphql.ts +62 -0
  71. package/@generated/persisted-documents.json +2 -1
  72. package/CHANGELOG.md +12 -0
  73. package/next-seo.config.ts +3 -0
  74. package/package.json +3 -2
  75. package/src/components/templates/ProductListingPage/ProductListing.tsx +24 -7
  76. package/src/components/templates/ProductListingPage/ProductListingPage.tsx +23 -3
  77. package/src/pages/[...slug].tsx +20 -2
  78. package/src/sdk/product/usePageProductsQuery.ts +36 -11
  79. package/src/sdk/product/useProductGalleryQuery.ts +75 -33
  80. package/src/sdk/product/useShouldFetchFirstPage.ts +60 -0
  81. package/src/sdk/redirects/index.ts +8 -0
  82. package/src/utils/fetchProductGallerySSR.ts +121 -0
  83. package/.next/server/chunks/1168.js +0 -1
  84. package/.next/static/chunks/5018-4af021881b60619a.js +0 -1
  85. package/.next/static/chunks/pages/[...slug]-fdede686dea7b909.js +0 -1
  86. /package/.next/static/{gfAtPTIXPKnCvUoAN_678 → a8pMv59FUKRCJcUKLEXkQ}/_ssgManifest.js +0 -0
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "telemetry": {
3
- "notifiedAt": "1743107432548",
4
- "anonymousId": "d9d0d9fa99d1aac0f206568bb034056788495cfa998eb45296bf3bda1a607498",
5
- "salt": "3b7fdec41f063025ba4e5b8633e805a2"
3
+ "notifiedAt": "1743436065426",
4
+ "anonymousId": "9ebaed2c324e697f2ab56ee5c711116ccdb8fe293df80b14a0515a7f15deba56",
5
+ "salt": "869cfd01f9b4ab382c7748ed24c81564"
6
6
  }
7
7
  }
@@ -1 +1 @@
1
- self.__PRERENDER_MANIFEST="{\"version\":4,\"routes\":{\"/en-US/500\":{\"initialRevalidateSeconds\":false,\"srcRoute\":null,\"dataRoute\":\"/_next/data/gfAtPTIXPKnCvUoAN_678/500.json\"},\"/en-US/404\":{\"initialRevalidateSeconds\":false,\"srcRoute\":null,\"dataRoute\":\"/_next/data/gfAtPTIXPKnCvUoAN_678/404.json\"},\"/en-US/account\":{\"initialRevalidateSeconds\":false,\"srcRoute\":null,\"dataRoute\":\"/_next/data/gfAtPTIXPKnCvUoAN_678/account.json\"},\"/en-US/checkout\":{\"initialRevalidateSeconds\":false,\"srcRoute\":null,\"dataRoute\":\"/_next/data/gfAtPTIXPKnCvUoAN_678/checkout.json\"},\"/en-US\":{\"initialRevalidateSeconds\":false,\"srcRoute\":null,\"dataRoute\":\"/_next/data/gfAtPTIXPKnCvUoAN_678/index.json\"},\"/en-US/login\":{\"initialRevalidateSeconds\":false,\"srcRoute\":null,\"dataRoute\":\"/_next/data/gfAtPTIXPKnCvUoAN_678/login.json\"},\"/en-US/s\":{\"initialRevalidateSeconds\":false,\"srcRoute\":null,\"dataRoute\":\"/_next/data/gfAtPTIXPKnCvUoAN_678/s.json\"}},\"dynamicRoutes\":{\"/[slug]/p\":{\"routeRegex\":\"^/([^/]+?)/p(?:/)?$\",\"dataRoute\":\"/_next/data/gfAtPTIXPKnCvUoAN_678/[slug]/p.json\",\"fallback\":null,\"dataRouteRegex\":\"^/_next/data/gfAtPTIXPKnCvUoAN_678/([^/]+?)/p\\\\.json$\"},\"/[...slug]\":{\"routeRegex\":\"^/(.+?)(?:/)?$\",\"dataRoute\":\"/_next/data/gfAtPTIXPKnCvUoAN_678/[...slug].json\",\"fallback\":null,\"dataRouteRegex\":\"^/_next/data/gfAtPTIXPKnCvUoAN_678/(.+?)\\\\.json$\"}},\"notFoundRoutes\":[],\"preview\":{\"previewModeId\":\"f761ddeb328bb728d06a2da090e84b43\",\"previewModeSigningKey\":\"26e59f2687a75d471a0039f3e3332c2cf31182bcfc8525d8f2f1cb59b1337d7c\",\"previewModeEncryptionKey\":\"da8f06406d915a867418211820292d816279a45cdab9f0d3b097ab1ffa30b329\"}}"
1
+ self.__PRERENDER_MANIFEST="{\"version\":4,\"routes\":{\"/en-US/500\":{\"initialRevalidateSeconds\":false,\"srcRoute\":null,\"dataRoute\":\"/_next/data/a8pMv59FUKRCJcUKLEXkQ/500.json\"},\"/en-US/404\":{\"initialRevalidateSeconds\":false,\"srcRoute\":null,\"dataRoute\":\"/_next/data/a8pMv59FUKRCJcUKLEXkQ/404.json\"},\"/en-US/account\":{\"initialRevalidateSeconds\":false,\"srcRoute\":null,\"dataRoute\":\"/_next/data/a8pMv59FUKRCJcUKLEXkQ/account.json\"},\"/en-US/checkout\":{\"initialRevalidateSeconds\":false,\"srcRoute\":null,\"dataRoute\":\"/_next/data/a8pMv59FUKRCJcUKLEXkQ/checkout.json\"},\"/en-US\":{\"initialRevalidateSeconds\":false,\"srcRoute\":null,\"dataRoute\":\"/_next/data/a8pMv59FUKRCJcUKLEXkQ/index.json\"},\"/en-US/login\":{\"initialRevalidateSeconds\":false,\"srcRoute\":null,\"dataRoute\":\"/_next/data/a8pMv59FUKRCJcUKLEXkQ/login.json\"},\"/en-US/s\":{\"initialRevalidateSeconds\":false,\"srcRoute\":null,\"dataRoute\":\"/_next/data/a8pMv59FUKRCJcUKLEXkQ/s.json\"}},\"dynamicRoutes\":{\"/[slug]/p\":{\"routeRegex\":\"^/([^/]+?)/p(?:/)?$\",\"dataRoute\":\"/_next/data/a8pMv59FUKRCJcUKLEXkQ/[slug]/p.json\",\"fallback\":null,\"dataRouteRegex\":\"^/_next/data/a8pMv59FUKRCJcUKLEXkQ/([^/]+?)/p\\\\.json$\"},\"/[...slug]\":{\"routeRegex\":\"^/(.+?)(?:/)?$\",\"dataRoute\":\"/_next/data/a8pMv59FUKRCJcUKLEXkQ/[...slug].json\",\"fallback\":null,\"dataRouteRegex\":\"^/_next/data/a8pMv59FUKRCJcUKLEXkQ/(.+?)\\\\.json$\"}},\"notFoundRoutes\":[],\"preview\":{\"previewModeId\":\"6ae87d0a8d36e9eaf5c645c55e05f7bb\",\"previewModeSigningKey\":\"8255aaa386b13294595994fa23a97945b3f6e60ca75daa3d1ca8811e73a72533\",\"previewModeEncryptionKey\":\"a5e55c817b05cab907666e07ac7e9c741c22b87164e79dd4d802a52a2bbb6acc\"}}"
@@ -1 +1 @@
1
- {"version":4,"routes":{"/en-US/500":{"initialRevalidateSeconds":false,"srcRoute":null,"dataRoute":"/_next/data/gfAtPTIXPKnCvUoAN_678/500.json"},"/en-US/404":{"initialRevalidateSeconds":false,"srcRoute":null,"dataRoute":"/_next/data/gfAtPTIXPKnCvUoAN_678/404.json"},"/en-US/account":{"initialRevalidateSeconds":false,"srcRoute":null,"dataRoute":"/_next/data/gfAtPTIXPKnCvUoAN_678/account.json"},"/en-US/checkout":{"initialRevalidateSeconds":false,"srcRoute":null,"dataRoute":"/_next/data/gfAtPTIXPKnCvUoAN_678/checkout.json"},"/en-US":{"initialRevalidateSeconds":false,"srcRoute":null,"dataRoute":"/_next/data/gfAtPTIXPKnCvUoAN_678/index.json"},"/en-US/login":{"initialRevalidateSeconds":false,"srcRoute":null,"dataRoute":"/_next/data/gfAtPTIXPKnCvUoAN_678/login.json"},"/en-US/s":{"initialRevalidateSeconds":false,"srcRoute":null,"dataRoute":"/_next/data/gfAtPTIXPKnCvUoAN_678/s.json"}},"dynamicRoutes":{"/[slug]/p":{"routeRegex":"^/([^/]+?)/p(?:/)?$","dataRoute":"/_next/data/gfAtPTIXPKnCvUoAN_678/[slug]/p.json","fallback":null,"dataRouteRegex":"^/_next/data/gfAtPTIXPKnCvUoAN_678/([^/]+?)/p\\.json$"},"/[...slug]":{"routeRegex":"^/(.+?)(?:/)?$","dataRoute":"/_next/data/gfAtPTIXPKnCvUoAN_678/[...slug].json","fallback":null,"dataRouteRegex":"^/_next/data/gfAtPTIXPKnCvUoAN_678/(.+?)\\.json$"}},"notFoundRoutes":[],"preview":{"previewModeId":"f761ddeb328bb728d06a2da090e84b43","previewModeSigningKey":"26e59f2687a75d471a0039f3e3332c2cf31182bcfc8525d8f2f1cb59b1337d7c","previewModeEncryptionKey":"da8f06406d915a867418211820292d816279a45cdab9f0d3b097ab1ffa30b329"}}
1
+ {"version":4,"routes":{"/en-US/500":{"initialRevalidateSeconds":false,"srcRoute":null,"dataRoute":"/_next/data/a8pMv59FUKRCJcUKLEXkQ/500.json"},"/en-US/404":{"initialRevalidateSeconds":false,"srcRoute":null,"dataRoute":"/_next/data/a8pMv59FUKRCJcUKLEXkQ/404.json"},"/en-US/account":{"initialRevalidateSeconds":false,"srcRoute":null,"dataRoute":"/_next/data/a8pMv59FUKRCJcUKLEXkQ/account.json"},"/en-US/checkout":{"initialRevalidateSeconds":false,"srcRoute":null,"dataRoute":"/_next/data/a8pMv59FUKRCJcUKLEXkQ/checkout.json"},"/en-US":{"initialRevalidateSeconds":false,"srcRoute":null,"dataRoute":"/_next/data/a8pMv59FUKRCJcUKLEXkQ/index.json"},"/en-US/login":{"initialRevalidateSeconds":false,"srcRoute":null,"dataRoute":"/_next/data/a8pMv59FUKRCJcUKLEXkQ/login.json"},"/en-US/s":{"initialRevalidateSeconds":false,"srcRoute":null,"dataRoute":"/_next/data/a8pMv59FUKRCJcUKLEXkQ/s.json"}},"dynamicRoutes":{"/[slug]/p":{"routeRegex":"^/([^/]+?)/p(?:/)?$","dataRoute":"/_next/data/a8pMv59FUKRCJcUKLEXkQ/[slug]/p.json","fallback":null,"dataRouteRegex":"^/_next/data/a8pMv59FUKRCJcUKLEXkQ/([^/]+?)/p\\.json$"},"/[...slug]":{"routeRegex":"^/(.+?)(?:/)?$","dataRoute":"/_next/data/a8pMv59FUKRCJcUKLEXkQ/[...slug].json","fallback":null,"dataRouteRegex":"^/_next/data/a8pMv59FUKRCJcUKLEXkQ/(.+?)\\.json$"}},"notFoundRoutes":[],"preview":{"previewModeId":"6ae87d0a8d36e9eaf5c645c55e05f7bb","previewModeSigningKey":"8255aaa386b13294595994fa23a97945b3f6e60ca75daa3d1ca8811e73a72533","previewModeEncryptionKey":"a5e55c817b05cab907666e07ac7e9c741c22b87164e79dd4d802a52a2bbb6acc"}}
@@ -88,10 +88,10 @@
88
88
  ]
89
89
  },
90
90
  "../components/cms/global/Components.ts -> src/components/cart/CartSidebar": {
91
- "id": 2125,
91
+ "id": 1255,
92
92
  "files": [
93
93
  "static/css/b52f8f6500d3439e.css",
94
- "static/chunks/CartSidebar.b92033a45cbd5b1e.js"
94
+ "static/chunks/CartSidebar.11e73132b1647eec.js"
95
95
  ]
96
96
  },
97
97
  "../components/cms/global/Components.ts -> src/components/region/RegionModal": {
@@ -358,7 +358,7 @@
358
358
  "../components/ui/ProductGallery/ProductGallery.tsx -> ./ProductGalleryPage": {
359
359
  "id": 3143,
360
360
  "files": [
361
- "static/chunks/3143.42eed67e0a406af4.js"
361
+ "static/chunks/3143.1aaec7f4a9e83b8d.js"
362
362
  ]
363
363
  },
364
364
  "../components/ui/ProductGallery/ProductGallery.tsx -> src/components/skeletons/FilterSkeleton": {
@@ -1 +1 @@
1
- {"version":3,"pages404":true,"caseSensitive":false,"basePath":"","redirects":[{"source":"/:path+/","destination":"/:path+","locale":false,"internal":true,"statusCode":308,"regex":"^(?:/((?:[^/]+?)(?:/(?:[^/]+?))*))/$"}],"headers":[],"dynamicRoutes":[{"page":"/[slug]/p","regex":"^/([^/]+?)/p(?:/)?$","routeKeys":{"nxtPslug":"nxtPslug"},"namedRegex":"^/(?<nxtPslug>[^/]+?)/p(?:/)?$"},{"page":"/[...slug]","regex":"^/(.+?)(?:/)?$","routeKeys":{"nxtPslug":"nxtPslug"},"namedRegex":"^/(?<nxtPslug>.+?)(?:/)?$"}],"staticRoutes":[{"page":"/","regex":"^/(?:/)?$","routeKeys":{},"namedRegex":"^/(?:/)?$"},{"page":"/404","regex":"^/404(?:/)?$","routeKeys":{},"namedRegex":"^/404(?:/)?$"},{"page":"/500","regex":"^/500(?:/)?$","routeKeys":{},"namedRegex":"^/500(?:/)?$"},{"page":"/account","regex":"^/account(?:/)?$","routeKeys":{},"namedRegex":"^/account(?:/)?$"},{"page":"/checkout","regex":"^/checkout(?:/)?$","routeKeys":{},"namedRegex":"^/checkout(?:/)?$"},{"page":"/login","regex":"^/login(?:/)?$","routeKeys":{},"namedRegex":"^/login(?:/)?$"},{"page":"/s","regex":"^/s(?:/)?$","routeKeys":{},"namedRegex":"^/s(?:/)?$"}],"dataRoutes":[{"page":"/","dataRouteRegex":"^/_next/data/gfAtPTIXPKnCvUoAN_678/index.json$"},{"page":"/404","dataRouteRegex":"^/_next/data/gfAtPTIXPKnCvUoAN_678/404.json$"},{"page":"/500","dataRouteRegex":"^/_next/data/gfAtPTIXPKnCvUoAN_678/500.json$"},{"page":"/account","dataRouteRegex":"^/_next/data/gfAtPTIXPKnCvUoAN_678/account.json$"},{"page":"/checkout","dataRouteRegex":"^/_next/data/gfAtPTIXPKnCvUoAN_678/checkout.json$"},{"page":"/login","dataRouteRegex":"^/_next/data/gfAtPTIXPKnCvUoAN_678/login.json$"},{"page":"/s","dataRouteRegex":"^/_next/data/gfAtPTIXPKnCvUoAN_678/s.json$"},{"page":"/[slug]/p","routeKeys":{"nxtPslug":"nxtPslug"},"dataRouteRegex":"^/_next/data/gfAtPTIXPKnCvUoAN_678/([^/]+?)/p\\.json$","namedDataRouteRegex":"^/_next/data/gfAtPTIXPKnCvUoAN_678/(?<nxtPslug>[^/]+?)/p\\.json$"},{"page":"/[...slug]","routeKeys":{"nxtPslug":"nxtPslug"},"dataRouteRegex":"^/_next/data/gfAtPTIXPKnCvUoAN_678/(.+?)\\.json$","namedDataRouteRegex":"^/_next/data/gfAtPTIXPKnCvUoAN_678/(?<nxtPslug>.+?)\\.json$"}],"i18n":{"locales":["en-US"],"defaultLocale":"en-US"},"rsc":{"header":"RSC","varyHeader":"RSC, Next-Router-State-Tree, Next-Router-Prefetch, Next-Url","prefetchHeader":"Next-Router-Prefetch","contentTypeHeader":"text/x-component"},"rewrites":[]}
1
+ {"version":3,"pages404":true,"caseSensitive":false,"basePath":"","redirects":[{"source":"/:path+/","destination":"/:path+","locale":false,"internal":true,"statusCode":308,"regex":"^(?:/((?:[^/]+?)(?:/(?:[^/]+?))*))/$"}],"headers":[],"dynamicRoutes":[{"page":"/[slug]/p","regex":"^/([^/]+?)/p(?:/)?$","routeKeys":{"nxtPslug":"nxtPslug"},"namedRegex":"^/(?<nxtPslug>[^/]+?)/p(?:/)?$"},{"page":"/[...slug]","regex":"^/(.+?)(?:/)?$","routeKeys":{"nxtPslug":"nxtPslug"},"namedRegex":"^/(?<nxtPslug>.+?)(?:/)?$"}],"staticRoutes":[{"page":"/","regex":"^/(?:/)?$","routeKeys":{},"namedRegex":"^/(?:/)?$"},{"page":"/404","regex":"^/404(?:/)?$","routeKeys":{},"namedRegex":"^/404(?:/)?$"},{"page":"/500","regex":"^/500(?:/)?$","routeKeys":{},"namedRegex":"^/500(?:/)?$"},{"page":"/account","regex":"^/account(?:/)?$","routeKeys":{},"namedRegex":"^/account(?:/)?$"},{"page":"/checkout","regex":"^/checkout(?:/)?$","routeKeys":{},"namedRegex":"^/checkout(?:/)?$"},{"page":"/login","regex":"^/login(?:/)?$","routeKeys":{},"namedRegex":"^/login(?:/)?$"},{"page":"/s","regex":"^/s(?:/)?$","routeKeys":{},"namedRegex":"^/s(?:/)?$"}],"dataRoutes":[{"page":"/","dataRouteRegex":"^/_next/data/a8pMv59FUKRCJcUKLEXkQ/index.json$"},{"page":"/404","dataRouteRegex":"^/_next/data/a8pMv59FUKRCJcUKLEXkQ/404.json$"},{"page":"/500","dataRouteRegex":"^/_next/data/a8pMv59FUKRCJcUKLEXkQ/500.json$"},{"page":"/account","dataRouteRegex":"^/_next/data/a8pMv59FUKRCJcUKLEXkQ/account.json$"},{"page":"/checkout","dataRouteRegex":"^/_next/data/a8pMv59FUKRCJcUKLEXkQ/checkout.json$"},{"page":"/login","dataRouteRegex":"^/_next/data/a8pMv59FUKRCJcUKLEXkQ/login.json$"},{"page":"/s","dataRouteRegex":"^/_next/data/a8pMv59FUKRCJcUKLEXkQ/s.json$"},{"page":"/[slug]/p","routeKeys":{"nxtPslug":"nxtPslug"},"dataRouteRegex":"^/_next/data/a8pMv59FUKRCJcUKLEXkQ/([^/]+?)/p\\.json$","namedDataRouteRegex":"^/_next/data/a8pMv59FUKRCJcUKLEXkQ/(?<nxtPslug>[^/]+?)/p\\.json$"},{"page":"/[...slug]","routeKeys":{"nxtPslug":"nxtPslug"},"dataRouteRegex":"^/_next/data/a8pMv59FUKRCJcUKLEXkQ/(.+?)\\.json$","namedDataRouteRegex":"^/_next/data/a8pMv59FUKRCJcUKLEXkQ/(?<nxtPslug>.+?)\\.json$"}],"i18n":{"locales":["en-US"],"defaultLocale":"en-US"},"rsc":{"header":"RSC","varyHeader":"RSC, Next-Router-State-Tree, Next-Router-Prefetch, Next-Url","prefetchHeader":"Next-Router-Prefetch","contentTypeHeader":"text/x-component"},"rewrites":[]}