Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[edge] serialize custom config to middleware-manifest #40881

Merged
merged 11 commits into from Sep 27, 2022

Conversation

Schniz
Copy link
Contributor

@Schniz Schniz commented Sep 25, 2022

This PR serializes regions into middleware-manifest.json,
allowing to extend Edge Functions and Middleware for deployment providers.

Feature

  • Implements an existing feature request or RFC. Make sure the feature request has been accepted for implementation before opening a PR.
  • Related issues linked using fixes #number
  • Integration tests added
  • Documentation added
  • Telemetry added. In case of a feature if it's used or not.
  • Errors have a helpful link attached, see contributing.md

Documentation / Examples

  • Make sure the linting passes by running pnpm lint
  • The "examples guidelines" are followed from our contributing doc

@ijjk
Copy link
Member

ijjk commented Sep 25, 2022

Stats from current PR

Default Build (Increase detected ⚠️)
General Overall increase ⚠️
vercel/next.js canary Schniz/next.js allow-custom-config-exports Change
buildDuration 31.5s 29.9s -1.6s
buildDurationCached 8.2s 8.3s ⚠️ +78ms
nodeModulesSize 91.3 MB 91.3 MB ⚠️ +5.22 kB
nextStartRea..uration (ms) 337ms 292ms -45ms
nextDevReadyDuration 321ms 321ms
Page Load Tests Overall decrease ⚠️
vercel/next.js canary Schniz/next.js allow-custom-config-exports Change
/ failed reqs 0 0
/ total time (seconds) 8.998 8.997 0
/ avg req/sec 277.85 277.86 +0.01
/error-in-render failed reqs 0 0
/error-in-render total time (seconds) 6.035 6.094 ⚠️ +0.06
/error-in-render avg req/sec 414.23 410.22 ⚠️ -4.01
Client Bundles (main, webpack) Overall increase ⚠️
vercel/next.js canary Schniz/next.js allow-custom-config-exports Change
526.HASH.js gzip 180 B 176 B -4 B
app-internal..HASH.js gzip 213 B 213 B
framework-HASH.js gzip 48.7 kB 48.7 kB
main-app-HASH.js gzip 15.6 kB 15.6 kB -2 B
main-HASH.js gzip 30.9 kB 31 kB ⚠️ +20 B
webpack-HASH.js gzip 1.54 kB 1.54 kB ⚠️ +1 B
Overall change 97.1 kB 97.1 kB ⚠️ +15 B
Legacy Client Bundles (polyfills)
vercel/next.js canary Schniz/next.js allow-custom-config-exports Change
polyfills-HASH.js gzip 31 kB 31 kB
Overall change 31 kB 31 kB
Client Pages Overall decrease ✓
vercel/next.js canary Schniz/next.js allow-custom-config-exports Change
_app-HASH.js gzip 201 B 200 B -1 B
_error-HASH.js gzip 194 B 195 B ⚠️ +1 B
amp-HASH.js gzip 493 B 494 B ⚠️ +1 B
css-HASH.js gzip 328 B 328 B
dynamic-HASH.js gzip 2.03 kB 2.03 kB
edge-ssr-HASH.js gzip 273 B 271 B -2 B
head-HASH.js gzip 356 B 355 B -1 B
hooks-HASH.js gzip 804 B 800 B -4 B
image-HASH.js gzip 4.89 kB 4.89 kB ⚠️ +2 B
index-HASH.js gzip 262 B 263 B ⚠️ +1 B
link-HASH.js gzip 2.36 kB 2.36 kB -1 B
routerDirect..HASH.js gzip 321 B 322 B ⚠️ +1 B
script-HASH.js gzip 391 B 389 B -2 B
withRouter-HASH.js gzip 318 B 320 B ⚠️ +2 B
85e02e95b279..7e3.css gzip 107 B 107 B
Overall change 13.3 kB 13.3 kB -3 B
Client Build Manifests Overall increase ⚠️
vercel/next.js canary Schniz/next.js allow-custom-config-exports Change
_buildManifest.js gzip 484 B 485 B ⚠️ +1 B
Overall change 484 B 485 B ⚠️ +1 B
Rendered Page Sizes Overall decrease ✓
vercel/next.js canary Schniz/next.js allow-custom-config-exports Change
index.html gzip 514 B 513 B -1 B
link.html gzip 527 B 527 B
withRouter.html gzip 508 B 507 B -1 B
Overall change 1.55 kB 1.55 kB -2 B
Edge SSR bundle Size Overall increase ⚠️
vercel/next.js canary Schniz/next.js allow-custom-config-exports Change
edge-ssr.js gzip 73.1 kB 73.1 kB ⚠️ +2 B
page.js gzip 82.8 kB 82.8 kB ⚠️ +1 B
Overall change 156 kB 156 kB ⚠️ +3 B
Middleware size Overall increase ⚠️
vercel/next.js canary Schniz/next.js allow-custom-config-exports Change
middleware-b..fest.js gzip 590 B 594 B ⚠️ +4 B
middleware-r..fest.js gzip 145 B 143 B -2 B
middleware.js gzip 18.8 kB 18.8 kB ⚠️ +2 B
edge-runtime..pack.js gzip 1.83 kB 1.83 kB
Overall change 21.3 kB 21.3 kB ⚠️ +4 B

Diffs

Diff for page.js

Diff too large to display

Diff for middleware-b..-manifest.js
@@ -7,95 +7,95 @@ self.__BUILD_MANIFEST = {
     "static/BUILD_ID/_ssgManifest.js"
   ],
   rootMainFiles: [
-    "static/chunks/webpack-fcb4093c738bb521.js",
+    "static/chunks/webpack-cc0939af409f0a02.js",
     "static/chunks/framework-a7097d2b3993023c.js",
-    "static/chunks/main-app-e7c496aeeb04f5a3.js"
+    "static/chunks/main-app-1eb8b6ec2b2a979a.js"
   ],
   pages: {
     "/": [
-      "static/chunks/webpack-fcb4093c738bb521.js",
+      "static/chunks/webpack-cc0939af409f0a02.js",
       "static/chunks/framework-a7097d2b3993023c.js",
-      "static/chunks/main-6b32d20908105c36.js",
-      "static/chunks/pages/index-3599128172c7065d.js"
+      "static/chunks/main-5c0d7dbe48446851.js",
+      "static/chunks/pages/index-db0b95bb3aebea20.js"
     ],
     "/_app": [
-      "static/chunks/webpack-fcb4093c738bb521.js",
+      "static/chunks/webpack-cc0939af409f0a02.js",
       "static/chunks/framework-a7097d2b3993023c.js",
-      "static/chunks/main-6b32d20908105c36.js",
-      "static/chunks/pages/_app-4469bfa79facd7f2.js"
+      "static/chunks/main-5c0d7dbe48446851.js",
+      "static/chunks/pages/_app-baf4854f3c5c3fc8.js"
     ],
     "/_error": [
-      "static/chunks/webpack-fcb4093c738bb521.js",
+      "static/chunks/webpack-cc0939af409f0a02.js",
       "static/chunks/framework-a7097d2b3993023c.js",
-      "static/chunks/main-6b32d20908105c36.js",
-      "static/chunks/pages/_error-e00448fe65d8a74e.js"
+      "static/chunks/main-5c0d7dbe48446851.js",
+      "static/chunks/pages/_error-bf7fb54f6d1f425b.js"
     ],
     "/amp": [
-      "static/chunks/webpack-fcb4093c738bb521.js",
+      "static/chunks/webpack-cc0939af409f0a02.js",
       "static/chunks/framework-a7097d2b3993023c.js",
-      "static/chunks/main-6b32d20908105c36.js",
-      "static/chunks/pages/amp-9890392e521f4e1e.js"
+      "static/chunks/main-5c0d7dbe48446851.js",
+      "static/chunks/pages/amp-66ad3df7d6b5b663.js"
     ],
     "/css": [
-      "static/chunks/webpack-fcb4093c738bb521.js",
+      "static/chunks/webpack-cc0939af409f0a02.js",
       "static/chunks/framework-a7097d2b3993023c.js",
-      "static/chunks/main-6b32d20908105c36.js",
+      "static/chunks/main-5c0d7dbe48446851.js",
       "static/css/94fdbc56eafa2039.css",
-      "static/chunks/pages/css-a409faca2bd611cb.js"
+      "static/chunks/pages/css-167731d21fbb0fa7.js"
     ],
     "/dynamic": [
-      "static/chunks/webpack-fcb4093c738bb521.js",
+      "static/chunks/webpack-cc0939af409f0a02.js",
       "static/chunks/framework-a7097d2b3993023c.js",
-      "static/chunks/main-6b32d20908105c36.js",
-      "static/chunks/pages/dynamic-f66b46bbaf0e3175.js"
+      "static/chunks/main-5c0d7dbe48446851.js",
+      "static/chunks/pages/dynamic-2e8509f33f3ba1b6.js"
     ],
     "/edge-ssr": [
-      "static/chunks/webpack-fcb4093c738bb521.js",
+      "static/chunks/webpack-cc0939af409f0a02.js",
       "static/chunks/framework-a7097d2b3993023c.js",
-      "static/chunks/main-6b32d20908105c36.js",
-      "static/chunks/pages/edge-ssr-75a68070c33bbc5e.js"
+      "static/chunks/main-5c0d7dbe48446851.js",
+      "static/chunks/pages/edge-ssr-6ec76e3da302866c.js"
     ],
     "/head": [
-      "static/chunks/webpack-fcb4093c738bb521.js",
+      "static/chunks/webpack-cc0939af409f0a02.js",
       "static/chunks/framework-a7097d2b3993023c.js",
-      "static/chunks/main-6b32d20908105c36.js",
-      "static/chunks/pages/head-c48bfe664b98d52a.js"
+      "static/chunks/main-5c0d7dbe48446851.js",
+      "static/chunks/pages/head-795ab8496bc83f0f.js"
     ],
     "/hooks": [
-      "static/chunks/webpack-fcb4093c738bb521.js",
+      "static/chunks/webpack-cc0939af409f0a02.js",
       "static/chunks/framework-a7097d2b3993023c.js",
-      "static/chunks/main-6b32d20908105c36.js",
-      "static/chunks/pages/hooks-f98b2b0a174a9b21.js"
+      "static/chunks/main-5c0d7dbe48446851.js",
+      "static/chunks/pages/hooks-cda21f5db0b0a3ba.js"
     ],
     "/image": [
-      "static/chunks/webpack-fcb4093c738bb521.js",
+      "static/chunks/webpack-cc0939af409f0a02.js",
       "static/chunks/framework-a7097d2b3993023c.js",
-      "static/chunks/main-6b32d20908105c36.js",
-      "static/chunks/pages/image-08d189fcb3bcde82.js"
+      "static/chunks/main-5c0d7dbe48446851.js",
+      "static/chunks/pages/image-a37f4f477985d3bb.js"
     ],
     "/link": [
-      "static/chunks/webpack-fcb4093c738bb521.js",
+      "static/chunks/webpack-cc0939af409f0a02.js",
       "static/chunks/framework-a7097d2b3993023c.js",
-      "static/chunks/main-6b32d20908105c36.js",
-      "static/chunks/pages/link-4b013b3a14d952e0.js"
+      "static/chunks/main-5c0d7dbe48446851.js",
+      "static/chunks/pages/link-f7a74f273a012a30.js"
     ],
     "/routerDirect": [
-      "static/chunks/webpack-fcb4093c738bb521.js",
+      "static/chunks/webpack-cc0939af409f0a02.js",
       "static/chunks/framework-a7097d2b3993023c.js",
-      "static/chunks/main-6b32d20908105c36.js",
-      "static/chunks/pages/routerDirect-aace74a566ea2b91.js"
+      "static/chunks/main-5c0d7dbe48446851.js",
+      "static/chunks/pages/routerDirect-0d8bc30e1db5be8d.js"
     ],
     "/script": [
-      "static/chunks/webpack-fcb4093c738bb521.js",
+      "static/chunks/webpack-cc0939af409f0a02.js",
       "static/chunks/framework-a7097d2b3993023c.js",
-      "static/chunks/main-6b32d20908105c36.js",
-      "static/chunks/pages/script-0d3206d14f11cd4f.js"
+      "static/chunks/main-5c0d7dbe48446851.js",
+      "static/chunks/pages/script-f6211835b1f5b34e.js"
     ],
     "/withRouter": [
-      "static/chunks/webpack-fcb4093c738bb521.js",
+      "static/chunks/webpack-cc0939af409f0a02.js",
       "static/chunks/framework-a7097d2b3993023c.js",
-      "static/chunks/main-6b32d20908105c36.js",
-      "static/chunks/pages/withRouter-18706762ca595eb5.js"
+      "static/chunks/main-5c0d7dbe48446851.js",
+      "static/chunks/pages/withRouter-9e9bfae4007c3983.js"
     ]
   },
   ampFirstPages: []
Diff for middleware-r..-manifest.js
@@ -1,6 +1,6 @@
 self.__REACT_LOADABLE_MANIFEST = {
   "dynamic.js -> ../components/hello": {
-    id: 1526,
-    files: ["static/chunks/526.a846da08473aaea5.js"]
+    id: 86,
+    files: ["static/chunks/86.c1edae6f558f1c29.js"]
   }
 };
Diff for middleware.js
@@ -1,7 +1,7 @@
 (self["webpackChunk_N_E"] = self["webpackChunk_N_E"] || []).push([
   [826],
   {
-    /***/ "(middleware)/./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/build/webpack/loaders/next-middleware-loader.js?absolutePagePath=private-next-root-dir%2Fmiddleware.js&page=%2Fmiddleware&rootDir=%2Ftmp%2Fnext-stats%2Fstats-app&matchers=!": /***/ (
+    /***/ "(middleware)/./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/build/webpack/loaders/next-middleware-loader.js?absolutePagePath=private-next-root-dir%2Fmiddleware.js&page=%2Fmiddleware&rootDir=%2Ftmp%2Fnext-stats%2Fstats-app&matchers=!": /***/ (
       __unused_webpack_module,
       __webpack_exports__,
       __webpack_require__
@@ -14,7 +14,7 @@
         /* harmony export */
       });
       /* harmony import */ var next_dist_server_web_adapter__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
-        "(middleware)/./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/server/web/adapter.js"
+        "(middleware)/./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/server/web/adapter.js"
       );
 
       (0,
@@ -58,7 +58,7 @@
         /* harmony export */
       });
       /* harmony import */ var next_server__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
-        "(middleware)/./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/server.js"
+        "(middleware)/./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/server.js"
       );
       /* harmony import */ var next_server__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/ __webpack_require__.n(
         next_server__WEBPACK_IMPORTED_MODULE_0__
@@ -71,7 +71,7 @@
       /***/
     },
 
-    /***/ "(middleware)/./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/shared/lib/get-hostname.js": /***/ (
+    /***/ "(middleware)/./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/shared/lib/get-hostname.js": /***/ (
       __unused_webpack_module,
       exports
     ) => {
@@ -94,7 +94,7 @@
       /***/
     },
 
-    /***/ "(middleware)/./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/shared/lib/i18n/detect-domain-locale.js": /***/ (
+    /***/ "(middleware)/./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/shared/lib/i18n/detect-domain-locale.js": /***/ (
       __unused_webpack_module,
       exports
     ) => {
@@ -135,7 +135,7 @@
       /***/
     },
 
-    /***/ "(middleware)/./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/shared/lib/i18n/normalize-locale-path.js": /***/ (
+    /***/ "(middleware)/./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/shared/lib/i18n/normalize-locale-path.js": /***/ (
       __unused_webpack_module,
       exports
     ) => {
@@ -170,7 +170,7 @@
       /***/
     },
 
-    /***/ "(middleware)/./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/shared/lib/router/utils/add-locale.js": /***/ (
+    /***/ "(middleware)/./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/shared/lib/router/utils/add-locale.js": /***/ (
       __unused_webpack_module,
       exports,
       __webpack_require__
@@ -182,10 +182,10 @@
       });
       exports.addLocale = addLocale;
       var _addPathPrefix = __webpack_require__(
-        "(middleware)/./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/shared/lib/router/utils/add-path-prefix.js"
+        "(middleware)/./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/shared/lib/router/utils/add-path-prefix.js"
       );
       var _pathHasPrefix = __webpack_require__(
-        "(middleware)/./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/shared/lib/router/utils/path-has-prefix.js"
+        "(middleware)/./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/shared/lib/router/utils/path-has-prefix.js"
       );
       function addLocale(path, locale, defaultLocale, ignorePrefix) {
         if (
@@ -206,7 +206,7 @@
       /***/
     },
 
-    /***/ "(middleware)/./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/shared/lib/router/utils/add-path-prefix.js": /***/ (
+    /***/ "(middleware)/./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/shared/lib/router/utils/add-path-prefix.js": /***/ (
       __unused_webpack_module,
       exports,
       __webpack_require__
@@ -218,7 +218,7 @@
       });
       exports.addPathPrefix = addPathPrefix;
       var _parsePath = __webpack_require__(
-        "(middleware)/./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/shared/lib/router/utils/parse-path.js"
+        "(middleware)/./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/shared/lib/router/utils/parse-path.js"
       );
       function addPathPrefix(path, prefix) {
         if (!path.startsWith("/") || !prefix) {
@@ -231,7 +231,7 @@
       /***/
     },
 
-    /***/ "(middleware)/./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/shared/lib/router/utils/add-path-suffix.js": /***/ (
+    /***/ "(middleware)/./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/shared/lib/router/utils/add-path-suffix.js": /***/ (
       __unused_webpack_module,
       exports,
       __webpack_require__
@@ -243,7 +243,7 @@
       });
       exports.addPathSuffix = addPathSuffix;
       var _parsePath = __webpack_require__(
-        "(middleware)/./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/shared/lib/router/utils/parse-path.js"
+        "(middleware)/./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/shared/lib/router/utils/parse-path.js"
       );
       function addPathSuffix(path, suffix) {
         if (!path.startsWith("/") || !suffix) {
@@ -256,7 +256,7 @@
       /***/
     },
 
-    /***/ "(middleware)/./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/shared/lib/router/utils/format-next-pathname-info.js": /***/ (
+    /***/ "(middleware)/./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/shared/lib/router/utils/format-next-pathname-info.js": /***/ (
       __unused_webpack_module,
       exports,
       __webpack_require__
@@ -268,16 +268,16 @@
       });
       exports.formatNextPathnameInfo = formatNextPathnameInfo;
       var _removeTrailingSlash = __webpack_require__(
-        "(middleware)/./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/shared/lib/router/utils/remove-trailing-slash.js"
+        "(middleware)/./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/shared/lib/router/utils/remove-trailing-slash.js"
       );
       var _addPathPrefix = __webpack_require__(
-        "(middleware)/./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/shared/lib/router/utils/add-path-prefix.js"
+        "(middleware)/./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/shared/lib/router/utils/add-path-prefix.js"
       );
       var _addPathSuffix = __webpack_require__(
-        "(middleware)/./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/shared/lib/router/utils/add-path-suffix.js"
+        "(middleware)/./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/shared/lib/router/utils/add-path-suffix.js"
       );
       var _addLocale = __webpack_require__(
-        "(middleware)/./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/shared/lib/router/utils/add-locale.js"
+        "(middleware)/./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/shared/lib/router/utils/add-locale.js"
       );
       function formatNextPathnameInfo(info) {
         let pathname = (0, _addLocale).addLocale(
@@ -306,7 +306,7 @@
       /***/
     },
 
-    /***/ "(middleware)/./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/shared/lib/router/utils/get-next-pathname-info.js": /***/ (
+    /***/ "(middleware)/./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/shared/lib/router/utils/get-next-pathname-info.js": /***/ (
       __unused_webpack_module,
       exports,
       __webpack_require__
@@ -318,13 +318,13 @@
       });
       exports.getNextPathnameInfo = getNextPathnameInfo;
       var _normalizeLocalePath = __webpack_require__(
-        "(middleware)/./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/shared/lib/i18n/normalize-locale-path.js"
+        "(middleware)/./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/shared/lib/i18n/normalize-locale-path.js"
       );
       var _removePathPrefix = __webpack_require__(
-        "(middleware)/./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/shared/lib/router/utils/remove-path-prefix.js"
+        "(middleware)/./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/shared/lib/router/utils/remove-path-prefix.js"
       );
       var _pathHasPrefix = __webpack_require__(
-        "(middleware)/./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/shared/lib/router/utils/path-has-prefix.js"
+        "(middleware)/./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/shared/lib/router/utils/path-has-prefix.js"
       );
       function getNextPathnameInfo(pathname, options) {
         var _nextConfig;
@@ -375,7 +375,7 @@
       /***/
     },
 
-    /***/ "(middleware)/./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/shared/lib/router/utils/parse-path.js": /***/ (
+    /***/ "(middleware)/./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/shared/lib/router/utils/parse-path.js": /***/ (
       __unused_webpack_module,
       exports
     ) => {
@@ -412,7 +412,7 @@
       /***/
     },
 
-    /***/ "(middleware)/./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/shared/lib/router/utils/path-has-prefix.js": /***/ (
+    /***/ "(middleware)/./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/shared/lib/router/utils/path-has-prefix.js": /***/ (
       __unused_webpack_module,
       exports,
       __webpack_require__
@@ -424,7 +424,7 @@
       });
       exports.pathHasPrefix = pathHasPrefix;
       var _parsePath = __webpack_require__(
-        "(middleware)/./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/shared/lib/router/utils/parse-path.js"
+        "(middleware)/./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/shared/lib/router/utils/parse-path.js"
       );
       function pathHasPrefix(path, prefix) {
         if (typeof path !== "string") {
@@ -437,7 +437,7 @@
       /***/
     },
 
-    /***/ "(middleware)/./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/shared/lib/router/utils/relativize-url.js": /***/ (
+    /***/ "(middleware)/./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/shared/lib/router/utils/relativize-url.js": /***/ (
       __unused_webpack_module,
       exports
     ) => {
@@ -459,7 +459,7 @@
       /***/
     },
 
-    /***/ "(middleware)/./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/shared/lib/router/utils/remove-path-prefix.js": /***/ (
+    /***/ "(middleware)/./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/shared/lib/router/utils/remove-path-prefix.js": /***/ (
       __unused_webpack_module,
       exports,
       __webpack_require__
@@ -471,7 +471,7 @@
       });
       exports.removePathPrefix = removePathPrefix;
       var _pathHasPrefix = __webpack_require__(
-        "(middleware)/./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/shared/lib/router/utils/path-has-prefix.js"
+        "(middleware)/./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/shared/lib/router/utils/path-has-prefix.js"
       );
       function removePathPrefix(path, prefix) {
         if ((0, _pathHasPrefix).pathHasPrefix(path, prefix)) {
@@ -486,7 +486,7 @@
       /***/
     },
 
-    /***/ "(middleware)/./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/shared/lib/router/utils/remove-trailing-slash.js": /***/ (
+    /***/ "(middleware)/./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/shared/lib/router/utils/remove-trailing-slash.js": /***/ (
       __unused_webpack_module,
       exports
     ) => {
@@ -503,7 +503,7 @@
       /***/
     },
 
-    /***/ "(middleware)/./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/compiled/cookie/index.js": /***/ module => {
+    /***/ "(middleware)/./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/compiled/cookie/index.js": /***/ module => {
       var __dirname = "/";
       (() => {
         "use strict";
@@ -631,7 +631,7 @@
       /***/
     },
 
-    /***/ "(middleware)/./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/compiled/ua-parser-js/ua-parser.js": /***/ (
+    /***/ "(middleware)/./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/compiled/ua-parser-js/ua-parser.js": /***/ (
       module,
       exports,
       __webpack_require__
@@ -1477,7 +1477,7 @@
       /***/
     },
 
-    /***/ "(middleware)/./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/server/internal-utils.js": /***/ (
+    /***/ "(middleware)/./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/server/internal-utils.js": /***/ (
       __unused_webpack_module,
       exports
     ) => {
@@ -1522,7 +1522,7 @@
       /***/
     },
 
-    /***/ "(middleware)/./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/server/web/adapter.js": /***/ (
+    /***/ "(middleware)/./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/server/web/adapter.js": /***/ (
       __unused_webpack_module,
       exports,
       __webpack_require__
@@ -1537,28 +1537,28 @@
       exports.OT = blockUnallowedResponse;
       exports.gL = enhanceGlobals;
       var _error = __webpack_require__(
-        "(middleware)/./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/server/web/error.js"
+        "(middleware)/./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/server/web/error.js"
       );
       var _utils = __webpack_require__(
-        "(middleware)/./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/server/web/utils.js"
+        "(middleware)/./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/server/web/utils.js"
       );
       var _fetchEvent = __webpack_require__(
-        "(middleware)/./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/server/web/spec-extension/fetch-event.js"
+        "(middleware)/./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/server/web/spec-extension/fetch-event.js"
       );
       var _request = __webpack_require__(
-        "(middleware)/./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/server/web/spec-extension/request.js"
+        "(middleware)/./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/server/web/spec-extension/request.js"
       );
       var _response = __webpack_require__(
-        "(middleware)/./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/server/web/spec-extension/response.js"
+        "(middleware)/./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/server/web/spec-extension/response.js"
       );
       var _relativizeUrl = __webpack_require__(
-        "(middleware)/./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/shared/lib/router/utils/relativize-url.js"
+        "(middleware)/./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/shared/lib/router/utils/relativize-url.js"
       );
       var _nextUrl = __webpack_require__(
-        "(middleware)/./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/server/web/next-url.js"
+        "(middleware)/./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/server/web/next-url.js"
       );
       var _internalUtils = __webpack_require__(
-        "(middleware)/./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/server/internal-utils.js"
+        "(middleware)/./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/server/internal-utils.js"
       );
       class NextRequestHint extends _request.NextRequest {
         constructor(params) {
@@ -1785,7 +1785,7 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
       /***/
     },
 
-    /***/ "(middleware)/./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/server/web/error.js": /***/ (
+    /***/ "(middleware)/./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/server/web/error.js": /***/ (
       __unused_webpack_module,
       exports
     ) => {
@@ -1829,7 +1829,7 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
       /***/
     },
 
-    /***/ "(middleware)/./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/server/web/next-url.js": /***/ (
+    /***/ "(middleware)/./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/server/web/next-url.js": /***/ (
       __unused_webpack_module,
       exports,
       __webpack_require__
@@ -1840,16 +1840,16 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
         value: true
       });
       var _detectDomainLocale = __webpack_require__(
-        "(middleware)/./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/shared/lib/i18n/detect-domain-locale.js"
+        "(middleware)/./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/shared/lib/i18n/detect-domain-locale.js"
       );
       var _formatNextPathnameInfo = __webpack_require__(
-        "(middleware)/./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/shared/lib/router/utils/format-next-pathname-info.js"
+        "(middleware)/./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/shared/lib/router/utils/format-next-pathname-info.js"
       );
       var _getHostname = __webpack_require__(
-        "(middleware)/./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/shared/lib/get-hostname.js"
+        "(middleware)/./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/shared/lib/get-hostname.js"
       );
       var _getNextPathnameInfo = __webpack_require__(
-        "(middleware)/./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/shared/lib/router/utils/get-next-pathname-info.js"
+        "(middleware)/./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/shared/lib/router/utils/get-next-pathname-info.js"
       );
       const REGEX_LOCALHOST_HOSTNAME = /(?!^https?:\/\/)(127(?:\.(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)){3}|::1|localhost)/;
       function parseURL(url, base) {
@@ -2075,7 +2075,7 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
       /***/
     },
 
-    /***/ "(middleware)/./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/server/web/spec-extension/cookies.js": /***/ (
+    /***/ "(middleware)/./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/server/web/spec-extension/cookies.js": /***/ (
       __unused_webpack_module,
       exports,
       __webpack_require__
@@ -2087,7 +2087,7 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
       });
       var _cookie = _interopRequireDefault(
         __webpack_require__(
-          "(middleware)/./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/compiled/cookie/index.js"
+          "(middleware)/./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/compiled/cookie/index.js"
         )
       );
       function _interopRequireDefault(obj) {
@@ -2224,7 +2224,7 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
       /***/
     },
 
-    /***/ "(middleware)/./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/server/web/spec-extension/fetch-event.js": /***/ (
+    /***/ "(middleware)/./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/server/web/spec-extension/fetch-event.js": /***/ (
       __unused_webpack_module,
       exports,
       __webpack_require__
@@ -2236,7 +2236,7 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
       });
       exports.waitUntilSymbol = void 0;
       var _error = __webpack_require__(
-        "(middleware)/./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/server/web/error.js"
+        "(middleware)/./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/server/web/error.js"
       );
       const responseSymbol = Symbol("response");
       const passThroughSymbol = Symbol("passThrough");
@@ -2290,7 +2290,7 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
       /***/
     },
 
-    /***/ "(middleware)/./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/server/web/spec-extension/request.js": /***/ (
+    /***/ "(middleware)/./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/server/web/spec-extension/request.js": /***/ (
       __unused_webpack_module,
       exports,
       __webpack_require__
@@ -2302,16 +2302,16 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
       });
       exports.INTERNALS = void 0;
       var _nextUrl = __webpack_require__(
-        "(middleware)/./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/server/web/next-url.js"
+        "(middleware)/./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/server/web/next-url.js"
       );
       var _utils = __webpack_require__(
-        "(middleware)/./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/server/web/utils.js"
+        "(middleware)/./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/server/web/utils.js"
       );
       var _error = __webpack_require__(
-        "(middleware)/./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/server/web/error.js"
+        "(middleware)/./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/server/web/error.js"
       );
       var _cookies = __webpack_require__(
-        "(middleware)/./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/server/web/spec-extension/cookies.js"
+        "(middleware)/./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/server/web/spec-extension/cookies.js"
       );
       const INTERNALS = Symbol("internal request");
       exports.INTERNALS = INTERNALS;
@@ -2393,7 +2393,7 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
       /***/
     },
 
-    /***/ "(middleware)/./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/server/web/spec-extension/response.js": /***/ (
+    /***/ "(middleware)/./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/server/web/spec-extension/response.js": /***/ (
       __unused_webpack_module,
       exports,
       __webpack_require__
@@ -2404,13 +2404,13 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
         value: true
       });
       var _nextUrl = __webpack_require__(
-        "(middleware)/./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/server/web/next-url.js"
+        "(middleware)/./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/server/web/next-url.js"
       );
       var _utils = __webpack_require__(
-        "(middleware)/./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/server/web/utils.js"
+        "(middleware)/./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/server/web/utils.js"
       );
       var _cookies = __webpack_require__(
-        "(middleware)/./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/server/web/spec-extension/cookies.js"
+        "(middleware)/./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/server/web/spec-extension/cookies.js"
       );
       const INTERNALS = Symbol("internal response");
       const REDIRECTS = new Set([301, 302, 303, 307, 308]);
@@ -2501,7 +2501,7 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
       /***/
     },
 
-    /***/ "(middleware)/./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/server/web/spec-extension/user-agent.js": /***/ (
+    /***/ "(middleware)/./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/server/web/spec-extension/user-agent.js": /***/ (
       __unused_webpack_module,
       exports,
       __webpack_require__
@@ -2517,7 +2517,7 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
       exports.WE = userAgent;
       var _uaParserJs = _interopRequireDefault(
         __webpack_require__(
-          "(middleware)/./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/compiled/ua-parser-js/ua-parser.js"
+          "(middleware)/./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/compiled/ua-parser-js/ua-parser.js"
         )
       );
       function _interopRequireDefault(obj) {
@@ -2547,7 +2547,7 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
       /***/
     },
 
-    /***/ "(middleware)/./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/server/web/utils.js": /***/ (
+    /***/ "(middleware)/./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/server/web/utils.js": /***/ (
       __unused_webpack_module,
       exports
     ) => {
@@ -2665,23 +2665,23 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
       /***/
     },
 
-    /***/ "(middleware)/./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/server.js": /***/ (
+    /***/ "(middleware)/./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/server.js": /***/ (
       module,
       exports,
       __webpack_require__
     ) => {
       const serverExports = {
         NextRequest: __webpack_require__(
-          "(middleware)/./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/server/web/spec-extension/request.js"
+          "(middleware)/./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/server/web/spec-extension/request.js"
         ).NextRequest,
         NextResponse: __webpack_require__(
-          "(middleware)/./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/server/web/spec-extension/response.js"
+          "(middleware)/./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/server/web/spec-extension/response.js"
         ).NextResponse,
         userAgentFromString: __webpack_require__(
-          "(middleware)/./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/server/web/spec-extension/user-agent.js"
+          "(middleware)/./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/server/web/spec-extension/user-agent.js"
         ) /* .userAgentFromString */.Nf,
         userAgent: __webpack_require__(
-          "(middleware)/./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/server/web/spec-extension/user-agent.js"
+          "(middleware)/./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/server/web/spec-extension/user-agent.js"
         ) /* .userAgent */.WE
       };
 
@@ -2709,7 +2709,7 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
     /******/ var __webpack_exec__ = moduleId =>
       __webpack_require__((__webpack_require__.s = moduleId));
     /******/ var __webpack_exports__ = __webpack_exec__(
-      "(middleware)/./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/build/webpack/loaders/next-middleware-loader.js?absolutePagePath=private-next-root-dir%2Fmiddleware.js&page=%2Fmiddleware&rootDir=%2Ftmp%2Fnext-stats%2Fstats-app&matchers=!"
+      "(middleware)/./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/build/webpack/loaders/next-middleware-loader.js?absolutePagePath=private-next-root-dir%2Fmiddleware.js&page=%2Fmiddleware&rootDir=%2Ftmp%2Fnext-stats%2Fstats-app&matchers=!"
     );
     /******/ (_ENTRIES =
       typeof _ENTRIES === "undefined"
Diff for edge-ssr.js

Diff too large to display

Diff for _buildManifest.js
@@ -1,28 +1,28 @@
 self.__BUILD_MANIFEST = {
   __rewrites: { beforeFiles: [], afterFiles: [], fallback: [] },
-  "/": ["static\u002Fchunks\u002Fpages\u002Findex-3599128172c7065d.js"],
-  "/_error": ["static\u002Fchunks\u002Fpages\u002F_error-e00448fe65d8a74e.js"],
-  "/amp": ["static\u002Fchunks\u002Fpages\u002Famp-9890392e521f4e1e.js"],
+  "/": ["static\u002Fchunks\u002Fpages\u002Findex-db0b95bb3aebea20.js"],
+  "/_error": ["static\u002Fchunks\u002Fpages\u002F_error-bf7fb54f6d1f425b.js"],
+  "/amp": ["static\u002Fchunks\u002Fpages\u002Famp-66ad3df7d6b5b663.js"],
   "/css": [
     "static\u002Fcss\u002F94fdbc56eafa2039.css",
-    "static\u002Fchunks\u002Fpages\u002Fcss-a409faca2bd611cb.js"
+    "static\u002Fchunks\u002Fpages\u002Fcss-167731d21fbb0fa7.js"
   ],
   "/dynamic": [
-    "static\u002Fchunks\u002Fpages\u002Fdynamic-f66b46bbaf0e3175.js"
+    "static\u002Fchunks\u002Fpages\u002Fdynamic-2e8509f33f3ba1b6.js"
   ],
   "/edge-ssr": [
-    "static\u002Fchunks\u002Fpages\u002Fedge-ssr-75a68070c33bbc5e.js"
+    "static\u002Fchunks\u002Fpages\u002Fedge-ssr-6ec76e3da302866c.js"
   ],
-  "/head": ["static\u002Fchunks\u002Fpages\u002Fhead-c48bfe664b98d52a.js"],
-  "/hooks": ["static\u002Fchunks\u002Fpages\u002Fhooks-f98b2b0a174a9b21.js"],
-  "/image": ["static\u002Fchunks\u002Fpages\u002Fimage-08d189fcb3bcde82.js"],
-  "/link": ["static\u002Fchunks\u002Fpages\u002Flink-4b013b3a14d952e0.js"],
+  "/head": ["static\u002Fchunks\u002Fpages\u002Fhead-795ab8496bc83f0f.js"],
+  "/hooks": ["static\u002Fchunks\u002Fpages\u002Fhooks-cda21f5db0b0a3ba.js"],
+  "/image": ["static\u002Fchunks\u002Fpages\u002Fimage-a37f4f477985d3bb.js"],
+  "/link": ["static\u002Fchunks\u002Fpages\u002Flink-f7a74f273a012a30.js"],
   "/routerDirect": [
-    "static\u002Fchunks\u002Fpages\u002FrouterDirect-aace74a566ea2b91.js"
+    "static\u002Fchunks\u002Fpages\u002FrouterDirect-0d8bc30e1db5be8d.js"
   ],
-  "/script": ["static\u002Fchunks\u002Fpages\u002Fscript-0d3206d14f11cd4f.js"],
+  "/script": ["static\u002Fchunks\u002Fpages\u002Fscript-f6211835b1f5b34e.js"],
   "/withRouter": [
-    "static\u002Fchunks\u002Fpages\u002FwithRouter-18706762ca595eb5.js"
+    "static\u002Fchunks\u002Fpages\u002FwithRouter-9e9bfae4007c3983.js"
   ],
   sortedPages: [
     "\u002F",
Diff for _app-HASH.js
@@ -1,7 +1,7 @@
 (self["webpackChunk_N_E"] = self["webpackChunk_N_E"] || []).push([
   [888],
   {
-    /***/ 940: /***/ function(
+    /***/ 1906: /***/ function(
       __unused_webpack_module,
       __unused_webpack_exports,
       __webpack_require__
@@ -9,7 +9,7 @@
       (window.__NEXT_P = window.__NEXT_P || []).push([
         "/_app",
         function() {
-          return __webpack_require__(9991);
+          return __webpack_require__(1667);
         }
       ]);
       if (false) {
@@ -24,7 +24,7 @@
       return __webpack_require__((__webpack_require__.s = moduleId));
     };
     /******/ __webpack_require__.O(0, [774, 179], function() {
-      return __webpack_exec__(940), __webpack_exec__(635);
+      return __webpack_exec__(1906), __webpack_exec__(7767);
     });
     /******/ var __webpack_exports__ = __webpack_require__.O();
     /******/ _N_E = __webpack_exports__;
Diff for _error-HASH.js
@@ -1,7 +1,7 @@
 (self["webpackChunk_N_E"] = self["webpackChunk_N_E"] || []).push([
   [820],
   {
-    /***/ 9489: /***/ function(
+    /***/ 3915: /***/ function(
       __unused_webpack_module,
       __unused_webpack_exports,
       __webpack_require__
@@ -9,7 +9,7 @@
       (window.__NEXT_P = window.__NEXT_P || []).push([
         "/_error",
         function() {
-          return __webpack_require__(164);
+          return __webpack_require__(3529);
         }
       ]);
       if (false) {
@@ -24,7 +24,7 @@
       return __webpack_require__((__webpack_require__.s = moduleId));
     };
     /******/ __webpack_require__.O(0, [888, 774, 179], function() {
-      return __webpack_exec__(9489);
+      return __webpack_exec__(3915);
     });
     /******/ var __webpack_exports__ = __webpack_require__.O();
     /******/ _N_E = __webpack_exports__;
Diff for amp-HASH.js
@@ -1,17 +1,17 @@
 (self["webpackChunk_N_E"] = self["webpackChunk_N_E"] || []).push([
   [216],
   {
-    /***/ 1243: /***/ function(
+    /***/ 9968: /***/ function(
       module,
       __unused_webpack_exports,
       __webpack_require__
     ) {
-      module.exports = false ? 0 : __webpack_require__(9849);
+      module.exports = false ? 0 : __webpack_require__(5904);
 
       /***/
     },
 
-    /***/ 2758: /***/ function(
+    /***/ 6382: /***/ function(
       __unused_webpack_module,
       __unused_webpack_exports,
       __webpack_require__
@@ -19,7 +19,7 @@
       (window.__NEXT_P = window.__NEXT_P || []).push([
         "/amp",
         function() {
-          return __webpack_require__(1246);
+          return __webpack_require__(9417);
         }
       ]);
       if (false) {
@@ -28,7 +28,7 @@
       /***/
     },
 
-    /***/ 9849: /***/ function(module, exports, __webpack_require__) {
+    /***/ 5904: /***/ function(module, exports, __webpack_require__) {
       "use strict";
 
       Object.defineProperty(exports, "__esModule", {
@@ -38,8 +38,8 @@
       var _interop_require_default = __webpack_require__(7022) /* ["default"] */
         .Z;
       var _react = _interop_require_default(__webpack_require__(6508));
-      var _ampContext = __webpack_require__(9179);
-      var _ampMode = __webpack_require__(3740);
+      var _ampContext = __webpack_require__(2618);
+      var _ampMode = __webpack_require__(4941);
       function useAmp() {
         // Don't assign the context value to a variable to save bytes
         return (0, _ampMode).isInAmpMode(
@@ -61,7 +61,7 @@
       /***/
     },
 
-    /***/ 1246: /***/ function(
+    /***/ 9417: /***/ function(
       __unused_webpack_module,
       __webpack_exports__,
       __webpack_require__
@@ -78,7 +78,7 @@
         /* harmony export */
       });
       /* harmony import */ var next_amp__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
-        1243
+        9968
       );
       /* harmony import */ var next_amp__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/ __webpack_require__.n(
         next_amp__WEBPACK_IMPORTED_MODULE_0__
@@ -102,7 +102,7 @@
       return __webpack_require__((__webpack_require__.s = moduleId));
     };
     /******/ __webpack_require__.O(0, [888, 774, 179], function() {
-      return __webpack_exec__(2758);
+      return __webpack_exec__(6382);
     });
     /******/ var __webpack_exports__ = __webpack_require__.O();
     /******/ _N_E = __webpack_exports__;
Diff for css-HASH.js
@@ -1,7 +1,7 @@
 (self["webpackChunk_N_E"] = self["webpackChunk_N_E"] || []).push([
   [706],
   {
-    /***/ 9851: /***/ function(
+    /***/ 9997: /***/ function(
       __unused_webpack_module,
       __unused_webpack_exports,
       __webpack_require__
@@ -9,7 +9,7 @@
       (window.__NEXT_P = window.__NEXT_P || []).push([
         "/css",
         function() {
-          return __webpack_require__(58);
+          return __webpack_require__(2108);
         }
       ]);
       if (false) {
@@ -18,7 +18,7 @@
       /***/
     },
 
-    /***/ 58: /***/ function(
+    /***/ 2108: /***/ function(
       __unused_webpack_module,
       __webpack_exports__,
       __webpack_require__
@@ -29,7 +29,7 @@
         9693
       );
       /* harmony import */ var _css_module_css__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
-        6870
+        6006
       );
       /* harmony import */ var _css_module_css__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/ __webpack_require__.n(
         _css_module_css__WEBPACK_IMPORTED_MODULE_1__
@@ -48,7 +48,7 @@
       /***/
     },
 
-    /***/ 6870: /***/ function(module) {
+    /***/ 6006: /***/ function(module) {
       // extracted by mini-css-extract-plugin
       module.exports = { helloWorld: "css_helloWorld__qqNwY" };
 
@@ -61,7 +61,7 @@
       return __webpack_require__((__webpack_require__.s = moduleId));
     };
     /******/ __webpack_require__.O(0, [774, 888, 179], function() {
-      return __webpack_exec__(9851);
+      return __webpack_exec__(9997);
     });
     /******/ var __webpack_exports__ = __webpack_require__.O();
     /******/ _N_E = __webpack_exports__;
Diff for dynamic-HASH.js
@@ -1,7 +1,7 @@
 (self["webpackChunk_N_E"] = self["webpackChunk_N_E"] || []).push([
   [739],
   {
-    /***/ 1330: /***/ function(
+    /***/ 4757: /***/ function(
       __unused_webpack_module,
       __unused_webpack_exports,
       __webpack_require__
@@ -9,7 +9,7 @@
       (window.__NEXT_P = window.__NEXT_P || []).push([
         "/dynamic",
         function() {
-          return __webpack_require__(1053);
+          return __webpack_require__(8062);
         }
       ]);
       if (false) {
@@ -18,7 +18,7 @@
       /***/
     },
 
-    /***/ 3108: /***/ function(module, exports, __webpack_require__) {
+    /***/ 9499: /***/ function(module, exports, __webpack_require__) {
       "use strict";
 
       Object.defineProperty(exports, "__esModule", {
@@ -34,7 +34,7 @@
       var _interop_require_default = __webpack_require__(7022) /* ["default"] */
         .Z;
       var _react = _interop_require_default(__webpack_require__(6508));
-      var _loadable = _interop_require_default(__webpack_require__(2386));
+      var _loadable = _interop_require_default(__webpack_require__(8411));
       function dynamic(dynamicOptions, options) {
         var loadableFn = _loadable.default;
         var loadableOptions = (options == null
@@ -138,7 +138,7 @@
       /***/
     },
 
-    /***/ 3992: /***/ function(
+    /***/ 4100: /***/ function(
       __unused_webpack_module,
       exports,
       __webpack_require__
@@ -160,7 +160,7 @@
       /***/
     },
 
-    /***/ 2386: /***/ function(
+    /***/ 8411: /***/ function(
       __unused_webpack_module,
       exports,
       __webpack_require__
@@ -180,7 +180,7 @@
       var _interop_require_default = __webpack_require__(7022) /* ["default"] */
         .Z;
       var _react = _interop_require_default(__webpack_require__(6508));
-      var _loadableContext = __webpack_require__(3992);
+      var _loadableContext = __webpack_require__(4100);
       var useSyncExternalStore = (true ? __webpack_require__(6508) : 0)
         .useSyncExternalStore;
       var ALL_INITIALIZERS = [];
@@ -494,7 +494,7 @@
       /***/
     },
 
-    /***/ 1053: /***/ function(
+    /***/ 8062: /***/ function(
       __unused_webpack_module,
       __webpack_exports__,
       __webpack_require__
@@ -511,7 +511,7 @@
         9693
       );
       /* harmony import */ var next_dynamic__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
-        5797
+        5071
       );
       /* harmony import */ var next_dynamic__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/ __webpack_require__.n(
         next_dynamic__WEBPACK_IMPORTED_MODULE_1__
@@ -520,13 +520,13 @@
       var DynamicHello = next_dynamic__WEBPACK_IMPORTED_MODULE_1___default()(
         function() {
           return __webpack_require__
-            .e(/* import() */ 526)
-            .then(__webpack_require__.bind(__webpack_require__, 1526));
+            .e(/* import() */ 86)
+            .then(__webpack_require__.bind(__webpack_require__, 86));
         },
         {
           loadableGenerated: {
             webpack: function() {
-              return [/*require.resolve*/ 1526];
+              return [/*require.resolve*/ 86];
             }
           }
         }
@@ -556,12 +556,12 @@
       /***/
     },
 
-    /***/ 5797: /***/ function(
+    /***/ 5071: /***/ function(
       module,
       __unused_webpack_exports,
       __webpack_require__
     ) {
-      module.exports = false ? 0 : __webpack_require__(3108);
+      module.exports = false ? 0 : __webpack_require__(9499);
 
       /***/
     }
@@ -572,7 +572,7 @@
       return __webpack_require__((__webpack_require__.s = moduleId));
     };
     /******/ __webpack_require__.O(0, [774, 888, 179], function() {
-      return __webpack_exec__(1330);
+      return __webpack_exec__(4757);
     });
     /******/ var __webpack_exports__ = __webpack_require__.O();
     /******/ _N_E = __webpack_exports__;
Diff for edge-ssr-HASH.js
@@ -1,7 +1,7 @@
 (self["webpackChunk_N_E"] = self["webpackChunk_N_E"] || []).push([
   [800],
   {
-    /***/ 4091: /***/ function(
+    /***/ 237: /***/ function(
       __unused_webpack_module,
       __unused_webpack_exports,
       __webpack_require__
@@ -9,7 +9,7 @@
       (window.__NEXT_P = window.__NEXT_P || []).push([
         "/edge-ssr",
         function() {
-          return __webpack_require__(6236);
+          return __webpack_require__(817);
         }
       ]);
       if (false) {
@@ -18,7 +18,7 @@
       /***/
     },
 
-    /***/ 6236: /***/ function(
+    /***/ 817: /***/ function(
       __unused_webpack_module,
       __webpack_exports__,
       __webpack_require__
@@ -50,7 +50,7 @@
       return __webpack_require__((__webpack_require__.s = moduleId));
     };
     /******/ __webpack_require__.O(0, [888, 774, 179], function() {
-      return __webpack_exec__(4091);
+      return __webpack_exec__(237);
     });
     /******/ var __webpack_exports__ = __webpack_require__.O();
     /******/ _N_E = __webpack_exports__;
Diff for head-HASH.js
@@ -1,7 +1,7 @@
 (self["webpackChunk_N_E"] = self["webpackChunk_N_E"] || []).push([
   [645],
   {
-    /***/ 9011: /***/ function(
+    /***/ 8511: /***/ function(
       __unused_webpack_module,
       __unused_webpack_exports,
       __webpack_require__
@@ -9,7 +9,7 @@
       (window.__NEXT_P = window.__NEXT_P || []).push([
         "/head",
         function() {
-          return __webpack_require__(6914);
+          return __webpack_require__(997);
         }
       ]);
       if (false) {
@@ -18,7 +18,7 @@
       /***/
     },
 
-    /***/ 6914: /***/ function(
+    /***/ 997: /***/ function(
       __unused_webpack_module,
       __webpack_exports__,
       __webpack_require__
@@ -35,7 +35,7 @@
         9693
       );
       /* harmony import */ var next_head__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
-        7423
+        6235
       );
       /* harmony import */ var next_head__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/ __webpack_require__.n(
         next_head__WEBPACK_IMPORTED_MODULE_1__
@@ -71,12 +71,12 @@
       /***/
     },
 
-    /***/ 7423: /***/ function(
+    /***/ 6235: /***/ function(
       module,
       __unused_webpack_exports,
       __webpack_require__
     ) {
-      module.exports = false ? 0 : __webpack_require__(364);
+      module.exports = false ? 0 : __webpack_require__(4022);
 
       /***/
     }
@@ -87,7 +87,7 @@
       return __webpack_require__((__webpack_require__.s = moduleId));
     };
     /******/ __webpack_require__.O(0, [774, 888, 179], function() {
-      return __webpack_exec__(9011);
+      return __webpack_exec__(8511);
     });
     /******/ var __webpack_exports__ = __webpack_require__.O();
     /******/ _N_E = __webpack_exports__;
Diff for hooks-HASH.js
@@ -1,7 +1,7 @@
 (self["webpackChunk_N_E"] = self["webpackChunk_N_E"] || []).push([
   [757],
   {
-    /***/ 8122: /***/ function(
+    /***/ 9070: /***/ function(
       __unused_webpack_module,
       __unused_webpack_exports,
       __webpack_require__
@@ -9,7 +9,7 @@
       (window.__NEXT_P = window.__NEXT_P || []).push([
         "/hooks",
         function() {
-          return __webpack_require__(9792);
+          return __webpack_require__(934);
         }
       ]);
       if (false) {
@@ -18,7 +18,7 @@
       /***/
     },
 
-    /***/ 9792: /***/ function(
+    /***/ 934: /***/ function(
       __unused_webpack_module,
       __webpack_exports__,
       __webpack_require__
@@ -132,7 +132,7 @@
       return __webpack_require__((__webpack_require__.s = moduleId));
     };
     /******/ __webpack_require__.O(0, [774, 888, 179], function() {
-      return __webpack_exec__(8122);
+      return __webpack_exec__(9070);
     });
     /******/ var __webpack_exports__ = __webpack_require__.O();
     /******/ _N_E = __webpack_exports__;
Diff for image-HASH.js
@@ -26,7 +26,7 @@
       /***/
     },
 
-    /***/ 951: /***/ function(
+    /***/ 6020: /***/ function(
       __unused_webpack_module,
       __unused_webpack_exports,
       __webpack_require__
@@ -34,7 +34,7 @@
       (window.__NEXT_P = window.__NEXT_P || []).push([
         "/image",
         function() {
-          return __webpack_require__(5556);
+          return __webpack_require__(5132);
         }
       ]);
       if (false) {
@@ -43,7 +43,7 @@
       /***/
     },
 
-    /***/ 6280: /***/ function(module, exports, __webpack_require__) {
+    /***/ 9173: /***/ function(module, exports, __webpack_require__) {
       "use strict";
 
       Object.defineProperty(exports, "__esModule", {
@@ -66,12 +66,12 @@
         5997
       ) /* ["default"] */.Z;
       var _react = _interop_require_wildcard(__webpack_require__(6508));
-      var _head = _interop_require_default(__webpack_require__(364));
-      var _imageConfig = __webpack_require__(743);
-      var _useIntersection = __webpack_require__(2451);
-      var _imageConfigContext = __webpack_require__(3573);
-      var _utils = __webpack_require__(7537);
-      var _normalizeTrailingSlash = __webpack_require__(2587);
+      var _head = _interop_require_default(__webpack_require__(4022));
+      var _imageConfig = __webpack_require__(1546);
+      var _useIntersection = __webpack_require__(454);
+      var _imageConfigContext = __webpack_require__(3576);
+      var _utils = __webpack_require__(1052);
+      var _normalizeTrailingSlash = __webpack_require__(6327);
       function Image(_param) {
         var src = _param.src,
           sizes = _param.sizes,
@@ -929,7 +929,7 @@
       /***/
     },
 
-    /***/ 2451: /***/ function(module, exports, __webpack_require__) {
+    /***/ 454: /***/ function(module, exports, __webpack_require__) {
       "use strict";
 
       Object.defineProperty(exports, "__esModule", {
@@ -941,7 +941,7 @@
       });
       exports.useIntersection = useIntersection;
       var _react = __webpack_require__(6508);
-      var _requestIdleCallback = __webpack_require__(4408);
+      var _requestIdleCallback = __webpack_require__(2888);
       var hasIntersectionObserver = typeof IntersectionObserver === "function";
       var observers = new Map();
       var idList = [];
@@ -1066,7 +1066,7 @@
       /***/
     },
 
-    /***/ 5556: /***/ function(
+    /***/ 5132: /***/ function(
       __unused_webpack_module,
       __webpack_exports__,
       __webpack_require__
@@ -1087,8 +1087,8 @@
 
       // EXTERNAL MODULE: ./node_modules/.pnpm/react@0.0.0-experimental-ae7ad8b4c-20220927/node_modules/react/jsx-runtime.js
       var jsx_runtime = __webpack_require__(9693);
-      // EXTERNAL MODULE: ./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/image.js
-      var next_image = __webpack_require__(9918);
+      // EXTERNAL MODULE: ./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/image.js
+      var next_image = __webpack_require__(3564);
       var image_default = /*#__PURE__*/ __webpack_require__.n(next_image); // CONCATENATED MODULE: ./pages/nextjs.png
       /* harmony default export */ var nextjs = {
         src: "/_next/static/media/nextjs.cae0b805.png",
@@ -1118,12 +1118,12 @@
       /***/
     },
 
-    /***/ 9918: /***/ function(
+    /***/ 3564: /***/ function(
       module,
       __unused_webpack_exports,
       __webpack_require__
     ) {
-      module.exports = false ? 0 : __webpack_require__(6280);
+      module.exports = false ? 0 : __webpack_require__(9173);
 
       /***/
     }
@@ -1134,7 +1134,7 @@
       return __webpack_require__((__webpack_require__.s = moduleId));
     };
     /******/ __webpack_require__.O(0, [774, 888, 179], function() {
-      return __webpack_exec__(951);
+      return __webpack_exec__(6020);
     });
     /******/ var __webpack_exports__ = __webpack_require__.O();
     /******/ _N_E = __webpack_exports__;
Diff for index-HASH.js
@@ -1,7 +1,7 @@
 (self["webpackChunk_N_E"] = self["webpackChunk_N_E"] || []).push([
   [405],
   {
-    /***/ 774: /***/ function(
+    /***/ 8061: /***/ function(
       __unused_webpack_module,
       __unused_webpack_exports,
       __webpack_require__
@@ -9,7 +9,7 @@
       (window.__NEXT_P = window.__NEXT_P || []).push([
         "/",
         function() {
-          return __webpack_require__(2236);
+          return __webpack_require__(8829);
         }
       ]);
       if (false) {
@@ -18,7 +18,7 @@
       /***/
     },
 
-    /***/ 2236: /***/ function(
+    /***/ 8829: /***/ function(
       __unused_webpack_module,
       __webpack_exports__,
       __webpack_require__
@@ -46,7 +46,7 @@
       return __webpack_require__((__webpack_require__.s = moduleId));
     };
     /******/ __webpack_require__.O(0, [888, 774, 179], function() {
-      return __webpack_exec__(774);
+      return __webpack_exec__(8061);
     });
     /******/ var __webpack_exports__ = __webpack_require__.O();
     /******/ _N_E = __webpack_exports__;
Diff for link-HASH.js
@@ -1,7 +1,7 @@
 (self["webpackChunk_N_E"] = self["webpackChunk_N_E"] || []).push([
   [644],
   {
-    /***/ 9925: /***/ function(
+    /***/ 220: /***/ function(
       __unused_webpack_module,
       __unused_webpack_exports,
       __webpack_require__
@@ -9,7 +9,7 @@
       (window.__NEXT_P = window.__NEXT_P || []).push([
         "/link",
         function() {
-          return __webpack_require__(677);
+          return __webpack_require__(5568);
         }
       ]);
       if (false) {
@@ -18,7 +18,7 @@
       /***/
     },
 
-    /***/ 7274: /***/ function(module, exports) {
+    /***/ 8053: /***/ function(module, exports) {
       "use strict";
 
       Object.defineProperty(exports, "__esModule", {
@@ -54,7 +54,7 @@
       /***/
     },
 
-    /***/ 3293: /***/ function(module, exports, __webpack_require__) {
+    /***/ 1351: /***/ function(module, exports, __webpack_require__) {
       "use strict";
 
       Object.defineProperty(exports, "__esModule", {
@@ -72,13 +72,13 @@
         5997
       ) /* ["default"] */.Z;
       var _react = _interop_require_default(__webpack_require__(6508));
-      var _router = __webpack_require__(2268);
-      var _addLocale = __webpack_require__(5386);
-      var _routerContext = __webpack_require__(544);
-      var _appRouterContext = __webpack_require__(2273);
-      var _useIntersection = __webpack_require__(2451);
-      var _getDomainLocale = __webpack_require__(7274);
-      var _addBasePath = __webpack_require__(727);
+      var _router = __webpack_require__(521);
+      var _addLocale = __webpack_require__(6836);
+      var _routerContext = __webpack_require__(3766);
+      var _appRouterContext = __webpack_require__(3321);
+      var _useIntersection = __webpack_require__(454);
+      var _getDomainLocale = __webpack_require__(8053);
+      var _addBasePath = __webpack_require__(7149);
       ("client");
       var prefetched = {};
       function prefetch(router, href, as, options) {
@@ -424,7 +424,7 @@
       /***/
     },
 
-    /***/ 2451: /***/ function(module, exports, __webpack_require__) {
+    /***/ 454: /***/ function(module, exports, __webpack_require__) {
       "use strict";
 
       Object.defineProperty(exports, "__esModule", {
@@ -436,7 +436,7 @@
       });
       exports.useIntersection = useIntersection;
       var _react = __webpack_require__(6508);
-      var _requestIdleCallback = __webpack_require__(4408);
+      var _requestIdleCallback = __webpack_require__(2888);
       var hasIntersectionObserver = typeof IntersectionObserver === "function";
       var observers = new Map();
       var idList = [];
@@ -561,7 +561,7 @@
       /***/
     },
 
-    /***/ 2273: /***/ function(
+    /***/ 3321: /***/ function(
       __unused_webpack_module,
       exports,
       __webpack_require__
@@ -589,7 +589,7 @@
       /***/
     },
 
-    /***/ 677: /***/ function(
+    /***/ 5568: /***/ function(
       __unused_webpack_module,
       __webpack_exports__,
       __webpack_require__
@@ -606,7 +606,7 @@
         9693
       );
       /* harmony import */ var next_link__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
-        6805
+        8395
       );
       /* harmony import */ var next_link__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/ __webpack_require__.n(
         next_link__WEBPACK_IMPORTED_MODULE_1__
@@ -637,12 +637,12 @@
       /***/
     },
 
-    /***/ 6805: /***/ function(
+    /***/ 8395: /***/ function(
       module,
       __unused_webpack_exports,
       __webpack_require__
     ) {
-      module.exports = false ? 0 : __webpack_require__(3293);
+      module.exports = false ? 0 : __webpack_require__(1351);
 
       /***/
     }
@@ -653,7 +653,7 @@
       return __webpack_require__((__webpack_require__.s = moduleId));
     };
     /******/ __webpack_require__.O(0, [774, 888, 179], function() {
-      return __webpack_exec__(9925);
+      return __webpack_exec__(220);
     });
     /******/ var __webpack_exports__ = __webpack_require__.O();
     /******/ _N_E = __webpack_exports__;
Diff for routerDirect-HASH.js
@@ -1,7 +1,7 @@
 (self["webpackChunk_N_E"] = self["webpackChunk_N_E"] || []).push([
   [58],
   {
-    /***/ 9225: /***/ function(
+    /***/ 5020: /***/ function(
       __unused_webpack_module,
       __unused_webpack_exports,
       __webpack_require__
@@ -9,7 +9,7 @@
       (window.__NEXT_P = window.__NEXT_P || []).push([
         "/routerDirect",
         function() {
-          return __webpack_require__(1210);
+          return __webpack_require__(3186);
         }
       ]);
       if (false) {
@@ -18,7 +18,7 @@
       /***/
     },
 
-    /***/ 1210: /***/ function(
+    /***/ 3186: /***/ function(
       __unused_webpack_module,
       __webpack_exports__,
       __webpack_require__
@@ -35,7 +35,7 @@
         9693
       );
       /* harmony import */ var next_router__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
-        5702
+        9141
       );
       /* harmony import */ var next_router__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/ __webpack_require__.n(
         next_router__WEBPACK_IMPORTED_MODULE_1__
@@ -56,12 +56,12 @@
       /***/
     },
 
-    /***/ 5702: /***/ function(
+    /***/ 9141: /***/ function(
       module,
       __unused_webpack_exports,
       __webpack_require__
     ) {
-      module.exports = false ? 0 : __webpack_require__(635);
+      module.exports = false ? 0 : __webpack_require__(7767);
 
       /***/
     }
@@ -72,7 +72,7 @@
       return __webpack_require__((__webpack_require__.s = moduleId));
     };
     /******/ __webpack_require__.O(0, [774, 888, 179], function() {
-      return __webpack_exec__(9225);
+      return __webpack_exec__(5020);
     });
     /******/ var __webpack_exports__ = __webpack_require__.O();
     /******/ _N_E = __webpack_exports__;
Diff for script-HASH.js
@@ -1,7 +1,7 @@
 (self["webpackChunk_N_E"] = self["webpackChunk_N_E"] || []).push([
   [797],
   {
-    /***/ 1273: /***/ function(
+    /***/ 8757: /***/ function(
       __unused_webpack_module,
       __unused_webpack_exports,
       __webpack_require__
@@ -9,7 +9,7 @@
       (window.__NEXT_P = window.__NEXT_P || []).push([
         "/script",
         function() {
-          return __webpack_require__(2533);
+          return __webpack_require__(9800);
         }
       ]);
       if (false) {
@@ -18,7 +18,7 @@
       /***/
     },
 
-    /***/ 2533: /***/ function(
+    /***/ 9800: /***/ function(
       __unused_webpack_module,
       __webpack_exports__,
       __webpack_require__
@@ -35,7 +35,7 @@
         9693
       );
       /* harmony import */ var next_script__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
-        6629
+        8870
       );
       /* harmony import */ var next_script__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/ __webpack_require__.n(
         next_script__WEBPACK_IMPORTED_MODULE_1__
@@ -70,12 +70,12 @@
       /***/
     },
 
-    /***/ 6629: /***/ function(
+    /***/ 8870: /***/ function(
       module,
       __unused_webpack_exports,
       __webpack_require__
     ) {
-      module.exports = false ? 0 : __webpack_require__(6371);
+      module.exports = false ? 0 : __webpack_require__(1498);
 
       /***/
     }
@@ -86,7 +86,7 @@
       return __webpack_require__((__webpack_require__.s = moduleId));
     };
     /******/ __webpack_require__.O(0, [774, 888, 179], function() {
-      return __webpack_exec__(1273);
+      return __webpack_exec__(8757);
     });
     /******/ var __webpack_exports__ = __webpack_require__.O();
     /******/ _N_E = __webpack_exports__;
Diff for withRouter-HASH.js
@@ -1,7 +1,7 @@
 (self["webpackChunk_N_E"] = self["webpackChunk_N_E"] || []).push([
   [807],
   {
-    /***/ 1385: /***/ function(
+    /***/ 9525: /***/ function(
       __unused_webpack_module,
       __unused_webpack_exports,
       __webpack_require__
@@ -9,7 +9,7 @@
       (window.__NEXT_P = window.__NEXT_P || []).push([
         "/withRouter",
         function() {
-          return __webpack_require__(9700);
+          return __webpack_require__(1564);
         }
       ]);
       if (false) {
@@ -18,7 +18,7 @@
       /***/
     },
 
-    /***/ 9700: /***/ function(
+    /***/ 1564: /***/ function(
       __unused_webpack_module,
       __webpack_exports__,
       __webpack_require__
@@ -35,7 +35,7 @@
         9693
       );
       /* harmony import */ var next_router__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
-        5702
+        9141
       );
       /* harmony import */ var next_router__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/ __webpack_require__.n(
         next_router__WEBPACK_IMPORTED_MODULE_1__
@@ -54,12 +54,12 @@
       /***/
     },
 
-    /***/ 5702: /***/ function(
+    /***/ 9141: /***/ function(
       module,
       __unused_webpack_exports,
       __webpack_require__
     ) {
-      module.exports = false ? 0 : __webpack_require__(635);
+      module.exports = false ? 0 : __webpack_require__(7767);
 
       /***/
     }
@@ -70,7 +70,7 @@
       return __webpack_require__((__webpack_require__.s = moduleId));
     };
     /******/ __webpack_require__.O(0, [774, 888, 179], function() {
-      return __webpack_exec__(1385);
+      return __webpack_exec__(9525);
     });
     /******/ var __webpack_exports__ = __webpack_require__.O();
     /******/ _N_E = __webpack_exports__;
Diff for 526.HASH.js
@@ -1,8 +1,8 @@
 "use strict";
 (self["webpackChunk_N_E"] = self["webpackChunk_N_E"] || []).push([
-  [526],
+  [86],
   {
-    /***/ 1526: /***/ function(
+    /***/ 86: /***/ function(
       __unused_webpack_module,
       __webpack_exports__,
       __webpack_require__
Diff for app-internals-HASH.js
@@ -2,7 +2,7 @@
 (self["webpackChunk_N_E"] = self["webpackChunk_N_E"] || []).push([
   [532, 760],
   {
-    /***/ 4096: /***/ function(
+    /***/ 7861: /***/ function(
       __unused_webpack_module,
       __webpack_exports__,
       __webpack_require__
@@ -33,7 +33,7 @@
     /******/ var __webpack_exec__ = function(moduleId) {
       return __webpack_require__((__webpack_require__.s = moduleId));
     };
-    /******/ var __webpack_exports__ = __webpack_exec__(4096);
+    /******/ var __webpack_exports__ = __webpack_exec__(7861);
     /******/ _N_E = __webpack_exports__;
     /******/
   }
Diff for page-1c922d61d8ad0fcc.js
@@ -1,7 +1,7 @@
 // runtime can't be in strict mode because a global variable is assign and maybe created.
 (self["webpackChunk_N_E"] = self["webpackChunk_N_E"] || []).push([[760,532],{
 
-/***/ 4096:
+/***/ 7861:
 /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
 
 "use strict";
@@ -23,7 +23,7 @@ __webpack_require__.r(__webpack_exports__);
 },
 /******/ function(__webpack_require__) { // webpackRuntimeModules
 /******/ var __webpack_exec__ = function(moduleId) { return __webpack_require__(__webpack_require__.s = moduleId); }
-/******/ var __webpack_exports__ = (__webpack_exec__(4096));
+/******/ var __webpack_exports__ = (__webpack_exec__(7861));
 /******/ _N_E = __webpack_exports__;
 /******/ }
 ]);
\ No newline at end of file
Diff for main-HASH.js

Diff too large to display

Diff for main-app-HASH.js
@@ -749,7 +749,7 @@
       /***/
     },
 
-    /***/ 6789: /***/ function() {
+    /***/ 4802: /***/ function() {
       "trimStart" in String.prototype ||
         (String.prototype.trimStart = String.prototype.trimLeft),
         "trimEnd" in String.prototype ||
@@ -799,7 +799,7 @@
       /***/
     },
 
-    /***/ 4724: /***/ function(module, exports, __webpack_require__) {
+    /***/ 2378: /***/ function(module, exports, __webpack_require__) {
       "use strict";
 
       Object.defineProperty(exports, "__esModule", {
@@ -816,12 +816,12 @@
       var _interop_require_wildcard = __webpack_require__(
         8889
       ) /* ["default"] */.Z;
-      __webpack_require__(6789);
+      __webpack_require__(4802);
       var _client = _interop_require_default(__webpack_require__(9620));
       var _react = _interop_require_wildcard(__webpack_require__(6508));
-      var _reactServerDomWebpack = __webpack_require__(742);
+      var _reactServerDomWebpack = __webpack_require__(5461);
       var _performanceRelayer = _interop_require_default(
-        __webpack_require__(3975)
+        __webpack_require__(3708)
       );
       // eslint-disable-next-line no-undef
       var getChunkScriptFilename = __webpack_require__.u;
@@ -994,12 +994,12 @@
       /***/
     },
 
-    /***/ 7059: /***/ function(module, exports, __webpack_require__) {
+    /***/ 2114: /***/ function(module, exports, __webpack_require__) {
       "use strict";
 
-      var _appIndex = __webpack_require__(4724);
-      __webpack_require__(4279);
-      __webpack_require__(2850);
+      var _appIndex = __webpack_require__(2378);
+      __webpack_require__(9654);
+      __webpack_require__(4329);
       window.next = {
         version: _appIndex.version,
         appDir: true
@@ -1020,7 +1020,7 @@
       /***/
     },
 
-    /***/ 4279: /***/ function(module, exports, __webpack_require__) {
+    /***/ 9654: /***/ function(module, exports, __webpack_require__) {
       "use strict";
 
       Object.defineProperty(exports, "__esModule", {
@@ -1038,11 +1038,11 @@
         8889
       ) /* ["default"] */.Z;
       var _react = _interop_require_wildcard(__webpack_require__(6508));
-      var _reactServerDomWebpack = __webpack_require__(742);
-      var _appRouterContext = __webpack_require__(2273);
-      var _reducer = __webpack_require__(9848);
-      var _hooksClientContext = __webpack_require__(395);
-      var _useReducerWithDevtools = __webpack_require__(6337);
+      var _reactServerDomWebpack = __webpack_require__(5461);
+      var _appRouterContext = __webpack_require__(3321);
+      var _reducer = __webpack_require__(678);
+      var _hooksClientContext = __webpack_require__(2299);
+      var _useReducerWithDevtools = __webpack_require__(1028);
       function AppRouter(param) {
         var initialTree = param.initialTree,
           initialCanonicalUrl = param.initialCanonicalUrl,
@@ -1458,7 +1458,7 @@
       /***/
     },
 
-    /***/ 395: /***/ function(module, exports, __webpack_require__) {
+    /***/ 2299: /***/ function(module, exports, __webpack_require__) {
       "use strict";
 
       Object.defineProperty(exports, "__esModule", {
@@ -1491,7 +1491,7 @@
       /***/
     },
 
-    /***/ 1202: /***/ function(module, exports) {
+    /***/ 3047: /***/ function(module, exports) {
       "use strict";
 
       Object.defineProperty(exports, "__esModule", {
@@ -1529,7 +1529,7 @@
       /***/
     },
 
-    /***/ 2850: /***/ function(module, exports, __webpack_require__) {
+    /***/ 4329: /***/ function(module, exports, __webpack_require__) {
       "use strict";
 
       Object.defineProperty(exports, "__esModule", {
@@ -1552,9 +1552,9 @@
         8889
       ) /* ["default"] */.Z;
       var _react = _interop_require_wildcard(__webpack_require__(6508));
-      var _appRouterContext = __webpack_require__(2273);
-      var _appRouterClient = __webpack_require__(4279);
-      var _infinitePromise = __webpack_require__(1202);
+      var _appRouterContext = __webpack_require__(3321);
+      var _appRouterClient = __webpack_require__(9654);
+      var _infinitePromise = __webpack_require__(3047);
       function OuterLayoutRouter(param) {
         var parallelRouterKey = param.parallelRouterKey,
           segmentPath = param.segmentPath,
@@ -2128,7 +2128,7 @@
       /***/
     },
 
-    /***/ 6797: /***/ function(module, exports) {
+    /***/ 2554: /***/ function(module, exports) {
       "use strict";
 
       Object.defineProperty(exports, "__esModule", {
@@ -2168,7 +2168,7 @@
       /***/
     },
 
-    /***/ 9848: /***/ function(module, exports, __webpack_require__) {
+    /***/ 678: /***/ function(module, exports, __webpack_require__) {
       "use strict";
 
       Object.defineProperty(exports, "__esModule", {
@@ -2183,8 +2183,8 @@
       exports.reducer = exports.ACTION_PREFETCH = exports.ACTION_SERVER_PATCH = exports.ACTION_RESTORE = exports.ACTION_NAVIGATE = exports.ACTION_RELOAD = void 0;
       var _extends = __webpack_require__(5506) /* ["default"] */.Z;
       var _react = __webpack_require__(6508);
-      var _matchSegments = __webpack_require__(6797);
-      var _appRouterClient = __webpack_require__(4279);
+      var _matchSegments = __webpack_require__(2554);
+      var _appRouterClient = __webpack_require__(9654);
       function createHrefFromUrl(url) {
         return url.pathname + url.search + url.hash;
       } // TODO-APP: Verify if this needs to be recursive.
@@ -3114,7 +3114,7 @@
       /***/
     },
 
-    /***/ 6337: /***/ function(module, exports, __webpack_require__) {
+    /***/ 1028: /***/ function(module, exports, __webpack_require__) {
       "use strict";
 
       Object.defineProperty(exports, "__esModule", {
@@ -3281,14 +3281,14 @@
       /***/
     },
 
-    /***/ 3975: /***/ function(module, exports, __webpack_require__) {
+    /***/ 3708: /***/ function(module, exports, __webpack_require__) {
       "use strict";
 
       Object.defineProperty(exports, "__esModule", {
         value: true
       });
       exports["default"] = void 0;
-      var _webVitals = __webpack_require__(237);
+      var _webVitals = __webpack_require__(5587);
       var initialHref = location.href;
       var isRegistered = false;
       var userReportHandler;
@@ -3336,7 +3336,7 @@
       /***/
     },
 
-    /***/ 2273: /***/ function(
+    /***/ 3321: /***/ function(
       __unused_webpack_module,
       exports,
       __webpack_require__
@@ -3364,7 +3364,7 @@
       /***/
     },
 
-    /***/ 5526: /***/ function(
+    /***/ 5598: /***/ function(
       __unused_webpack_module,
       exports,
       __webpack_require__
@@ -3804,7 +3804,7 @@
       /***/
     },
 
-    /***/ 742: /***/ function(
+    /***/ 5461: /***/ function(
       module,
       __unused_webpack_exports,
       __webpack_require__
@@ -3812,14 +3812,14 @@
       "use strict";
 
       if (true) {
-        module.exports = __webpack_require__(5526);
+        module.exports = __webpack_require__(5598);
       } else {
       }
 
       /***/
     },
 
-    /***/ 237: /***/ function(module) {
+    /***/ 5587: /***/ function(module) {
       var __dirname = "/";
       (function() {
         "use strict";
@@ -4995,7 +4995,7 @@ PERFORMANCE OF THIS SOFTWARE.
       return __webpack_require__((__webpack_require__.s = moduleId));
     };
     /******/ __webpack_require__.O(0, [774], function() {
-      return __webpack_exec__(7059);
+      return __webpack_exec__(2114);
     });
     /******/ var __webpack_exports__ = __webpack_require__.O();
     /******/ _N_E = __webpack_exports__;
Diff for webpack-HASH.js
@@ -159,7 +159,7 @@
     /******/ __webpack_require__.u = function(chunkId) {
       /******/ // return url for filenames based on template
       /******/ return (
-        "static/chunks/" + chunkId + "." + "a846da08473aaea5" + ".js"
+        "static/chunks/" + chunkId + "." + "c1edae6f558f1c29" + ".js"
       );
       /******/
     };
Diff for index.html
@@ -11,7 +11,7 @@
       src="/_next/static/chunks/polyfills-c67a75d1b6f99dc8.js"
     ></script>
     <script
-      src="/_next/static/chunks/webpack-fcb4093c738bb521.js"
+      src="/_next/static/chunks/webpack-cc0939af409f0a02.js"
       defer=""
     ></script>
     <script
@@ -19,15 +19,15 @@
       defer=""
     ></script>
     <script
-      src="/_next/static/chunks/main-6b32d20908105c36.js"
+      src="/_next/static/chunks/main-5c0d7dbe48446851.js"
       defer=""
     ></script>
     <script
-      src="/_next/static/chunks/pages/_app-4469bfa79facd7f2.js"
+      src="/_next/static/chunks/pages/_app-baf4854f3c5c3fc8.js"
       defer=""
     ></script>
     <script
-      src="/_next/static/chunks/pages/index-3599128172c7065d.js"
+      src="/_next/static/chunks/pages/index-db0b95bb3aebea20.js"
       defer=""
     ></script>
     <script src="/_next/static/BUILD_ID/_buildManifest.js" defer=""></script>
Diff for link.html
@@ -11,7 +11,7 @@
       src="/_next/static/chunks/polyfills-c67a75d1b6f99dc8.js"
     ></script>
     <script
-      src="/_next/static/chunks/webpack-fcb4093c738bb521.js"
+      src="/_next/static/chunks/webpack-cc0939af409f0a02.js"
       defer=""
     ></script>
     <script
@@ -19,15 +19,15 @@
       defer=""
     ></script>
     <script
-      src="/_next/static/chunks/main-6b32d20908105c36.js"
+      src="/_next/static/chunks/main-5c0d7dbe48446851.js"
       defer=""
     ></script>
     <script
-      src="/_next/static/chunks/pages/_app-4469bfa79facd7f2.js"
+      src="/_next/static/chunks/pages/_app-baf4854f3c5c3fc8.js"
       defer=""
     ></script>
     <script
-      src="/_next/static/chunks/pages/link-4b013b3a14d952e0.js"
+      src="/_next/static/chunks/pages/link-f7a74f273a012a30.js"
       defer=""
     ></script>
     <script src="/_next/static/BUILD_ID/_buildManifest.js" defer=""></script>
Diff for withRouter.html
@@ -11,7 +11,7 @@
       src="/_next/static/chunks/polyfills-c67a75d1b6f99dc8.js"
     ></script>
     <script
-      src="/_next/static/chunks/webpack-fcb4093c738bb521.js"
+      src="/_next/static/chunks/webpack-cc0939af409f0a02.js"
       defer=""
     ></script>
     <script
@@ -19,15 +19,15 @@
       defer=""
     ></script>
     <script
-      src="/_next/static/chunks/main-6b32d20908105c36.js"
+      src="/_next/static/chunks/main-5c0d7dbe48446851.js"
       defer=""
     ></script>
     <script
-      src="/_next/static/chunks/pages/_app-4469bfa79facd7f2.js"
+      src="/_next/static/chunks/pages/_app-baf4854f3c5c3fc8.js"
       defer=""
     ></script>
     <script
-      src="/_next/static/chunks/pages/withRouter-18706762ca595eb5.js"
+      src="/_next/static/chunks/pages/withRouter-9e9bfae4007c3983.js"
       defer=""
     ></script>
     <script src="/_next/static/BUILD_ID/_buildManifest.js" defer=""></script>

Default Build with SWC (Decrease detected ✓)
General Overall increase ⚠️
vercel/next.js canary Schniz/next.js allow-custom-config-exports Change
buildDuration 35.2s 34.3s -942ms
buildDurationCached 8s 8.4s ⚠️ +320ms
nodeModulesSize 91.3 MB 91.3 MB ⚠️ +5.22 kB
nextStartRea..uration (ms) 305ms 291ms -14ms
nextDevReadyDuration 328ms 319ms -9ms
Page Load Tests Overall increase ✓
vercel/next.js canary Schniz/next.js allow-custom-config-exports Change
/ failed reqs 0 0
/ total time (seconds) 9.033 9.005 -0.03
/ avg req/sec 276.77 277.61 +0.84
/error-in-render failed reqs 0 0
/error-in-render total time (seconds) 6.061 6.063 0
/error-in-render avg req/sec 412.49 412.33 ⚠️ -0.16
Client Bundles (main, webpack) Overall increase ⚠️
vercel/next.js canary Schniz/next.js allow-custom-config-exports Change
526.HASH.js gzip 180 B 176 B -4 B
app-internal..HASH.js gzip 206 B 205 B -1 B
framework-HASH.js gzip 48.9 kB 48.9 kB
main-app-HASH.js gzip 15.7 kB 15.7 kB -2 B
main-HASH.js gzip 31 kB 31 kB ⚠️ +10 B
webpack-HASH.js gzip 1.52 kB 1.52 kB ⚠️ +1 B
Overall change 97.5 kB 97.5 kB ⚠️ +4 B
Legacy Client Bundles (polyfills)
vercel/next.js canary Schniz/next.js allow-custom-config-exports Change
polyfills-HASH.js gzip 31 kB 31 kB
Overall change 31 kB 31 kB
Client Pages Overall increase ⚠️
vercel/next.js canary Schniz/next.js allow-custom-config-exports Change
_app-HASH.js gzip 193 B 193 B
_error-HASH.js gzip 187 B 188 B ⚠️ +1 B
amp-HASH.js gzip 487 B 490 B ⚠️ +3 B
css-HASH.js gzip 328 B 328 B
dynamic-HASH.js gzip 2.01 kB 2.01 kB -1 B
edge-ssr-HASH.js gzip 269 B 266 B -3 B
head-HASH.js gzip 355 B 355 B
hooks-HASH.js gzip 785 B 784 B -1 B
image-HASH.js gzip 4.82 kB 4.83 kB ⚠️ +8 B
index-HASH.js gzip 262 B 262 B
link-HASH.js gzip 2.35 kB 2.35 kB -1 B
routerDirect..HASH.js gzip 318 B 318 B
script-HASH.js gzip 391 B 388 B -3 B
withRouter-HASH.js gzip 313 B 314 B ⚠️ +1 B
85e02e95b279..7e3.css gzip 107 B 107 B
Overall change 13.2 kB 13.2 kB ⚠️ +4 B
Client Build Manifests Overall increase ⚠️
vercel/next.js canary Schniz/next.js allow-custom-config-exports Change
_buildManifest.js gzip 484 B 485 B ⚠️ +1 B
Overall change 484 B 485 B ⚠️ +1 B
Rendered Page Sizes Overall decrease ✓
vercel/next.js canary Schniz/next.js allow-custom-config-exports Change
index.html gzip 514 B 513 B -1 B
link.html gzip 527 B 527 B
withRouter.html gzip 508 B 507 B -1 B
Overall change 1.55 kB 1.55 kB -2 B
Edge SSR bundle Size Overall decrease ✓
vercel/next.js canary Schniz/next.js allow-custom-config-exports Change
edge-ssr.js gzip 73.5 kB 73.4 kB -19 B
page.js gzip 83.6 kB 83.6 kB ⚠️ +1 B
Overall change 157 kB 157 kB -18 B
Middleware size Overall increase ⚠️
vercel/next.js canary Schniz/next.js allow-custom-config-exports Change
middleware-b..fest.js gzip 590 B 594 B ⚠️ +4 B
middleware-r..fest.js gzip 145 B 143 B -2 B
middleware.js gzip 18.8 kB 18.8 kB ⚠️ +2 B
edge-runtime..pack.js gzip 1.83 kB 1.83 kB
Overall change 21.3 kB 21.3 kB ⚠️ +4 B

Diffs

Diff for page.js

Diff too large to display

Diff for middleware-b..-manifest.js
@@ -7,95 +7,95 @@ self.__BUILD_MANIFEST = {
     "static/BUILD_ID/_ssgManifest.js"
   ],
   rootMainFiles: [
-    "static/chunks/webpack-fcb4093c738bb521.js",
+    "static/chunks/webpack-cc0939af409f0a02.js",
     "static/chunks/framework-a7097d2b3993023c.js",
-    "static/chunks/main-app-e7c496aeeb04f5a3.js"
+    "static/chunks/main-app-1eb8b6ec2b2a979a.js"
   ],
   pages: {
     "/": [
-      "static/chunks/webpack-fcb4093c738bb521.js",
+      "static/chunks/webpack-cc0939af409f0a02.js",
       "static/chunks/framework-a7097d2b3993023c.js",
-      "static/chunks/main-6b32d20908105c36.js",
-      "static/chunks/pages/index-3599128172c7065d.js"
+      "static/chunks/main-5c0d7dbe48446851.js",
+      "static/chunks/pages/index-db0b95bb3aebea20.js"
     ],
     "/_app": [
-      "static/chunks/webpack-fcb4093c738bb521.js",
+      "static/chunks/webpack-cc0939af409f0a02.js",
       "static/chunks/framework-a7097d2b3993023c.js",
-      "static/chunks/main-6b32d20908105c36.js",
-      "static/chunks/pages/_app-4469bfa79facd7f2.js"
+      "static/chunks/main-5c0d7dbe48446851.js",
+      "static/chunks/pages/_app-baf4854f3c5c3fc8.js"
     ],
     "/_error": [
-      "static/chunks/webpack-fcb4093c738bb521.js",
+      "static/chunks/webpack-cc0939af409f0a02.js",
       "static/chunks/framework-a7097d2b3993023c.js",
-      "static/chunks/main-6b32d20908105c36.js",
-      "static/chunks/pages/_error-e00448fe65d8a74e.js"
+      "static/chunks/main-5c0d7dbe48446851.js",
+      "static/chunks/pages/_error-bf7fb54f6d1f425b.js"
     ],
     "/amp": [
-      "static/chunks/webpack-fcb4093c738bb521.js",
+      "static/chunks/webpack-cc0939af409f0a02.js",
       "static/chunks/framework-a7097d2b3993023c.js",
-      "static/chunks/main-6b32d20908105c36.js",
-      "static/chunks/pages/amp-9890392e521f4e1e.js"
+      "static/chunks/main-5c0d7dbe48446851.js",
+      "static/chunks/pages/amp-66ad3df7d6b5b663.js"
     ],
     "/css": [
-      "static/chunks/webpack-fcb4093c738bb521.js",
+      "static/chunks/webpack-cc0939af409f0a02.js",
       "static/chunks/framework-a7097d2b3993023c.js",
-      "static/chunks/main-6b32d20908105c36.js",
+      "static/chunks/main-5c0d7dbe48446851.js",
       "static/css/94fdbc56eafa2039.css",
-      "static/chunks/pages/css-a409faca2bd611cb.js"
+      "static/chunks/pages/css-167731d21fbb0fa7.js"
     ],
     "/dynamic": [
-      "static/chunks/webpack-fcb4093c738bb521.js",
+      "static/chunks/webpack-cc0939af409f0a02.js",
       "static/chunks/framework-a7097d2b3993023c.js",
-      "static/chunks/main-6b32d20908105c36.js",
-      "static/chunks/pages/dynamic-f66b46bbaf0e3175.js"
+      "static/chunks/main-5c0d7dbe48446851.js",
+      "static/chunks/pages/dynamic-2e8509f33f3ba1b6.js"
     ],
     "/edge-ssr": [
-      "static/chunks/webpack-fcb4093c738bb521.js",
+      "static/chunks/webpack-cc0939af409f0a02.js",
       "static/chunks/framework-a7097d2b3993023c.js",
-      "static/chunks/main-6b32d20908105c36.js",
-      "static/chunks/pages/edge-ssr-75a68070c33bbc5e.js"
+      "static/chunks/main-5c0d7dbe48446851.js",
+      "static/chunks/pages/edge-ssr-6ec76e3da302866c.js"
     ],
     "/head": [
-      "static/chunks/webpack-fcb4093c738bb521.js",
+      "static/chunks/webpack-cc0939af409f0a02.js",
       "static/chunks/framework-a7097d2b3993023c.js",
-      "static/chunks/main-6b32d20908105c36.js",
-      "static/chunks/pages/head-c48bfe664b98d52a.js"
+      "static/chunks/main-5c0d7dbe48446851.js",
+      "static/chunks/pages/head-795ab8496bc83f0f.js"
     ],
     "/hooks": [
-      "static/chunks/webpack-fcb4093c738bb521.js",
+      "static/chunks/webpack-cc0939af409f0a02.js",
       "static/chunks/framework-a7097d2b3993023c.js",
-      "static/chunks/main-6b32d20908105c36.js",
-      "static/chunks/pages/hooks-f98b2b0a174a9b21.js"
+      "static/chunks/main-5c0d7dbe48446851.js",
+      "static/chunks/pages/hooks-cda21f5db0b0a3ba.js"
     ],
     "/image": [
-      "static/chunks/webpack-fcb4093c738bb521.js",
+      "static/chunks/webpack-cc0939af409f0a02.js",
       "static/chunks/framework-a7097d2b3993023c.js",
-      "static/chunks/main-6b32d20908105c36.js",
-      "static/chunks/pages/image-08d189fcb3bcde82.js"
+      "static/chunks/main-5c0d7dbe48446851.js",
+      "static/chunks/pages/image-a37f4f477985d3bb.js"
     ],
     "/link": [
-      "static/chunks/webpack-fcb4093c738bb521.js",
+      "static/chunks/webpack-cc0939af409f0a02.js",
       "static/chunks/framework-a7097d2b3993023c.js",
-      "static/chunks/main-6b32d20908105c36.js",
-      "static/chunks/pages/link-4b013b3a14d952e0.js"
+      "static/chunks/main-5c0d7dbe48446851.js",
+      "static/chunks/pages/link-f7a74f273a012a30.js"
     ],
     "/routerDirect": [
-      "static/chunks/webpack-fcb4093c738bb521.js",
+      "static/chunks/webpack-cc0939af409f0a02.js",
       "static/chunks/framework-a7097d2b3993023c.js",
-      "static/chunks/main-6b32d20908105c36.js",
-      "static/chunks/pages/routerDirect-aace74a566ea2b91.js"
+      "static/chunks/main-5c0d7dbe48446851.js",
+      "static/chunks/pages/routerDirect-0d8bc30e1db5be8d.js"
     ],
     "/script": [
-      "static/chunks/webpack-fcb4093c738bb521.js",
+      "static/chunks/webpack-cc0939af409f0a02.js",
       "static/chunks/framework-a7097d2b3993023c.js",
-      "static/chunks/main-6b32d20908105c36.js",
-      "static/chunks/pages/script-0d3206d14f11cd4f.js"
+      "static/chunks/main-5c0d7dbe48446851.js",
+      "static/chunks/pages/script-f6211835b1f5b34e.js"
     ],
     "/withRouter": [
-      "static/chunks/webpack-fcb4093c738bb521.js",
+      "static/chunks/webpack-cc0939af409f0a02.js",
       "static/chunks/framework-a7097d2b3993023c.js",
-      "static/chunks/main-6b32d20908105c36.js",
-      "static/chunks/pages/withRouter-18706762ca595eb5.js"
+      "static/chunks/main-5c0d7dbe48446851.js",
+      "static/chunks/pages/withRouter-9e9bfae4007c3983.js"
     ]
   },
   ampFirstPages: []
Diff for middleware-r..-manifest.js
@@ -1,6 +1,6 @@
 self.__REACT_LOADABLE_MANIFEST = {
   "dynamic.js -> ../components/hello": {
-    id: 1526,
-    files: ["static/chunks/526.a846da08473aaea5.js"]
+    id: 86,
+    files: ["static/chunks/86.c1edae6f558f1c29.js"]
   }
 };
Diff for middleware.js
@@ -1,7 +1,7 @@
 (self["webpackChunk_N_E"] = self["webpackChunk_N_E"] || []).push([
   [826],
   {
-    /***/ "(middleware)/./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/build/webpack/loaders/next-middleware-loader.js?absolutePagePath=private-next-root-dir%2Fmiddleware.js&page=%2Fmiddleware&rootDir=%2Ftmp%2Fnext-stats%2Fstats-app&matchers=!": /***/ (
+    /***/ "(middleware)/./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/build/webpack/loaders/next-middleware-loader.js?absolutePagePath=private-next-root-dir%2Fmiddleware.js&page=%2Fmiddleware&rootDir=%2Ftmp%2Fnext-stats%2Fstats-app&matchers=!": /***/ (
       __unused_webpack_module,
       __webpack_exports__,
       __webpack_require__
@@ -14,7 +14,7 @@
         /* harmony export */
       });
       /* harmony import */ var next_dist_server_web_adapter__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
-        "(middleware)/./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/server/web/adapter.js"
+        "(middleware)/./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/server/web/adapter.js"
       );
 
       (0,
@@ -58,7 +58,7 @@
         /* harmony export */
       });
       /* harmony import */ var next_server__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
-        "(middleware)/./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/server.js"
+        "(middleware)/./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/server.js"
       );
       /* harmony import */ var next_server__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/ __webpack_require__.n(
         next_server__WEBPACK_IMPORTED_MODULE_0__
@@ -71,7 +71,7 @@
       /***/
     },
 
-    /***/ "(middleware)/./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/shared/lib/get-hostname.js": /***/ (
+    /***/ "(middleware)/./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/shared/lib/get-hostname.js": /***/ (
       __unused_webpack_module,
       exports
     ) => {
@@ -94,7 +94,7 @@
       /***/
     },
 
-    /***/ "(middleware)/./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/shared/lib/i18n/detect-domain-locale.js": /***/ (
+    /***/ "(middleware)/./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/shared/lib/i18n/detect-domain-locale.js": /***/ (
       __unused_webpack_module,
       exports
     ) => {
@@ -135,7 +135,7 @@
       /***/
     },
 
-    /***/ "(middleware)/./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/shared/lib/i18n/normalize-locale-path.js": /***/ (
+    /***/ "(middleware)/./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/shared/lib/i18n/normalize-locale-path.js": /***/ (
       __unused_webpack_module,
       exports
     ) => {
@@ -170,7 +170,7 @@
       /***/
     },
 
-    /***/ "(middleware)/./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/shared/lib/router/utils/add-locale.js": /***/ (
+    /***/ "(middleware)/./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/shared/lib/router/utils/add-locale.js": /***/ (
       __unused_webpack_module,
       exports,
       __webpack_require__
@@ -182,10 +182,10 @@
       });
       exports.addLocale = addLocale;
       var _addPathPrefix = __webpack_require__(
-        "(middleware)/./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/shared/lib/router/utils/add-path-prefix.js"
+        "(middleware)/./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/shared/lib/router/utils/add-path-prefix.js"
       );
       var _pathHasPrefix = __webpack_require__(
-        "(middleware)/./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/shared/lib/router/utils/path-has-prefix.js"
+        "(middleware)/./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/shared/lib/router/utils/path-has-prefix.js"
       );
       function addLocale(path, locale, defaultLocale, ignorePrefix) {
         if (
@@ -206,7 +206,7 @@
       /***/
     },
 
-    /***/ "(middleware)/./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/shared/lib/router/utils/add-path-prefix.js": /***/ (
+    /***/ "(middleware)/./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/shared/lib/router/utils/add-path-prefix.js": /***/ (
       __unused_webpack_module,
       exports,
       __webpack_require__
@@ -218,7 +218,7 @@
       });
       exports.addPathPrefix = addPathPrefix;
       var _parsePath = __webpack_require__(
-        "(middleware)/./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/shared/lib/router/utils/parse-path.js"
+        "(middleware)/./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/shared/lib/router/utils/parse-path.js"
       );
       function addPathPrefix(path, prefix) {
         if (!path.startsWith("/") || !prefix) {
@@ -231,7 +231,7 @@
       /***/
     },
 
-    /***/ "(middleware)/./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/shared/lib/router/utils/add-path-suffix.js": /***/ (
+    /***/ "(middleware)/./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/shared/lib/router/utils/add-path-suffix.js": /***/ (
       __unused_webpack_module,
       exports,
       __webpack_require__
@@ -243,7 +243,7 @@
       });
       exports.addPathSuffix = addPathSuffix;
       var _parsePath = __webpack_require__(
-        "(middleware)/./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/shared/lib/router/utils/parse-path.js"
+        "(middleware)/./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/shared/lib/router/utils/parse-path.js"
       );
       function addPathSuffix(path, suffix) {
         if (!path.startsWith("/") || !suffix) {
@@ -256,7 +256,7 @@
       /***/
     },
 
-    /***/ "(middleware)/./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/shared/lib/router/utils/format-next-pathname-info.js": /***/ (
+    /***/ "(middleware)/./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/shared/lib/router/utils/format-next-pathname-info.js": /***/ (
       __unused_webpack_module,
       exports,
       __webpack_require__
@@ -268,16 +268,16 @@
       });
       exports.formatNextPathnameInfo = formatNextPathnameInfo;
       var _removeTrailingSlash = __webpack_require__(
-        "(middleware)/./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/shared/lib/router/utils/remove-trailing-slash.js"
+        "(middleware)/./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/shared/lib/router/utils/remove-trailing-slash.js"
       );
       var _addPathPrefix = __webpack_require__(
-        "(middleware)/./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/shared/lib/router/utils/add-path-prefix.js"
+        "(middleware)/./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/shared/lib/router/utils/add-path-prefix.js"
       );
       var _addPathSuffix = __webpack_require__(
-        "(middleware)/./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/shared/lib/router/utils/add-path-suffix.js"
+        "(middleware)/./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/shared/lib/router/utils/add-path-suffix.js"
       );
       var _addLocale = __webpack_require__(
-        "(middleware)/./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/shared/lib/router/utils/add-locale.js"
+        "(middleware)/./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/shared/lib/router/utils/add-locale.js"
       );
       function formatNextPathnameInfo(info) {
         let pathname = (0, _addLocale).addLocale(
@@ -306,7 +306,7 @@
       /***/
     },
 
-    /***/ "(middleware)/./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/shared/lib/router/utils/get-next-pathname-info.js": /***/ (
+    /***/ "(middleware)/./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/shared/lib/router/utils/get-next-pathname-info.js": /***/ (
       __unused_webpack_module,
       exports,
       __webpack_require__
@@ -318,13 +318,13 @@
       });
       exports.getNextPathnameInfo = getNextPathnameInfo;
       var _normalizeLocalePath = __webpack_require__(
-        "(middleware)/./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/shared/lib/i18n/normalize-locale-path.js"
+        "(middleware)/./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/shared/lib/i18n/normalize-locale-path.js"
       );
       var _removePathPrefix = __webpack_require__(
-        "(middleware)/./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/shared/lib/router/utils/remove-path-prefix.js"
+        "(middleware)/./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/shared/lib/router/utils/remove-path-prefix.js"
       );
       var _pathHasPrefix = __webpack_require__(
-        "(middleware)/./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/shared/lib/router/utils/path-has-prefix.js"
+        "(middleware)/./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/shared/lib/router/utils/path-has-prefix.js"
       );
       function getNextPathnameInfo(pathname, options) {
         var _nextConfig;
@@ -375,7 +375,7 @@
       /***/
     },
 
-    /***/ "(middleware)/./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/shared/lib/router/utils/parse-path.js": /***/ (
+    /***/ "(middleware)/./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/shared/lib/router/utils/parse-path.js": /***/ (
       __unused_webpack_module,
       exports
     ) => {
@@ -412,7 +412,7 @@
       /***/
     },
 
-    /***/ "(middleware)/./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/shared/lib/router/utils/path-has-prefix.js": /***/ (
+    /***/ "(middleware)/./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/shared/lib/router/utils/path-has-prefix.js": /***/ (
       __unused_webpack_module,
       exports,
       __webpack_require__
@@ -424,7 +424,7 @@
       });
       exports.pathHasPrefix = pathHasPrefix;
       var _parsePath = __webpack_require__(
-        "(middleware)/./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/shared/lib/router/utils/parse-path.js"
+        "(middleware)/./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/shared/lib/router/utils/parse-path.js"
       );
       function pathHasPrefix(path, prefix) {
         if (typeof path !== "string") {
@@ -437,7 +437,7 @@
       /***/
     },
 
-    /***/ "(middleware)/./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/shared/lib/router/utils/relativize-url.js": /***/ (
+    /***/ "(middleware)/./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/shared/lib/router/utils/relativize-url.js": /***/ (
       __unused_webpack_module,
       exports
     ) => {
@@ -459,7 +459,7 @@
       /***/
     },
 
-    /***/ "(middleware)/./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/shared/lib/router/utils/remove-path-prefix.js": /***/ (
+    /***/ "(middleware)/./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/shared/lib/router/utils/remove-path-prefix.js": /***/ (
       __unused_webpack_module,
       exports,
       __webpack_require__
@@ -471,7 +471,7 @@
       });
       exports.removePathPrefix = removePathPrefix;
       var _pathHasPrefix = __webpack_require__(
-        "(middleware)/./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/shared/lib/router/utils/path-has-prefix.js"
+        "(middleware)/./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/shared/lib/router/utils/path-has-prefix.js"
       );
       function removePathPrefix(path, prefix) {
         if ((0, _pathHasPrefix).pathHasPrefix(path, prefix)) {
@@ -486,7 +486,7 @@
       /***/
     },
 
-    /***/ "(middleware)/./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/shared/lib/router/utils/remove-trailing-slash.js": /***/ (
+    /***/ "(middleware)/./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/shared/lib/router/utils/remove-trailing-slash.js": /***/ (
       __unused_webpack_module,
       exports
     ) => {
@@ -503,7 +503,7 @@
       /***/
     },
 
-    /***/ "(middleware)/./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/compiled/cookie/index.js": /***/ module => {
+    /***/ "(middleware)/./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/compiled/cookie/index.js": /***/ module => {
       var __dirname = "/";
       (() => {
         "use strict";
@@ -631,7 +631,7 @@
       /***/
     },
 
-    /***/ "(middleware)/./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/compiled/ua-parser-js/ua-parser.js": /***/ (
+    /***/ "(middleware)/./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/compiled/ua-parser-js/ua-parser.js": /***/ (
       module,
       exports,
       __webpack_require__
@@ -1477,7 +1477,7 @@
       /***/
     },
 
-    /***/ "(middleware)/./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/server/internal-utils.js": /***/ (
+    /***/ "(middleware)/./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/server/internal-utils.js": /***/ (
       __unused_webpack_module,
       exports
     ) => {
@@ -1522,7 +1522,7 @@
       /***/
     },
 
-    /***/ "(middleware)/./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/server/web/adapter.js": /***/ (
+    /***/ "(middleware)/./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/server/web/adapter.js": /***/ (
       __unused_webpack_module,
       exports,
       __webpack_require__
@@ -1537,28 +1537,28 @@
       exports.OT = blockUnallowedResponse;
       exports.gL = enhanceGlobals;
       var _error = __webpack_require__(
-        "(middleware)/./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/server/web/error.js"
+        "(middleware)/./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/server/web/error.js"
       );
       var _utils = __webpack_require__(
-        "(middleware)/./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/server/web/utils.js"
+        "(middleware)/./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/server/web/utils.js"
       );
       var _fetchEvent = __webpack_require__(
-        "(middleware)/./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/server/web/spec-extension/fetch-event.js"
+        "(middleware)/./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/server/web/spec-extension/fetch-event.js"
       );
       var _request = __webpack_require__(
-        "(middleware)/./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/server/web/spec-extension/request.js"
+        "(middleware)/./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/server/web/spec-extension/request.js"
       );
       var _response = __webpack_require__(
-        "(middleware)/./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/server/web/spec-extension/response.js"
+        "(middleware)/./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/server/web/spec-extension/response.js"
       );
       var _relativizeUrl = __webpack_require__(
-        "(middleware)/./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/shared/lib/router/utils/relativize-url.js"
+        "(middleware)/./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/shared/lib/router/utils/relativize-url.js"
       );
       var _nextUrl = __webpack_require__(
-        "(middleware)/./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/server/web/next-url.js"
+        "(middleware)/./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/server/web/next-url.js"
       );
       var _internalUtils = __webpack_require__(
-        "(middleware)/./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/server/internal-utils.js"
+        "(middleware)/./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/server/internal-utils.js"
       );
       class NextRequestHint extends _request.NextRequest {
         constructor(params) {
@@ -1785,7 +1785,7 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
       /***/
     },
 
-    /***/ "(middleware)/./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/server/web/error.js": /***/ (
+    /***/ "(middleware)/./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/server/web/error.js": /***/ (
       __unused_webpack_module,
       exports
     ) => {
@@ -1829,7 +1829,7 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
       /***/
     },
 
-    /***/ "(middleware)/./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/server/web/next-url.js": /***/ (
+    /***/ "(middleware)/./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/server/web/next-url.js": /***/ (
       __unused_webpack_module,
       exports,
       __webpack_require__
@@ -1840,16 +1840,16 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
         value: true
       });
       var _detectDomainLocale = __webpack_require__(
-        "(middleware)/./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/shared/lib/i18n/detect-domain-locale.js"
+        "(middleware)/./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/shared/lib/i18n/detect-domain-locale.js"
       );
       var _formatNextPathnameInfo = __webpack_require__(
-        "(middleware)/./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/shared/lib/router/utils/format-next-pathname-info.js"
+        "(middleware)/./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/shared/lib/router/utils/format-next-pathname-info.js"
       );
       var _getHostname = __webpack_require__(
-        "(middleware)/./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/shared/lib/get-hostname.js"
+        "(middleware)/./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/shared/lib/get-hostname.js"
       );
       var _getNextPathnameInfo = __webpack_require__(
-        "(middleware)/./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/shared/lib/router/utils/get-next-pathname-info.js"
+        "(middleware)/./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/shared/lib/router/utils/get-next-pathname-info.js"
       );
       const REGEX_LOCALHOST_HOSTNAME = /(?!^https?:\/\/)(127(?:\.(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)){3}|::1|localhost)/;
       function parseURL(url, base) {
@@ -2075,7 +2075,7 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
       /***/
     },
 
-    /***/ "(middleware)/./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/server/web/spec-extension/cookies.js": /***/ (
+    /***/ "(middleware)/./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/server/web/spec-extension/cookies.js": /***/ (
       __unused_webpack_module,
       exports,
       __webpack_require__
@@ -2087,7 +2087,7 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
       });
       var _cookie = _interopRequireDefault(
         __webpack_require__(
-          "(middleware)/./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/compiled/cookie/index.js"
+          "(middleware)/./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/compiled/cookie/index.js"
         )
       );
       function _interopRequireDefault(obj) {
@@ -2224,7 +2224,7 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
       /***/
     },
 
-    /***/ "(middleware)/./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/server/web/spec-extension/fetch-event.js": /***/ (
+    /***/ "(middleware)/./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/server/web/spec-extension/fetch-event.js": /***/ (
       __unused_webpack_module,
       exports,
       __webpack_require__
@@ -2236,7 +2236,7 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
       });
       exports.waitUntilSymbol = void 0;
       var _error = __webpack_require__(
-        "(middleware)/./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/server/web/error.js"
+        "(middleware)/./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/server/web/error.js"
       );
       const responseSymbol = Symbol("response");
       const passThroughSymbol = Symbol("passThrough");
@@ -2290,7 +2290,7 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
       /***/
     },
 
-    /***/ "(middleware)/./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/server/web/spec-extension/request.js": /***/ (
+    /***/ "(middleware)/./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/server/web/spec-extension/request.js": /***/ (
       __unused_webpack_module,
       exports,
       __webpack_require__
@@ -2302,16 +2302,16 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
       });
       exports.INTERNALS = void 0;
       var _nextUrl = __webpack_require__(
-        "(middleware)/./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/server/web/next-url.js"
+        "(middleware)/./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/server/web/next-url.js"
       );
       var _utils = __webpack_require__(
-        "(middleware)/./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/server/web/utils.js"
+        "(middleware)/./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/server/web/utils.js"
       );
       var _error = __webpack_require__(
-        "(middleware)/./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/server/web/error.js"
+        "(middleware)/./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_7fyncfpa5gpyyymjgk4qob7sbm/node_modules/next/dist/server/web/error.js"
       );
       var _cookies = __webpack_require__(
-        "(middleware)/./node_modules/.pnpm/file
Post job cleanup.
[command]/usr/bin/git version
git version 2.37.3
Temporarily overriding HOME='/home/runner/work/_temp/0ec1d903-a01a-44e1-b435-881e8325e722' before making global git config changes
Adding repository directory to the temporary git global config as a safe directory
[command]/usr/bin/git config --global --add safe.directory /home/runner/work/next.js/next.js
[command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
[command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :
[command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
http.https://github.com/.extraheader
[command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
[command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :
Cleaning up orphan processes
Commit: d460fba4cb51c8e8d8d49843808deb19e7c5a491

packages/next/build/analysis/get-page-static-info.ts Outdated Show resolved Hide resolved
if (userConfig) {
delete userConfig.runtime
if (middlewareConfig.matchers) {
delete userConfig.matcher
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

suggestion: how about throwing an error like you can't specify both "matcher" and "matchers" instead of discarding matcher here silently?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not a validation, I just don’t want to serialize the matcher again (it already exists in the middleware manifest)

feugy
feugy previously approved these changes Sep 26, 2022
Copy link
Member

@feugy feugy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me, with a small suggestion to make detection simpler (and more future-proof).

Simple and sweet testing!

packages/next/build/analysis/get-page-static-info.ts Outdated Show resolved Hide resolved
@ijjk
Copy link
Member

ijjk commented Sep 26, 2022

Failing test suites

Commit: 09de605

pnpm testheadless test/e2e/basepath.test.ts

  • basePath > should 404 when manually adding basePath with
Expand output

● basePath › should 404 when manually adding basePath with

expect(received).toContain(expected) // indexOf

Matcher error: received value must not be null nor undefined

Received has value: null

  661 |
  662 |       const html = await browser.eval('document.documentElement.innerHTML')
> 663 |       expect(html).toContain('This page could not be found')
      |                    ^
  664 |     })
  665 |
  666 |     it('should 404 when manually adding basePath with router.push', async () => {

  at Object.<anonymous> (e2e/basepath.test.ts:663:20)
      at runMicrotasks (<anonymous>)

Read more about building and testing Next.js in contributing.md.

@@ -493,6 +498,7 @@ export async function createEntrypoints(params: CreateEntrypointsParams) {
middleware: staticInfo?.middleware,
pagesType,
appDirLoader,
userConfig: staticInfo?.userConfig,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For consistency I think we may want to have this be config and only add expected config fields which are defined in our type definition.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I kept the entire config so we will be able to serialize what we want in MiddlewarePlugin, but changed it to serialize only regions. Does that make sense? :pray_parrot:

feugy
feugy previously approved these changes Sep 27, 2022
Copy link
Member

@feugy feugy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would put the validation logic in a different place, but the rest is ok

packages/next/build/webpack/plugins/middleware-plugin.ts Outdated Show resolved Hide resolved
@ijjk ijjk merged commit b24800b into vercel:canary Sep 27, 2022
ijjk added a commit to vercel/vercel that referenced this pull request Sep 27, 2022
### Related Issues

- Needs vercel/next.js#40881 for this to be
useful
- Resolves EC-238

### 📋 Checklist

<!--
  Please keep your PR as a Draft until the checklist is complete
-->

#### Tests

- [ ] The code changed/added as part of this PR has been covered with
tests
- [ ] All tests pass locally with `yarn test-unit`

#### Code Review

- [ ] This PR has a concise title and thorough description useful to a
reviewer
- [ ] Issue from task tracker has a link to this PR

Co-authored-by: Steven <steven@ceriously.com>
Co-authored-by: JJ Kasper <jj@jjsweb.site>
BowlingX pushed a commit to BowlingX/next.js that referenced this pull request Oct 5, 2022
This PR serializes `regions` into `middleware-manifest.json`,
allowing to extend Edge Functions and Middleware for deployment
providers.

## Feature

- [ ] Implements an existing feature request or RFC. Make sure the
feature request has been accepted for implementation before opening a
PR.
- [ ] Related issues linked using `fixes #number`
- [ ] Integration tests added
- [ ] Documentation added
- [ ] Telemetry added. In case of a feature if it's used or not.
- [ ] Errors have a helpful link attached, see `contributing.md`

## Documentation / Examples

- [ ] Make sure the linting passes by running `pnpm lint`
- [ ] The "examples guidelines" are followed from [our contributing
doc](https://github.com/vercel/next.js/blob/canary/contributing/examples/adding-examples.md)

Co-authored-by: Seiya Nuta <nuta@seiya.me>
Co-authored-by: JJ Kasper <jj@jjsweb.site>
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 28, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants