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

Create root layout #41523

Merged
merged 14 commits into from Oct 23, 2022
Merged

Create root layout #41523

merged 14 commits into from Oct 23, 2022

Conversation

hanneslund
Copy link
Contributor

@hanneslund hanneslund commented Oct 18, 2022

Creates a root layout if it is missing in DEV when building the page in next-app-loader. If the page is in a route group, the layout will be created there. Otherwise it will create a layout directly under /app.

Breaks the build if a page is found that's missing a root layout.

Bug

  • Related issues linked using fixes #number
  • Integration tests added
  • Errors have a helpful link attached, see contributing.md

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 Oct 18, 2022

Stats from current PR

Default Build (Increase detected ⚠️)
General Overall increase ⚠️
vercel/next.js canary hanneslund/next.js create-root-layout Change
buildDuration 48s 49.1s ⚠️ +1.1s
buildDurationCached 12.1s 12.5s ⚠️ +343ms
nodeModulesSize 107 MB 107 MB ⚠️ +40.5 kB
nextStartRea..uration (ms) 334ms 361ms ⚠️ +27ms
Client Bundles (main, webpack) Overall increase ⚠️
vercel/next.js canary hanneslund/next.js create-root-layout Change
222.HASH.js gzip 183 B 181 B -2 B
445-HASH.js gzip 11.8 kB 11.8 kB ⚠️ +11 B
app-internal..HASH.js gzip 181 B 182 B ⚠️ +1 B
main-app-HASH.js gzip 99.4 kB 99.5 kB ⚠️ +76 B
main-HASH.js gzip 76.8 kB 76.8 kB ⚠️ +4 B
webpack-HASH.js gzip 1.83 kB 1.83 kB -1 B
Overall change 190 kB 190 kB ⚠️ +89 B
Legacy Client Bundles (polyfills)
vercel/next.js canary hanneslund/next.js create-root-layout Change
polyfills-HASH.js gzip 31 kB 31 kB
Overall change 31 kB 31 kB
Client Pages Overall decrease ✓
vercel/next.js canary hanneslund/next.js create-root-layout Change
_app-HASH.js gzip 192 B 192 B
_error-HASH.js gzip 179 B 175 B -4 B
amp-HASH.js gzip 484 B 485 B ⚠️ +1 B
css-HASH.js gzip 806 B 805 B -1 B
dynamic-HASH.js gzip 2.31 kB 2.3 kB -2 B
edge-ssr-HASH.js gzip 259 B 258 B -1 B
head-HASH.js gzip 825 B 829 B ⚠️ +4 B
hooks-HASH.js gzip 850 B 851 B ⚠️ +1 B
image-HASH.js gzip 4.11 kB 4.12 kB ⚠️ +3 B
index-HASH.js gzip 253 B 254 B ⚠️ +1 B
link-HASH.js gzip 2.73 kB 2.73 kB -7 B
routerDirect..HASH.js gzip 781 B 784 B ⚠️ +3 B
script-HASH.js gzip 859 B 856 B -3 B
withRouter-HASH.js gzip 783 B 782 B -1 B
85e02e95b279..7e3.css gzip 107 B 107 B
Overall change 15.5 kB 15.5 kB -6 B
Client Build Manifests Overall decrease ✓
vercel/next.js canary hanneslund/next.js create-root-layout Change
_buildManifest.js gzip 483 B 482 B -1 B
Overall change 483 B 482 B -1 B
Rendered Page Sizes Overall decrease ✓
vercel/next.js canary hanneslund/next.js create-root-layout Change
index.html gzip 492 B 491 B -1 B
link.html gzip 506 B 505 B -1 B
withRouter.html gzip 488 B 485 B -3 B
Overall change 1.49 kB 1.48 kB -5 B
Edge SSR bundle Size Overall increase ⚠️
vercel/next.js canary hanneslund/next.js create-root-layout Change
edge-ssr.js gzip 61.4 kB 61.4 kB ⚠️ +32 B
page.js gzip 96 kB 96 kB -3 B
Overall change 157 kB 157 kB ⚠️ +29 B
Middleware size Overall increase ⚠️
vercel/next.js canary hanneslund/next.js create-root-layout Change
middleware-b..fest.js gzip 570 B 567 B -3 B
middleware-r..fest.js gzip 145 B 144 B -1 B
middleware.js gzip 25.4 kB 25.4 kB ⚠️ +5 B
edge-runtime..pack.js gzip 2.21 kB 2.21 kB
Overall change 28.4 kB 28.4 kB ⚠️ +1 B

Diffs

Diff for page.js

Diff too large to display

Diff for middleware-b..-manifest.js
@@ -7,80 +7,80 @@ self.__BUILD_MANIFEST = {
     "static/BUILD_ID/_ssgManifest.js"
   ],
   rootMainFiles: [
-    "static/chunks/webpack-2325fb090611efee.js",
-    "static/chunks/main-app-8521ea1b7dd37c80.js"
+    "static/chunks/webpack-d9f1bd96e7730cfa.js",
+    "static/chunks/main-app-f01850498ffc3dce.js"
   ],
   pages: {
     "/": [
-      "static/chunks/webpack-2325fb090611efee.js",
-      "static/chunks/main-f45379e5b5820d29.js",
-      "static/chunks/pages/index-19b603b5c9e715d2.js"
+      "static/chunks/webpack-d9f1bd96e7730cfa.js",
+      "static/chunks/main-b5ac168781d96d6c.js",
+      "static/chunks/pages/index-edb4c1a28404c33a.js"
     ],
     "/_app": [
-      "static/chunks/webpack-2325fb090611efee.js",
-      "static/chunks/main-f45379e5b5820d29.js",
-      "static/chunks/pages/_app-5b96a08422a318f1.js"
+      "static/chunks/webpack-d9f1bd96e7730cfa.js",
+      "static/chunks/main-b5ac168781d96d6c.js",
+      "static/chunks/pages/_app-49b8653c915a4733.js"
     ],
     "/_error": [
-      "static/chunks/webpack-2325fb090611efee.js",
-      "static/chunks/main-f45379e5b5820d29.js",
-      "static/chunks/pages/_error-a4fdefeeefeb8bdb.js"
+      "static/chunks/webpack-d9f1bd96e7730cfa.js",
+      "static/chunks/main-b5ac168781d96d6c.js",
+      "static/chunks/pages/_error-233945050b97e711.js"
     ],
     "/amp": [
-      "static/chunks/webpack-2325fb090611efee.js",
-      "static/chunks/main-f45379e5b5820d29.js",
-      "static/chunks/pages/amp-c7e6cfef612e310b.js"
+      "static/chunks/webpack-d9f1bd96e7730cfa.js",
+      "static/chunks/main-b5ac168781d96d6c.js",
+      "static/chunks/pages/amp-3a6674d784ec49b8.js"
     ],
     "/css": [
-      "static/chunks/webpack-2325fb090611efee.js",
-      "static/chunks/main-f45379e5b5820d29.js",
+      "static/chunks/webpack-d9f1bd96e7730cfa.js",
+      "static/chunks/main-b5ac168781d96d6c.js",
       "static/css/94fdbc56eafa2039.css",
-      "static/chunks/pages/css-8e2e7e496106d102.js"
+      "static/chunks/pages/css-08692d468b419728.js"
     ],
     "/dynamic": [
-      "static/chunks/webpack-2325fb090611efee.js",
-      "static/chunks/main-f45379e5b5820d29.js",
-      "static/chunks/pages/dynamic-42c1aff62b7d7e35.js"
+      "static/chunks/webpack-d9f1bd96e7730cfa.js",
+      "static/chunks/main-b5ac168781d96d6c.js",
+      "static/chunks/pages/dynamic-76b063afcd3fa177.js"
     ],
     "/edge-ssr": [
-      "static/chunks/webpack-2325fb090611efee.js",
-      "static/chunks/main-f45379e5b5820d29.js",
-      "static/chunks/pages/edge-ssr-00d1ddc3bd0da5f1.js"
+      "static/chunks/webpack-d9f1bd96e7730cfa.js",
+      "static/chunks/main-b5ac168781d96d6c.js",
+      "static/chunks/pages/edge-ssr-46e2e752af3efd00.js"
     ],
     "/head": [
-      "static/chunks/webpack-2325fb090611efee.js",
-      "static/chunks/main-f45379e5b5820d29.js",
-      "static/chunks/pages/head-d1f17c388a4cd20d.js"
+      "static/chunks/webpack-d9f1bd96e7730cfa.js",
+      "static/chunks/main-b5ac168781d96d6c.js",
+      "static/chunks/pages/head-a9e8de6f66dbf7b6.js"
     ],
     "/hooks": [
-      "static/chunks/webpack-2325fb090611efee.js",
-      "static/chunks/main-f45379e5b5820d29.js",
-      "static/chunks/pages/hooks-bdc824f700ab323e.js"
+      "static/chunks/webpack-d9f1bd96e7730cfa.js",
+      "static/chunks/main-b5ac168781d96d6c.js",
+      "static/chunks/pages/hooks-75505721cc7a0024.js"
     ],
     "/image": [
-      "static/chunks/webpack-2325fb090611efee.js",
-      "static/chunks/main-f45379e5b5820d29.js",
-      "static/chunks/pages/image-389ee422e9ba78a3.js"
+      "static/chunks/webpack-d9f1bd96e7730cfa.js",
+      "static/chunks/main-b5ac168781d96d6c.js",
+      "static/chunks/pages/image-ce1a019b1786c62c.js"
     ],
     "/link": [
-      "static/chunks/webpack-2325fb090611efee.js",
-      "static/chunks/main-f45379e5b5820d29.js",
-      "static/chunks/pages/link-e2dbf528cd45c4ef.js"
+      "static/chunks/webpack-d9f1bd96e7730cfa.js",
+      "static/chunks/main-b5ac168781d96d6c.js",
+      "static/chunks/pages/link-f3a71ccf4313208c.js"
     ],
     "/routerDirect": [
-      "static/chunks/webpack-2325fb090611efee.js",
-      "static/chunks/main-f45379e5b5820d29.js",
-      "static/chunks/pages/routerDirect-181d2efdac671075.js"
+      "static/chunks/webpack-d9f1bd96e7730cfa.js",
+      "static/chunks/main-b5ac168781d96d6c.js",
+      "static/chunks/pages/routerDirect-17427baa8353f731.js"
     ],
     "/script": [
-      "static/chunks/webpack-2325fb090611efee.js",
-      "static/chunks/main-f45379e5b5820d29.js",
-      "static/chunks/pages/script-c262542ac2836eb0.js"
+      "static/chunks/webpack-d9f1bd96e7730cfa.js",
+      "static/chunks/main-b5ac168781d96d6c.js",
+      "static/chunks/pages/script-2913249715fd7344.js"
     ],
     "/withRouter": [
-      "static/chunks/webpack-2325fb090611efee.js",
-      "static/chunks/main-f45379e5b5820d29.js",
-      "static/chunks/pages/withRouter-6b41a768b6043285.js"
+      "static/chunks/webpack-d9f1bd96e7730cfa.js",
+      "static/chunks/main-b5ac168781d96d6c.js",
+      "static/chunks/pages/withRouter-95ea0a253ae9f0a4.js"
     ]
   },
   ampFirstPages: []
Diff for middleware-r..-manifest.js
@@ -1,6 +1,6 @@
 self.__REACT_LOADABLE_MANIFEST = {
   "dynamic.js -> ../components/hello": {
-    id: 4222,
-    files: ["static/chunks/222.066d9bc31b8d8469.js"]
+    id: 7745,
+    files: ["static/chunks/745.bea7b5999c8fa776.js"]
   }
 };
Diff for middleware.js
@@ -1,7 +1,7 @@
 (self["webpackChunk_N_E"] = self["webpackChunk_N_E"] || []).push([
   [826],
   {
-    /***/ 8486: /***/ (
+    /***/ 544: /***/ (
       __unused_webpack_module,
       __webpack_exports__,
       __webpack_require__
@@ -14,7 +14,7 @@
       __webpack_require__.d(__webpack_exports__, {
         default: () =>
           /* binding */ next_middleware_loaderabsolutePagePath_private_next_root_dir_2Fmiddleware_js_page_2Fmiddleware_rootDir_2Ftmp_2Fnext_stats_2Fstats_app_matchers_
-      }); // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_jotnbnw7qqibxqoqicinlfiuiu/node_modules/next/dist/esm/server/web/error.js
+      }); // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_jotnbnw7qqibxqoqicinlfiuiu/node_modules/next/dist/esm/server/web/error.js
 
       class PageSignatureError extends Error {
         constructor({ page }) {
@@ -41,7 +41,7 @@
   Read more: https://nextjs.org/docs/messages/middleware-parse-user-agent
   `);
         }
-      } // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_jotnbnw7qqibxqoqicinlfiuiu/node_modules/next/dist/esm/server/web/utils.js
+      } // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_jotnbnw7qqibxqoqicinlfiuiu/node_modules/next/dist/esm/server/web/utils.js
 
       //# sourceMappingURL=error.js.map
       function fromNodeHeaders(object) {
@@ -155,7 +155,7 @@
             }
           );
         }
-      } // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_jotnbnw7qqibxqoqicinlfiuiu/node_modules/next/dist/esm/server/web/spec-extension/fetch-event.js
+      } // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_jotnbnw7qqibxqoqicinlfiuiu/node_modules/next/dist/esm/server/web/spec-extension/fetch-event.js
 
       //# sourceMappingURL=utils.js.map
       const responseSymbol = Symbol("response");
@@ -201,7 +201,7 @@
             page: this.sourcePage
           });
         }
-      } // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_jotnbnw7qqibxqoqicinlfiuiu/node_modules/next/dist/esm/shared/lib/i18n/detect-domain-locale.js
+      } // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_jotnbnw7qqibxqoqicinlfiuiu/node_modules/next/dist/esm/shared/lib/i18n/detect-domain-locale.js
 
       //# sourceMappingURL=fetch-event.js.map
       function detectDomainLocale(domainItems, hostname, detectedLocale) {
@@ -230,7 +230,7 @@
           }
         }
         return domainItem;
-      } //# sourceMappingURL=detect-domain-locale.js.map // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_jotnbnw7qqibxqoqicinlfiuiu/node_modules/next/dist/esm/shared/lib/router/utils/remove-trailing-slash.js
+      } //# sourceMappingURL=detect-domain-locale.js.map // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_jotnbnw7qqibxqoqicinlfiuiu/node_modules/next/dist/esm/shared/lib/router/utils/remove-trailing-slash.js
 
       /**
        * Removes the trailing slash for a given route or page path. Preserves the
@@ -240,7 +240,7 @@
        *   - `/` -> `/`
        */ function removeTrailingSlash(route) {
         return route.replace(/\/$/, "") || "/";
-      } //# sourceMappingURL=remove-trailing-slash.js.map // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_jotnbnw7qqibxqoqicinlfiuiu/node_modules/next/dist/esm/shared/lib/router/utils/parse-path.js
+      } //# sourceMappingURL=remove-trailing-slash.js.map // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_jotnbnw7qqibxqoqicinlfiuiu/node_modules/next/dist/esm/shared/lib/router/utils/parse-path.js
 
       /**
        * Given a path this function will find the pathname, query and hash and return
@@ -268,7 +268,7 @@
           query: "",
           hash: ""
         };
-      } //# sourceMappingURL=parse-path.js.map // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_jotnbnw7qqibxqoqicinlfiuiu/node_modules/next/dist/esm/shared/lib/router/utils/add-path-prefix.js
+      } //# sourceMappingURL=parse-path.js.map // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_jotnbnw7qqibxqoqicinlfiuiu/node_modules/next/dist/esm/shared/lib/router/utils/add-path-prefix.js
 
       /**
        * Adds the provided prefix to the given path. It first ensures that the path
@@ -279,7 +279,7 @@
         }
         const { pathname, query, hash } = parsePath(path);
         return `${prefix}${pathname}${query}${hash}`;
-      } //# sourceMappingURL=add-path-prefix.js.map // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_jotnbnw7qqibxqoqicinlfiuiu/node_modules/next/dist/esm/shared/lib/router/utils/add-path-suffix.js
+      } //# sourceMappingURL=add-path-prefix.js.map // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_jotnbnw7qqibxqoqicinlfiuiu/node_modules/next/dist/esm/shared/lib/router/utils/add-path-suffix.js
 
       /**
        * Similarly to `addPathPrefix`, this function adds a suffix at the end on the
@@ -291,7 +291,7 @@
         }
         const { pathname, query, hash } = parsePath(path);
         return `${pathname}${suffix}${query}${hash}`;
-      } //# sourceMappingURL=add-path-suffix.js.map // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_jotnbnw7qqibxqoqicinlfiuiu/node_modules/next/dist/esm/shared/lib/router/utils/path-has-prefix.js
+      } //# sourceMappingURL=add-path-suffix.js.map // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_jotnbnw7qqibxqoqicinlfiuiu/node_modules/next/dist/esm/shared/lib/router/utils/path-has-prefix.js
 
       /**
        * Checks if a given path starts with a given prefix. It ensures it matches
@@ -305,7 +305,7 @@
         }
         const { pathname } = parsePath(path);
         return pathname === prefix || pathname.startsWith(prefix + "/");
-      } //# sourceMappingURL=path-has-prefix.js.map // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_jotnbnw7qqibxqoqicinlfiuiu/node_modules/next/dist/esm/shared/lib/router/utils/add-locale.js
+      } //# sourceMappingURL=path-has-prefix.js.map // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_jotnbnw7qqibxqoqicinlfiuiu/node_modules/next/dist/esm/shared/lib/router/utils/add-locale.js
 
       /**
        * For a given path and a locale, if the locale is given, it will prefix the
@@ -322,7 +322,7 @@
           return addPathPrefix(path, `/${locale}`);
         }
         return path;
-      } //# sourceMappingURL=add-locale.js.map // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_jotnbnw7qqibxqoqicinlfiuiu/node_modules/next/dist/esm/shared/lib/router/utils/format-next-pathname-info.js
+      } //# sourceMappingURL=add-locale.js.map // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_jotnbnw7qqibxqoqicinlfiuiu/node_modules/next/dist/esm/shared/lib/router/utils/format-next-pathname-info.js
 
       function formatNextPathnameInfo(info) {
         let pathname = addLocale(
@@ -346,7 +346,7 @@
             ? addPathSuffix(pathname, "/")
             : pathname
           : removeTrailingSlash(pathname);
-      } //# sourceMappingURL=format-next-pathname-info.js.map // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_jotnbnw7qqibxqoqicinlfiuiu/node_modules/next/dist/esm/shared/lib/get-hostname.js
+      } //# sourceMappingURL=format-next-pathname-info.js.map // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_jotnbnw7qqibxqoqicinlfiuiu/node_modules/next/dist/esm/shared/lib/get-hostname.js
 
       /**
        * Takes an object with a hostname property (like a parsed URL) and some
@@ -361,7 +361,7 @@
           parsed.hostname) == null
           ? void 0
           : ref.split(":")[0].toLowerCase();
-      } //# sourceMappingURL=get-hostname.js.map // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_jotnbnw7qqibxqoqicinlfiuiu/node_modules/next/dist/esm/shared/lib/i18n/normalize-locale-path.js
+      } //# sourceMappingURL=get-hostname.js.map // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_jotnbnw7qqibxqoqicinlfiuiu/node_modules/next/dist/esm/shared/lib/i18n/normalize-locale-path.js
 
       /**
        * For a pathname that may include a locale from a list of locales, it
@@ -391,7 +391,7 @@
           pathname,
           detectedLocale
         };
-      } //# sourceMappingURL=normalize-locale-path.js.map // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_jotnbnw7qqibxqoqicinlfiuiu/node_modules/next/dist/esm/shared/lib/router/utils/remove-path-prefix.js
+      } //# sourceMappingURL=normalize-locale-path.js.map // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_jotnbnw7qqibxqoqicinlfiuiu/node_modules/next/dist/esm/shared/lib/router/utils/remove-path-prefix.js
 
       /**
        * Given a path and a prefix it will remove the prefix when it exists in the
@@ -407,7 +407,7 @@
             : `/${withoutPrefix}`;
         }
         return path;
-      } //# sourceMappingURL=remove-path-prefix.js.map // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_jotnbnw7qqibxqoqicinlfiuiu/node_modules/next/dist/esm/shared/lib/router/utils/get-next-pathname-info.js
+      } //# sourceMappingURL=remove-path-prefix.js.map // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_jotnbnw7qqibxqoqicinlfiuiu/node_modules/next/dist/esm/shared/lib/router/utils/get-next-pathname-info.js
 
       function getNextPathnameInfo(pathname, options) {
         var _nextConfig;
@@ -444,7 +444,7 @@
             info.pathname;
         }
         return info;
-      } //# sourceMappingURL=get-next-pathname-info.js.map // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_jotnbnw7qqibxqoqicinlfiuiu/node_modules/next/dist/esm/server/web/next-url.js
+      } //# sourceMappingURL=get-next-pathname-info.js.map // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_jotnbnw7qqibxqoqicinlfiuiu/node_modules/next/dist/esm/server/web/next-url.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) {
@@ -656,9 +656,9 @@
       }
 
       //# sourceMappingURL=next-url.js.map
-      // EXTERNAL MODULE: ./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_jotnbnw7qqibxqoqicinlfiuiu/node_modules/next/dist/compiled/cookie/index.js
-      var cookie = __webpack_require__(2605);
-      var cookie_default = /*#__PURE__*/ __webpack_require__.n(cookie); // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_jotnbnw7qqibxqoqicinlfiuiu/node_modules/next/dist/esm/server/web/spec-extension/cookies.js
+      // EXTERNAL MODULE: ./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_jotnbnw7qqibxqoqicinlfiuiu/node_modules/next/dist/compiled/cookie/index.js
+      var cookie = __webpack_require__(3444);
+      var cookie_default = /*#__PURE__*/ __webpack_require__.n(cookie); // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_jotnbnw7qqibxqoqicinlfiuiu/node_modules/next/dist/esm/server/web/spec-extension/cookies.js
       const normalizeCookieOptions = options => {
         options = Object.assign({}, options);
         if (options.maxAge) {
@@ -777,7 +777,7 @@
             this.response.headers.set("set-cookie", expiredCookies);
           return super.clear();
         };
-      } // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_jotnbnw7qqibxqoqicinlfiuiu/node_modules/next/dist/esm/server/web/spec-extension/request.js
+      } // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_jotnbnw7qqibxqoqicinlfiuiu/node_modules/next/dist/esm/server/web/spec-extension/request.js
 
       //# sourceMappingURL=cookies.js.map
       const INTERNALS = Symbol("internal request");
@@ -851,7 +851,7 @@
         get url() {
           return this[INTERNALS].url.toString();
         }
-      } // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_jotnbnw7qqibxqoqicinlfiuiu/node_modules/next/dist/esm/server/web/spec-extension/response.js
+      } // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_jotnbnw7qqibxqoqicinlfiuiu/node_modules/next/dist/esm/server/web/spec-extension/response.js
 
       //# sourceMappingURL=request.js.map
       const response_INTERNALS = Symbol("internal response");
@@ -951,7 +951,7 @@
             headers
           });
         }
-      } // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_jotnbnw7qqibxqoqicinlfiuiu/node_modules/next/dist/esm/shared/lib/router/utils/relativize-url.js
+      } // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_jotnbnw7qqibxqoqicinlfiuiu/node_modules/next/dist/esm/shared/lib/router/utils/relativize-url.js
 
       //# sourceMappingURL=response.js.map
       /**
@@ -965,7 +965,7 @@
         return `${relative.protocol}//${relative.host}` === origin
           ? relative.toString().replace(origin, "")
           : relative.toString();
-      } //# sourceMappingURL=relativize-url.js.map // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_jotnbnw7qqibxqoqicinlfiuiu/node_modules/next/dist/esm/server/internal-utils.js
+      } //# sourceMappingURL=relativize-url.js.map // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_jotnbnw7qqibxqoqicinlfiuiu/node_modules/next/dist/esm/server/internal-utils.js
 
       const INTERNAL_QUERY_NAMES = [
         "__nextFallback",
@@ -994,7 +994,7 @@
           }
         }
         return searchParams;
-      } // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_jotnbnw7qqibxqoqicinlfiuiu/node_modules/next/dist/esm/shared/lib/router/utils/app-paths.js
+      } // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_jotnbnw7qqibxqoqicinlfiuiu/node_modules/next/dist/esm/shared/lib/router/utils/app-paths.js
 
       //# sourceMappingURL=internal-utils.js.map
       // remove (name) from pathname as it's not considered for routing
@@ -1018,7 +1018,7 @@
       }
       function normalizeRscPath(pathname, enabled) {
         return enabled ? pathname.replace(/\.rsc($|\?)/, "") : pathname;
-      } //# sourceMappingURL=app-paths.js.map // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_jotnbnw7qqibxqoqicinlfiuiu/node_modules/next/dist/esm/server/web/adapter.js
+      } //# sourceMappingURL=app-paths.js.map // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_jotnbnw7qqibxqoqicinlfiuiu/node_modules/next/dist/esm/server/web/adapter.js
 
       class NextRequestHint extends NextRequest {
         constructor(params) {
@@ -1240,12 +1240,12 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
           enumerable: false,
           configurable: false
         });
-      } // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_jotnbnw7qqibxqoqicinlfiuiu/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=!
+      } // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_jotnbnw7qqibxqoqicinlfiuiu/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=!
 
       //# sourceMappingURL=adapter.js.map
       enhanceGlobals();
 
-      var mod = __webpack_require__(8262);
+      var mod = __webpack_require__(4571);
       var handler = mod.middleware || mod.default;
 
       if (typeof handler !== "function") {
@@ -1269,7 +1269,7 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
       /***/
     },
 
-    /***/ 8262: /***/ (
+    /***/ 4571: /***/ (
       __unused_webpack_module,
       __webpack_exports__,
       __webpack_require__
@@ -1281,7 +1281,7 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
         /* harmony export */
       });
       /* harmony import */ var next_server__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
-        6574
+        2901
       );
       /* harmony import */ var next_server__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/ __webpack_require__.n(
         next_server__WEBPACK_IMPORTED_MODULE_0__
@@ -1294,7 +1294,7 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
       /***/
     },
 
-    /***/ 7220: /***/ (__unused_webpack_module, exports) => {
+    /***/ 5429: /***/ (__unused_webpack_module, exports) => {
       "use strict";
 
       Object.defineProperty(exports, "__esModule", {
@@ -1314,7 +1314,7 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
       /***/
     },
 
-    /***/ 4754: /***/ (__unused_webpack_module, exports) => {
+    /***/ 9497: /***/ (__unused_webpack_module, exports) => {
       "use strict";
 
       Object.defineProperty(exports, "__esModule", {
@@ -1352,7 +1352,7 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
       /***/
     },
 
-    /***/ 7190: /***/ (__unused_webpack_module, exports) => {
+    /***/ 5549: /***/ (__unused_webpack_module, exports) => {
       "use strict";
 
       Object.defineProperty(exports, "__esModule", {
@@ -1384,7 +1384,7 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
       /***/
     },
 
-    /***/ 490: /***/ (
+    /***/ 9273: /***/ (
       __unused_webpack_module,
       exports,
       __webpack_require__
@@ -1395,8 +1395,8 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
         value: true
       });
       exports.addLocale = addLocale;
-      var _addPathPrefix = __webpack_require__(2346);
-      var _pathHasPrefix = __webpack_require__(5203);
+      var _addPathPrefix = __webpack_require__(8743);
+      var _pathHasPrefix = __webpack_require__(1612);
       function addLocale(path, locale, defaultLocale, ignorePrefix) {
         if (
           locale &&
@@ -1416,7 +1416,7 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
       /***/
     },
 
-    /***/ 2346: /***/ (
+    /***/ 8743: /***/ (
       __unused_webpack_module,
       exports,
       __webpack_require__
@@ -1427,7 +1427,7 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
         value: true
       });
       exports.addPathPrefix = addPathPrefix;
-      var _parsePath = __webpack_require__(1742);
+      var _parsePath = __webpack_require__(3096);
       function addPathPrefix(path, prefix) {
         if (!path.startsWith("/") || !prefix) {
           return path;
@@ -1439,7 +1439,7 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
       /***/
     },
 
-    /***/ 6781: /***/ (
+    /***/ 442: /***/ (
       __unused_webpack_module,
       exports,
       __webpack_require__
@@ -1450,7 +1450,7 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
         value: true
       });
       exports.addPathSuffix = addPathSuffix;
-      var _parsePath = __webpack_require__(1742);
+      var _parsePath = __webpack_require__(3096);
       function addPathSuffix(path, suffix) {
         if (!path.startsWith("/") || !suffix) {
           return path;
@@ -1462,7 +1462,7 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
       /***/
     },
 
-    /***/ 6451: /***/ (
+    /***/ 4142: /***/ (
       __unused_webpack_module,
       exports,
       __webpack_require__
@@ -1473,10 +1473,10 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
         value: true
       });
       exports.formatNextPathnameInfo = formatNextPathnameInfo;
-      var _removeTrailingSlash = __webpack_require__(4917);
-      var _addPathPrefix = __webpack_require__(2346);
-      var _addPathSuffix = __webpack_require__(6781);
-      var _addLocale = __webpack_require__(490);
+      var _removeTrailingSlash = __webpack_require__(6340);
+      var _addPathPrefix = __webpack_require__(8743);
+      var _addPathSuffix = __webpack_require__(442);
+      var _addLocale = __webpack_require__(9273);
       function formatNextPathnameInfo(info) {
         let pathname = (0, _addLocale).addLocale(
           info.pathname,
@@ -1507,7 +1507,7 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
       /***/
     },
 
-    /***/ 5490: /***/ (
+    /***/ 749: /***/ (
       __unused_webpack_module,
       exports,
       __webpack_require__
@@ -1518,9 +1518,9 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
         value: true
       });
       exports.getNextPathnameInfo = getNextPathnameInfo;
-      var _normalizeLocalePath = __webpack_require__(7190);
-      var _removePathPrefix = __webpack_require__(9548);
-      var _pathHasPrefix = __webpack_require__(5203);
+      var _normalizeLocalePath = __webpack_require__(5549);
+      var _removePathPrefix = __webpack_require__(2328);
+      var _pathHasPrefix = __webpack_require__(1612);
       function getNextPathnameInfo(pathname, options) {
         var _nextConfig;
         const { basePath, i18n, trailingSlash } =
@@ -1570,7 +1570,7 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
       /***/
     },
 
-    /***/ 1742: /***/ (__unused_webpack_module, exports) => {
+    /***/ 3096: /***/ (__unused_webpack_module, exports) => {
       "use strict";
 
       Object.defineProperty(exports, "__esModule", {
@@ -1604,7 +1604,7 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
       /***/
     },
 
-    /***/ 5203: /***/ (
+    /***/ 1612: /***/ (
       __unused_webpack_module,
       exports,
       __webpack_require__
@@ -1615,7 +1615,7 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
         value: true
       });
       exports.pathHasPrefix = pathHasPrefix;
-      var _parsePath = __webpack_require__(1742);
+      var _parsePath = __webpack_require__(3096);
       function pathHasPrefix(path, prefix) {
         if (typeof path !== "string") {
           return false;
@@ -1627,7 +1627,7 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
       /***/
     },
 
-    /***/ 9548: /***/ (
+    /***/ 2328: /***/ (
       __unused_webpack_module,
       exports,
       __webpack_require__
@@ -1638,7 +1638,7 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
         value: true
       });
       exports.removePathPrefix = removePathPrefix;
-      var _pathHasPrefix = __webpack_require__(5203);
+      var _pathHasPrefix = __webpack_require__(1612);
       function removePathPrefix(path, prefix) {
         if ((0, _pathHasPrefix).pathHasPrefix(path, prefix)) {
           const withoutPrefix = path.slice(prefix.length);
@@ -1652,7 +1652,7 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
       /***/
     },
 
-    /***/ 4917: /***/ (__unused_webpack_module, exports) => {
+    /***/ 6340: /***/ (__unused_webpack_module, exports) => {
       "use strict";
 
       Object.defineProperty(exports, "__esModule", {
@@ -1666,7 +1666,7 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
       /***/
     },
 
-    /***/ 2605: /***/ module => {
+    /***/ 3444: /***/ module => {
       var __dirname = "/";
       (() => {
         "use strict";
@@ -1794,7 +1794,7 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
       /***/
     },
 
-    /***/ 2549: /***/ (module, exports, __webpack_require__) => {
+    /***/ 4389: /***/ (module, exports, __webpack_require__) => {
       var __dirname = "/";
       var __WEBPACK_AMD_DEFINE_RESULT__;
       (() => {
@@ -2636,7 +2636,7 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
       /***/
     },
 
-    /***/ 3807: /***/ (__unused_webpack_module, exports) => {
+    /***/ 5355: /***/ (__unused_webpack_module, exports) => {
       "use strict";
 
       Object.defineProperty(exports, "__esModule", {
@@ -2677,7 +2677,7 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
       /***/
     },
 
-    /***/ 6330: /***/ (
+    /***/ 6928: /***/ (
       __unused_webpack_module,
       exports,
       __webpack_require__
@@ -2687,10 +2687,10 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
       Object.defineProperty(exports, "__esModule", {
         value: true
       });
-      var _detectDomainLocale = __webpack_require__(4754);
-      var _formatNextPathnameInfo = __webpack_require__(6451);
-      var _getHostname = __webpack_require__(7220);
-      var _getNextPathnameInfo = __webpack_require__(5490);
+      var _detectDomainLocale = __webpack_require__(9497);
+      var _formatNextPathnameInfo = __webpack_require__(4142);
+      var _getHostname = __webpack_require__(5429);
+      var _getNextPathnameInfo = __webpack_require__(749);
       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) {
         return new URL(
@@ -2910,13 +2910,17 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
       /***/
     },
 
-    /***/ 24: /***/ (__unused_webpack_module, exports, __webpack_require__) => {
+    /***/ 9880: /***/ (
+      __unused_webpack_module,
+      exports,
+      __webpack_require__
+    ) => {
       "use strict";
 
       Object.defineProperty(exports, "__esModule", {
         value: true
       });
-      var _cookie = _interopRequireDefault(__webpack_require__(2605));
+      var _cookie = _interopRequireDefault(__webpack_require__(3444));
       function _interopRequireDefault(obj) {
         return obj && obj.__esModule
           ? obj
@@ -3051,7 +3055,7 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
       /***/
     },
 
-    /***/ 1471: /***/ (
+    /***/ 4921: /***/ (
       __unused_webpack_module,
       exports,
       __webpack_require__
@@ -3063,10 +3067,10 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
         value: true
       };
       __webpack_unused_export__ = void 0;
-      var _nextUrl = __webpack_require__(6330);
-      var _utils = __webpack_require__(8057);
-      var _error = __webpack_require__(3807);
-      var _cookies = __webpack_require__(24);
+      var _nextUrl = __webpack_require__(6928);
+      var _utils = __webpack_require__(3628);
+      var _error = __webpack_require__(5355);
+      var _cookies = __webpack_require__(9880);
       const INTERNALS = Symbol("internal request");
       __webpack_unused_export__ = INTERNALS;
       class NextRequest extends Request {
@@ -3147,7 +3151,7 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
       /***/
     },
 
-    /***/ 1787: /***/ (
+    /***/ 6699: /***/ (
       __unused_webpack_module,
       exports,
       __webpack_require__
@@ -3158,9 +3162,9 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
       __webpack_unused_export__ = {
         value: true
       };
-      var _nextUrl = __webpack_require__(6330);
-      var _utils = __webpack_require__(8057);
-      var _cookies = __webpack_require__(24);
+      var _nextUrl = __webpack_require__(6928);
+      var _utils = __webpack_require__(3628);
+      var _cookies = __webpack_require__(9880);
       const INTERNALS = Symbol("internal response");
       const REDIRECTS = new Set([301, 302, 303, 307, 308]);
       function handleMiddlewareField(init, headers) {
@@ -3269,7 +3273,7 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
       /***/
     },
 
-    /***/ 5028: /***/ (
+    /***/ 2853: /***/ (
       __unused_webpack_module,
       exports,
       __webpack_require__
@@ -3283,7 +3287,7 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
       __webpack_unused_export__ = isBot;
       exports.Nf = userAgentFromString;
       exports.WE = userAgent;
-      var _uaParserJs = _interopRequireDefault(__webpack_require__(2549));
+      var _uaParserJs = _interopRequireDefault(__webpack_require__(4389));
       function _interopRequireDefault(obj) {
         return obj && obj.__esModule
           ? obj
@@ -3311,7 +3315,7 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
       /***/
     },
 
-    /***/ 8057: /***/ (__unused_webpack_module, exports) => {
+    /***/ 3628: /***/ (__unused_webpack_module, exports) => {
       "use strict";
 
       Object.defineProperty(exports, "__esModule", {
@@ -3426,14 +3430,14 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
       /***/
     },
 
-    /***/ 6574: /***/ (module, exports, __webpack_require__) => {
+    /***/ 2901: /***/ (module, exports, __webpack_require__) => {
       const serverExports = {
-        NextRequest: __webpack_require__(1471) /* .NextRequest */.Im,
-        NextResponse: __webpack_require__(1787) /* .NextResponse */.x,
+        NextRequest: __webpack_require__(4921) /* .NextRequest */.Im,
+        NextResponse: __webpack_require__(6699) /* .NextResponse */.x,
         userAgentFromString: __webpack_require__(
-          5028
+          2853
         ) /* .userAgentFromString */.Nf,
-        userAgent: __webpack_require__(5028) /* .userAgent */.WE
+        userAgent: __webpack_require__(2853) /* .userAgent */.WE
       };
 
       if (typeof URLPattern !== "undefined") {
@@ -3459,7 +3463,7 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
     // webpackRuntimeModules
     /******/ var __webpack_exec__ = moduleId =>
       __webpack_require__((__webpack_require__.s = moduleId));
-    /******/ var __webpack_exports__ = __webpack_exec__(8486);
+    /******/ var __webpack_exports__ = __webpack_exec__(544);
     /******/ (_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-19b603b5c9e715d2.js"],
-  "/_error": ["static\u002Fchunks\u002Fpages\u002F_error-a4fdefeeefeb8bdb.js"],
-  "/amp": ["static\u002Fchunks\u002Fpages\u002Famp-c7e6cfef612e310b.js"],
+  "/": ["static\u002Fchunks\u002Fpages\u002Findex-edb4c1a28404c33a.js"],
+  "/_error": ["static\u002Fchunks\u002Fpages\u002F_error-233945050b97e711.js"],
+  "/amp": ["static\u002Fchunks\u002Fpages\u002Famp-3a6674d784ec49b8.js"],
   "/css": [
     "static\u002Fcss\u002F94fdbc56eafa2039.css",
-    "static\u002Fchunks\u002Fpages\u002Fcss-8e2e7e496106d102.js"
+    "static\u002Fchunks\u002Fpages\u002Fcss-08692d468b419728.js"
   ],
   "/dynamic": [
-    "static\u002Fchunks\u002Fpages\u002Fdynamic-42c1aff62b7d7e35.js"
+    "static\u002Fchunks\u002Fpages\u002Fdynamic-76b063afcd3fa177.js"
   ],
   "/edge-ssr": [
-    "static\u002Fchunks\u002Fpages\u002Fedge-ssr-00d1ddc3bd0da5f1.js"
+    "static\u002Fchunks\u002Fpages\u002Fedge-ssr-46e2e752af3efd00.js"
   ],
-  "/head": ["static\u002Fchunks\u002Fpages\u002Fhead-d1f17c388a4cd20d.js"],
-  "/hooks": ["static\u002Fchunks\u002Fpages\u002Fhooks-bdc824f700ab323e.js"],
-  "/image": ["static\u002Fchunks\u002Fpages\u002Fimage-389ee422e9ba78a3.js"],
-  "/link": ["static\u002Fchunks\u002Fpages\u002Flink-e2dbf528cd45c4ef.js"],
+  "/head": ["static\u002Fchunks\u002Fpages\u002Fhead-a9e8de6f66dbf7b6.js"],
+  "/hooks": ["static\u002Fchunks\u002Fpages\u002Fhooks-75505721cc7a0024.js"],
+  "/image": ["static\u002Fchunks\u002Fpages\u002Fimage-ce1a019b1786c62c.js"],
+  "/link": ["static\u002Fchunks\u002Fpages\u002Flink-f3a71ccf4313208c.js"],
   "/routerDirect": [
-    "static\u002Fchunks\u002Fpages\u002FrouterDirect-181d2efdac671075.js"
+    "static\u002Fchunks\u002Fpages\u002FrouterDirect-17427baa8353f731.js"
   ],
-  "/script": ["static\u002Fchunks\u002Fpages\u002Fscript-c262542ac2836eb0.js"],
+  "/script": ["static\u002Fchunks\u002Fpages\u002Fscript-2913249715fd7344.js"],
   "/withRouter": [
-    "static\u002Fchunks\u002Fpages\u002FwithRouter-6b41a768b6043285.js"
+    "static\u002Fchunks\u002Fpages\u002FwithRouter-95ea0a253ae9f0a4.js"
   ],
   sortedPages: [
     "\u002F",
Diff for _app-HASH.js
@@ -1,7 +1,7 @@
 (self["webpackChunk_N_E"] = self["webpackChunk_N_E"] || []).push([
   [888],
   {
-    /***/ 5504: /***/ function(
+    /***/ 600: /***/ 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__(8841);
+          return __webpack_require__(9965);
         }
       ]);
       if (false) {
@@ -24,7 +24,7 @@
       return __webpack_require__((__webpack_require__.s = moduleId));
     };
     /******/ __webpack_require__.O(0, [179], function() {
-      return __webpack_exec__(5504), __webpack_exec__(7211);
+      return __webpack_exec__(600), __webpack_exec__(8743);
     });
     /******/ 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],
   {
-    /***/ 5434: /***/ function(
+    /***/ 48: /***/ 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__(1860);
+          return __webpack_require__(7435);
         }
       ]);
       if (false) {
@@ -24,7 +24,7 @@
       return __webpack_require__((__webpack_require__.s = moduleId));
     };
     /******/ __webpack_require__.O(0, [888, 179], function() {
-      return __webpack_exec__(5434);
+      return __webpack_exec__(48);
     });
     /******/ 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],
   {
-    /***/ 8580: /***/ function(
+    /***/ 7538: /***/ function(
       module,
       __unused_webpack_exports,
       __webpack_require__
     ) {
-      module.exports = __webpack_require__(7585);
+      module.exports = __webpack_require__(6831);
 
       /***/
     },
 
-    /***/ 3387: /***/ function(
+    /***/ 6960: /***/ 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__(8698);
+          return __webpack_require__(4733);
         }
       ]);
       if (false) {
@@ -28,7 +28,7 @@
       /***/
     },
 
-    /***/ 7585: /***/ function(module, exports, __webpack_require__) {
+    /***/ 6831: /***/ function(module, exports, __webpack_require__) {
       "use strict";
 
       Object.defineProperty(exports, "__esModule", {
@@ -37,9 +37,9 @@
       exports.useAmp = useAmp;
       var _interop_require_default = __webpack_require__(7022) /* ["default"] */
         .Z;
-      var _react = _interop_require_default(__webpack_require__(9121));
-      var _ampContext = __webpack_require__(3458);
-      var _ampMode = __webpack_require__(2644);
+      var _react = _interop_require_default(__webpack_require__(9050));
+      var _ampContext = __webpack_require__(7251);
+      var _ampMode = __webpack_require__(3961);
       function useAmp() {
         // Don't assign the context value to a variable to save bytes
         return (0, _ampMode).isInAmpMode(
@@ -61,7 +61,7 @@
       /***/
     },
 
-    /***/ 8698: /***/ function(
+    /***/ 4733: /***/ 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__(
-        8580
+        7538
       );
       /* 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, 179], function() {
-      return __webpack_exec__(3387);
+      return __webpack_exec__(6960);
     });
     /******/ 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],
   {
-    /***/ 5612: /***/ function(
+    /***/ 1507: /***/ 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__(2446);
+          return __webpack_require__(4566);
         }
       ]);
       if (false) {
@@ -18,7 +18,7 @@
       /***/
     },
 
-    /***/ 2446: /***/ function(
+    /***/ 4566: /***/ function(
       __unused_webpack_module,
       __webpack_exports__,
       __webpack_require__
@@ -26,10 +26,10 @@
       "use strict";
       __webpack_require__.r(__webpack_exports__);
       /* harmony import */ var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
-        5922
+        2672
       );
       /* harmony import */ var _css_module_css__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
-        6775
+        1892
       );
       /* harmony import */ var _css_module_css__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/ __webpack_require__.n(
         _css_module_css__WEBPACK_IMPORTED_MODULE_1__
@@ -49,14 +49,14 @@
       /***/
     },
 
-    /***/ 6775: /***/ function(module) {
+    /***/ 1892: /***/ function(module) {
       // extracted by mini-css-extract-plugin
       module.exports = { helloWorld: "css_helloWorld__qqNwY" };
 
       /***/
     },
 
-    /***/ 9750: /***/ function(
+    /***/ 6107: /***/ function(
       __unused_webpack_module,
       exports,
       __webpack_require__
@@ -71,7 +71,7 @@
        * This source code is licensed under the MIT license found in the
        * LICENSE file in the root directory of this source tree.
        */
-      var f = __webpack_require__(9121),
+      var f = __webpack_require__(9050),
         k = Symbol.for("react.element"),
         l = Symbol.for("react.fragment"),
         m = Object.prototype.hasOwnProperty,
@@ -106,7 +106,7 @@
       /***/
     },
 
-    /***/ 5922: /***/ function(
+    /***/ 2672: /***/ function(
       module,
       __unused_webpack_exports,
       __webpack_require__
@@ -114,7 +114,7 @@
       "use strict";
 
       if (true) {
-        module.exports = __webpack_require__(9750);
+        module.exports = __webpack_require__(6107);
       } else {
       }
 
@@ -127,7 +127,7 @@
       return __webpack_require__((__webpack_require__.s = moduleId));
     };
     /******/ __webpack_require__.O(0, [888, 179], function() {
-      return __webpack_exec__(5612);
+      return __webpack_exec__(1507);
     });
     /******/ 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],
   {
-    /***/ 8250: /***/ function(
+    /***/ 5338: /***/ 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__(2728);
+          return __webpack_require__(5644);
         }
       ]);
       if (false) {
@@ -18,7 +18,7 @@
       /***/
     },
 
-    /***/ 3543: /***/ function(module, exports, __webpack_require__) {
+    /***/ 3326: /***/ function(module, exports, __webpack_require__) {
       "use strict";
 
       Object.defineProperty(exports, "__esModule", {
@@ -29,8 +29,8 @@
       var _extends = __webpack_require__(5506) /* ["default"] */.Z;
       var _interop_require_default = __webpack_require__(7022) /* ["default"] */
         .Z;
-      var _react = _interop_require_default(__webpack_require__(9121));
-      var _loadable = _interop_require_default(__webpack_require__(1559));
+      var _react = _interop_require_default(__webpack_require__(9050));
+      var _loadable = _interop_require_default(__webpack_require__(9098));
       function dynamic(dynamicOptions, options) {
         let loadableFn = _loadable.default;
         let loadableOptions = (options == null
@@ -128,7 +128,7 @@
       /***/
     },
 
-    /***/ 4330: /***/ function(
+    /***/ 4250: /***/ function(
       __unused_webpack_module,
       exports,
       __webpack_require__
@@ -141,7 +141,7 @@
       exports.LoadableContext = void 0;
       var _interop_require_default = __webpack_require__(7022) /* ["default"] */
         .Z;
-      var _react = _interop_require_default(__webpack_require__(9121));
+      var _react = _interop_require_default(__webpack_require__(9050));
       const LoadableContext = _react.default.createContext(null);
       exports.LoadableContext = LoadableContext;
       if (false) {
@@ -150,7 +150,7 @@
       /***/
     },
 
-    /***/ 1559: /***/ function(
+    /***/ 9098: /***/ function(
       __unused_webpack_module,
       exports,
       __webpack_require__
@@ -164,9 +164,9 @@
       var _extends = __webpack_require__(5506) /* ["default"] */.Z;
       var _interop_require_default = __webpack_require__(7022) /* ["default"] */
         .Z;
-      var _react = _interop_require_default(__webpack_require__(9121));
-      var _loadableContext = __webpack_require__(4330);
-      const { useSyncExternalStore } = true ? __webpack_require__(9121) : 0;
+      var _react = _interop_require_default(__webpack_require__(9050));
+      var _loadableContext = __webpack_require__(4250);
+      const { useSyncExternalStore } = true ? __webpack_require__(9050) : 0;
       const ALL_INITIALIZERS = [];
       const READY_INITIALIZERS = [];
       let initialized = false;
@@ -416,7 +416,7 @@
       /***/
     },
 
-    /***/ 2728: /***/ function(
+    /***/ 5644: /***/ function(
       __unused_webpack_module,
       __webpack_exports__,
       __webpack_require__
@@ -430,10 +430,10 @@
         /* harmony export */
       });
       /* harmony import */ var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
-        5922
+        2672
       );
       /* harmony import */ var next_dynamic__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
-        6071
+        618
       );
       /* harmony import */ var next_dynamic__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/ __webpack_require__.n(
         next_dynamic__WEBPACK_IMPORTED_MODULE_1__
@@ -442,11 +442,11 @@
       const DynamicHello = next_dynamic__WEBPACK_IMPORTED_MODULE_1___default()(
         () =>
           __webpack_require__
-            .e(/* import() */ 222)
-            .then(__webpack_require__.bind(__webpack_require__, 4222)),
+            .e(/* import() */ 745)
+            .then(__webpack_require__.bind(__webpack_require__, 7745)),
         {
           loadableGenerated: {
-            webpack: () => [/*require.resolve*/ 4222]
+            webpack: () => [/*require.resolve*/ 7745]
           }
         }
       );
@@ -473,7 +473,7 @@
       /***/
     },
 
-    /***/ 9750: /***/ function(
+    /***/ 6107: /***/ function(
       __unused_webpack_module,
       exports,
       __webpack_require__
@@ -488,7 +488,7 @@
        * This source code is licensed under the MIT license found in the
        * LICENSE file in the root directory of this source tree.
        */
-      var f = __webpack_require__(9121),
+      var f = __webpack_require__(9050),
         k = Symbol.for("react.element"),
         l = Symbol.for("react.fragment"),
         m = Object.prototype.hasOwnProperty,
@@ -523,7 +523,7 @@
       /***/
     },
 
-    /***/ 5922: /***/ function(
+    /***/ 2672: /***/ function(
       module,
       __unused_webpack_exports,
       __webpack_require__
@@ -531,19 +531,19 @@
       "use strict";
 
       if (true) {
-        module.exports = __webpack_require__(9750);
+        module.exports = __webpack_require__(6107);
       } else {
       }
 
       /***/
     },
 
-    /***/ 6071: /***/ function(
+    /***/ 618: /***/ function(
       module,
       __unused_webpack_exports,
       __webpack_require__
     ) {
-      module.exports = __webpack_require__(3543);
+      module.exports = __webpack_require__(3326);
 
       /***/
     }
@@ -554,7 +554,7 @@
       return __webpack_require__((__webpack_require__.s = moduleId));
     };
     /******/ __webpack_require__.O(0, [888, 179], function() {
-      return __webpack_exec__(8250);
+      return __webpack_exec__(5338);
     });
     /******/ 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],
   {
-    /***/ 5442: /***/ function(
+    /***/ 8950: /***/ 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__(5775);
+          return __webpack_require__(8812);
         }
       ]);
       if (false) {
@@ -18,7 +18,7 @@
       /***/
     },
 
-    /***/ 5775: /***/ function(
+    /***/ 8812: /***/ function(
       __unused_webpack_module,
       __webpack_exports__,
       __webpack_require__
@@ -50,7 +50,7 @@
       return __webpack_require__((__webpack_require__.s = moduleId));
     };
     /******/ __webpack_require__.O(0, [888, 179], function() {
-      return __webpack_exec__(5442);
+      return __webpack_exec__(8950);
     });
     /******/ 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],
   {
-    /***/ 9876: /***/ function(
+    /***/ 9345: /***/ 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__(38);
+          return __webpack_require__(1777);
         }
       ]);
       if (false) {
@@ -18,7 +18,7 @@
       /***/
     },
 
-    /***/ 38: /***/ function(
+    /***/ 1777: /***/ function(
       __unused_webpack_module,
       __webpack_exports__,
       __webpack_require__
@@ -32,10 +32,10 @@
         /* harmony export */
       });
       /* harmony import */ var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
-        5922
+        2672
       );
       /* harmony import */ var next_head__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
-        33
+        3059
       );
       /* harmony import */ var next_head__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/ __webpack_require__.n(
         next_head__WEBPACK_IMPORTED_MODULE_1__
@@ -69,7 +69,7 @@
       /***/
     },
 
-    /***/ 9750: /***/ function(
+    /***/ 6107: /***/ function(
       __unused_webpack_module,
       exports,
       __webpack_require__
@@ -84,7 +84,7 @@
        * This source code is licensed under the MIT license found in the
        * LICENSE file in the root directory of this source tree.
        */
-      var f = __webpack_require__(9121),
+      var f = __webpack_require__(9050),
         k = Symbol.for("react.element"),
         l = Symbol.for("react.fragment"),
         m = Object.prototype.hasOwnProperty,
@@ -119,7 +119,7 @@
       /***/
     },
 
-    /***/ 5922: /***/ function(
+    /***/ 2672: /***/ function(
       module,
       __unused_webpack_exports,
       __webpack_require__
@@ -127,19 +127,19 @@
       "use strict";
 
       if (true) {
-        module.exports = __webpack_require__(9750);
+        module.exports = __webpack_require__(6107);
       } else {
       }
 
       /***/
     },
 
-    /***/ 33: /***/ function(
+    /***/ 3059: /***/ function(
       module,
       __unused_webpack_exports,
       __webpack_require__
     ) {
-      module.exports = __webpack_require__(5817);
+      module.exports = __webpack_require__(2552);
 
       /***/
     }
@@ -150,7 +150,7 @@
       return __webpack_require__((__webpack_require__.s = moduleId));
     };
     /******/ __webpack_require__.O(0, [888, 179], function() {
-      return __webpack_exec__(9876);
+      return __webpack_exec__(9345);
     });
     /******/ 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],
   {
-    /***/ 4309: /***/ function(
+    /***/ 1995: /***/ 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__(8917);
+          return __webpack_require__(2243);
         }
       ]);
       if (false) {
@@ -18,7 +18,7 @@
       /***/
     },
 
-    /***/ 8917: /***/ function(
+    /***/ 2243: /***/ function(
       __unused_webpack_module,
       __webpack_exports__,
       __webpack_require__
@@ -26,10 +26,10 @@
       "use strict";
       __webpack_require__.r(__webpack_exports__);
       /* harmony import */ var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
-        5922
+        2672
       );
       /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
-        9121
+        9050
       );
 
       /* harmony default export */ __webpack_exports__["default"] = () => {
@@ -77,7 +77,7 @@
       /***/
     },
 
-    /***/ 9750: /***/ function(
+    /***/ 6107: /***/ function(
       __unused_webpack_module,
       exports,
       __webpack_require__
@@ -92,7 +92,7 @@
        * This source code is licensed under the MIT license found in the
        * LICENSE file in the root directory of this source tree.
        */
-      var f = __webpack_require__(9121),
+      var f = __webpack_require__(9050),
         k = Symbol.for("react.element"),
         l = Symbol.for("react.fragment"),
         m = Object.prototype.hasOwnProperty,
@@ -127,7 +127,7 @@
       /***/
     },
 
-    /***/ 5922: /***/ function(
+    /***/ 2672: /***/ function(
       module,
       __unused_webpack_exports,
       __webpack_require__
@@ -135,7 +135,7 @@
       "use strict";
 
       if (true) {
-        module.exports = __webpack_require__(9750);
+        module.exports = __webpack_require__(6107);
       } else {
       }
 
@@ -148,7 +148,7 @@
       return __webpack_require__((__webpack_require__.s = moduleId));
     };
     /******/ __webpack_require__.O(0, [888, 179], function() {
-      return __webpack_exec__(4309);
+      return __webpack_exec__(1995);
     });
     /******/ var __webpack_exports__ = __webpack_require__.O();
     /******/ _N_E = __webpack_exports__;
Diff for image-HASH.js
@@ -1,7 +1,7 @@
 (self["webpackChunk_N_E"] = self["webpackChunk_N_E"] || []).push([
   [358],
   {
-    /***/ 3835: /***/ function(
+    /***/ 1603: /***/ function(
       __unused_webpack_module,
       __unused_webpack_exports,
       __webpack_require__
@@ -9,7 +9,7 @@
       (window.__NEXT_P = window.__NEXT_P || []).push([
         "/image",
         function() {
-          return __webpack_require__(9836);
+          return __webpack_require__(1693);
         }
       ]);
       if (false) {
@@ -18,7 +18,7 @@
       /***/
     },
 
-    /***/ 7436: /***/ function(module, exports, __webpack_require__) {
+    /***/ 459: /***/ function(module, exports, __webpack_require__) {
       "use strict";
 
       Object.defineProperty(exports, "__esModule", {
@@ -34,13 +34,13 @@
       var _object_without_properties_loose = __webpack_require__(
         5997
       ) /* ["default"] */.Z;
-      var _react = _interop_require_wildcard(__webpack_require__(9121));
-      var _head = _interop_require_default(__webpack_require__(5817));
-      var _imageBlurSvg = __webpack_require__(9233);
-      var _imageConfig = __webpack_require__(1886);
-      var _imageConfigContext = __webpack_require__(4445);
-      var _utils = __webpack_require__(7718);
-      var _imageLoader = _interop_require_default(__webpack_require__(2952));
+      var _react = _interop_require_wildcard(__webpack_require__(9050));
+      var _head = _interop_require_default(__webpack_require__(2552));
+      var _imageBlurSvg = __webpack_require__(9751);
+      var _imageConfig = __webpack_require__(6677);
+      var _imageConfigContext = __webpack_require__(5104);
+      var _utils = __webpack_require__(7455);
+      var _imageLoader = _interop_require_default(__webpack_require__(9131));
       function Image(_param) {
         var {
             src,
@@ -631,7 +631,7 @@
       /***/
     },
 
-    /***/ 9233: /***/ function(__unused_webpack_module, exports) {
+    /***/ 9751: /***/ function(__unused_webpack_module, e
Post job cleanup.
[command]/usr/bin/git version
git version 2.38.1
Temporarily overriding HOME='/home/runner/work/_temp/673e5bb5-f786-46b2-a269-62c7e712ebff' 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: badc542cc15584a6cfc2877733fa1c9fefe546aa

@hanneslund hanneslund marked this pull request as ready for review October 18, 2022 15:09
@hanneslund hanneslund marked this pull request as draft October 18, 2022 20:33
@leerob
Copy link
Member

leerob commented Oct 18, 2022

Let's just create this automatically if it doesn't exist, and output a message in the terminal saying it was created 👍

@hanneslund hanneslund changed the title Create root layout button Create root layout Oct 19, 2022
@ijjk
Copy link
Member

ijjk commented Oct 19, 2022

Failing test suites

Commit: 7afa5e1

pnpm testheadless test/integration/amphtml-custom-optimizer/test/index.test.js

  • AMP Custom Optimizer > should build and start for static page
  • AMP Custom Optimizer > should build and start for dynamic page
Expand output

● AMP Custom Optimizer › should build and start for static page

thrown: "Exceeded timeout of 90000 ms for a test.
Use jest.setTimeout(newTimeout) to increase the timeout value, if this is a long-running test."

  15 |
  16 | describe('AMP Custom Optimizer', () => {
> 17 |   it('should build and start for static page', async () => {
     |   ^
  18 |     const { code } = await nextBuild(appDir)
  19 |     expect(code).toBe(0)
  20 |

  at integration/amphtml-custom-optimizer/test/index.test.js:17:3
  at Object.<anonymous> (integration/amphtml-custom-optimizer/test/index.test.js:16:1)

● AMP Custom Optimizer › should build and start for dynamic page

thrown: "Exceeded timeout of 90000 ms for a test.
Use jest.setTimeout(newTimeout) to increase the timeout value, if this is a long-running test."

  34 |   })
  35 |
> 36 |   it('should build and start for dynamic page', async () => {
     |   ^
  37 |     const { code } = await nextBuild(appDir)
  38 |     expect(code).toBe(0)
  39 |

  at integration/amphtml-custom-optimizer/test/index.test.js:36:3
  at Object.<anonymous> (integration/amphtml-custom-optimizer/test/index.test.js:16:1)

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

@hanneslund hanneslund marked this pull request as ready for review October 19, 2022 08:52
ijjk
ijjk previously approved these changes Oct 20, 2022
Copy link
Member

@ijjk ijjk left a comment

Choose a reason for hiding this comment

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

Thanks!

Copy link
Member

@ijjk ijjk left a comment

Choose a reason for hiding this comment

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

Can we expand on this to also auto create for new roots in the tree as well?

E.g. this won't auto-create for a lot of cases since any layout.js in the tree will cause it to bail, we should auto create for any cases where (newroot)/layout.js is missing or top-level layout.js is missing.

@hanneslund hanneslund requested a review from ijjk October 20, 2022 18:11
@ijjk ijjk merged commit a105515 into vercel:canary Oct 23, 2022
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 22, 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

3 participants