Skip to content

Commit

Permalink
Update docs on default metadataBase value (#65428)
Browse files Browse the repository at this point in the history
<!-- Thanks for opening a PR! Your contribution is much appreciated.
To make sure your PR is handled as smoothly as possible we request that
you follow the checklist sections below.
Choose the right checklist for the change(s) that you're making:

## For Contributors

### Improving Documentation

- Run `pnpm prettier-fix` to fix formatting issues before opening the
PR.
- Read the Docs Contribution Guide to ensure your contribution follows
the docs guidelines:
https://nextjs.org/docs/community/contribution-guide

### Adding or Updating Examples

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

### Fixing a bug

- Related issues linked using `fixes #number`
- Tests added. See:
https://github.com/vercel/next.js/blob/canary/contributing/core/testing.md#writing-tests-for-nextjs
- Errors have a helpful link attached, see
https://github.com/vercel/next.js/blob/canary/contributing.md

### Adding a feature

- Implements an existing feature request or RFC. Make sure the feature
request has been accepted for implementation before opening a PR. (A
discussion must be opened, see
https://github.com/vercel/next.js/discussions/new?category=ideas)
- Related issues/discussions are linked using `fixes #number`
- e2e tests added
(https://github.com/vercel/next.js/blob/canary/contributing/core/testing.md#writing-tests-for-nextjs)
- Documentation added
- Telemetry added. In case of a feature if it's used or not.
- Errors have a helpful link attached, see
https://github.com/vercel/next.js/blob/canary/contributing.md


## For Maintainers

- Minimal description (aim for explaining to someone not on the team to
understand the PR)
- When linking to a Slack thread, you might want to share details of the
conclusion
- Link both the Linear (Fixes NEXT-xxx) and the GitHub issues
- Add review comments if necessary to explain to the reviewer the logic
behind a change

### What?

### Why?

### How?

Closes NEXT-
Fixes #

-->

In #65089, `metadataBase` was
changed to use `VERCEL_PROJECT_PRODUCTION_URL` by default. This pull
request updates documentation to reflect that.

---------

Co-authored-by: Sam Ko <sam@vercel.com>
  • Loading branch information
n1ckoates and samcx authored May 7, 2024
1 parent aa9d3f2 commit d302c00
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -428,9 +428,9 @@ export const metadata = {

#### Default value

If not configured, `metadataBase` has a **default value**
If not configured, `metadataBase` has a **default value**.

- When [`VERCEL_URL`](https://vercel.com/docs/concepts/projects/environment-variables/system-environment-variables#:~:text=.-,VERCEL_URL,-The%20domain%20name) is detected: `https://${process.env.VERCEL_URL}` otherwise it falls back to `http://localhost:${process.env.PORT || 3000}`.
- When [`VERCEL_PROJECT_PRODUCTION_URL`](https://vercel.com/docs/concepts/projects/environment-variables/system-environment-variables) or [`VERCEL_URL`](https://vercel.com/docs/concepts/projects/environment-variables/system-environment-variables) is detected, it will be used as the **default value**, otherwise it falls back to `http://localhost:${process.env.PORT || 3000}`. This allows Open Graph images to work on both preview and production deployments.
- When overriding the default, we recommend using environment variables to compute the URL. This allows configuring a URL for local development, staging, and production environments.

#### URL Composition
Expand Down

1 comment on commit d302c00

@ijjk
Copy link
Member

@ijjk ijjk commented on d302c00 May 7, 2024

Choose a reason for hiding this comment

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

Stats from current release

Default Build (Increase detected ⚠️)
General Overall increase ⚠️
vercel/next.js canary v14.2.3 vercel/next.js canary Change
buildDuration 17.9s 19.6s ⚠️ +1.8s
buildDurationCached 10.3s 9.7s N/A
nodeModulesSize 209 MB 345 MB ⚠️ +136 MB
nextStartRea..uration (ms) 472ms 481ms N/A
Client Bundles (main, webpack) Overall increase ⚠️
vercel/next.js canary v14.2.3 vercel/next.js canary Change
2262-HASH.js gzip 5.1 kB 5.05 kB N/A
7522.HASH.js gzip 181 B N/A N/A
8bfde070-HASH.js gzip 53.7 kB N/A N/A
9921-HASH.js gzip 31.5 kB 33.6 kB ⚠️ +2.05 kB
framework-HASH.js gzip 55.8 kB 55.8 kB N/A
main-app-HASH.js gzip 242 B 227 B N/A
main-HASH.js gzip 32.9 kB 32.3 kB N/A
webpack-HASH.js gzip 1.74 kB 1.7 kB N/A
1859.HASH.js gzip N/A 169 B N/A
f4e28338-HASH.js gzip N/A 50.8 kB N/A
Overall change 31.5 kB 33.6 kB ⚠️ +2.05 kB
Legacy Client Bundles (polyfills)
vercel/next.js canary v14.2.3 vercel/next.js canary Change
polyfills-HASH.js gzip 31 kB 31 kB
Overall change 31 kB 31 kB
Client Pages
vercel/next.js canary v14.2.3 vercel/next.js canary Change
_app-HASH.js gzip 195 B 193 B N/A
_error-HASH.js gzip 184 B 192 B N/A
amp-HASH.js gzip 507 B 511 B N/A
css-HASH.js gzip 322 B 342 B N/A
dynamic-HASH.js gzip 2.5 kB 2.52 kB N/A
edge-ssr-HASH.js gzip 258 B 265 B N/A
head-HASH.js gzip 352 B 365 B N/A
hooks-HASH.js gzip 372 B 392 B N/A
image-HASH.js gzip 4.27 kB 4.27 kB
index-HASH.js gzip 259 B 268 B N/A
link-HASH.js gzip 2.67 kB 2.69 kB N/A
routerDirect..HASH.js gzip 314 B 329 B N/A
script-HASH.js gzip 380 B 396 B N/A
withRouter-HASH.js gzip 310 B 324 B N/A
1afbb74e6ecf..834.css gzip 106 B 106 B
Overall change 4.38 kB 4.38 kB
Client Build Manifests
vercel/next.js canary v14.2.3 vercel/next.js canary Change
_buildManifest.js gzip 482 B 485 B N/A
Overall change 0 B 0 B
Rendered Page Sizes
vercel/next.js canary v14.2.3 vercel/next.js canary Change
index.html gzip 527 B 530 B N/A
link.html gzip 540 B 543 B N/A
withRouter.html gzip 521 B 524 B N/A
Overall change 0 B 0 B
Edge SSR bundle Size Overall increase ⚠️
vercel/next.js canary v14.2.3 vercel/next.js canary Change
edge-ssr.js gzip 135 kB 120 kB N/A
page.js gzip 172 kB 180 kB ⚠️ +7.89 kB
Overall change 172 kB 180 kB ⚠️ +7.89 kB
Middleware size Overall increase ⚠️
vercel/next.js canary v14.2.3 vercel/next.js canary Change
middleware-b..fest.js gzip 622 B 624 B N/A
middleware-r..fest.js gzip 155 B 156 B N/A
middleware.js gzip 25.5 kB 25.7 kB ⚠️ +205 B
edge-runtime..pack.js gzip 839 B 839 B
Overall change 26.4 kB 26.6 kB ⚠️ +205 B
Next Runtimes Overall increase ⚠️
vercel/next.js canary v14.2.3 vercel/next.js canary Change
app-page-exp...dev.js gzip 171 kB 174 kB ⚠️ +3.28 kB
app-page-exp..prod.js gzip 97.5 kB 106 kB ⚠️ +8.7 kB
app-page-tur..prod.js gzip 99.3 kB 115 kB ⚠️ +16 kB
app-page-tur..prod.js gzip 93.5 kB 95 kB ⚠️ +1.42 kB
app-page.run...dev.js gzip 145 kB 160 kB ⚠️ +15.2 kB
app-page.run..prod.js gzip 92 kB 93.6 kB ⚠️ +1.57 kB
app-route-ex...dev.js gzip 21.5 kB 20.9 kB N/A
app-route-ex..prod.js gzip 15.1 kB 15 kB N/A
app-route-tu..prod.js gzip 15.1 kB 15 kB N/A
app-route-tu..prod.js gzip 14.9 kB 14.8 kB N/A
app-route.ru...dev.js gzip 21.2 kB 20.7 kB N/A
app-route.ru..prod.js gzip 14.9 kB 14.8 kB N/A
pages-api-tu..prod.js gzip 9.55 kB 9.55 kB
pages-api.ru...dev.js gzip 9.82 kB 9.82 kB
pages-api.ru..prod.js gzip 9.55 kB 9.55 kB
pages-turbo...prod.js gzip 22.5 kB 21.5 kB N/A
pages.runtim...dev.js gzip 23.1 kB 22 kB N/A
pages.runtim..prod.js gzip 22.5 kB 21.4 kB N/A
server.runti..prod.js gzip 65 kB 51.8 kB N/A
Overall change 726 kB 773 kB ⚠️ +46.2 kB
build cache Overall increase ⚠️
vercel/next.js canary v14.2.3 vercel/next.js canary Change
0.pack gzip 1.59 MB 1.64 MB ⚠️ +51.3 kB
index.pack gzip 111 kB 126 kB ⚠️ +15.1 kB
Overall change 1.7 MB 1.77 MB ⚠️ +66.4 kB
Diff details
Diff for page.js

Diff too large to display

Diff for middleware.js

Diff too large to display

Diff for edge-ssr.js

Diff too large to display

Diff for _app-HASH.js
@@ -1,15 +1,15 @@
 (self["webpackChunk_N_E"] = self["webpackChunk_N_E"] || []).push([
   [2888],
   {
-    /***/ 547: /***/ function (
+    /***/ 7075: /***/ (
       __unused_webpack_module,
       __unused_webpack_exports,
       __webpack_require__
-    ) {
+    ) => {
       (window.__NEXT_P = window.__NEXT_P || []).push([
         "/_app",
         function () {
-          return __webpack_require__(7833);
+          return __webpack_require__(5949);
         },
       ]);
       if (false) {
@@ -18,14 +18,15 @@
       /***/
     },
   },
-  /******/ function (__webpack_require__) {
+  /******/ (__webpack_require__) => {
     // webpackRuntimeModules
-    /******/ var __webpack_exec__ = function (moduleId) {
-      return __webpack_require__((__webpack_require__.s = moduleId));
-    };
-    /******/ __webpack_require__.O(0, [9774, 179], function () {
-      return __webpack_exec__(547), __webpack_exec__(430);
-    });
+    /******/ var __webpack_exec__ = (moduleId) =>
+      __webpack_require__((__webpack_require__.s = moduleId));
+    /******/ __webpack_require__.O(
+      0,
+      [9774, 179],
+      () => (__webpack_exec__(7075), __webpack_exec__(8280))
+    );
     /******/ var __webpack_exports__ = __webpack_require__.O();
     /******/ _N_E = __webpack_exports__;
     /******/
Diff for _error-HASH.js
@@ -1,15 +1,15 @@
 (self["webpackChunk_N_E"] = self["webpackChunk_N_E"] || []).push([
   [4820],
   {
-    /***/ 7718: /***/ function (
+    /***/ 9993: /***/ (
       __unused_webpack_module,
       __unused_webpack_exports,
       __webpack_require__
-    ) {
+    ) => {
       (window.__NEXT_P = window.__NEXT_P || []).push([
         "/_error",
         function () {
-          return __webpack_require__(5251);
+          return __webpack_require__(9757);
         },
       ]);
       if (false) {
@@ -18,14 +18,13 @@
       /***/
     },
   },
-  /******/ function (__webpack_require__) {
+  /******/ (__webpack_require__) => {
     // webpackRuntimeModules
-    /******/ var __webpack_exec__ = function (moduleId) {
-      return __webpack_require__((__webpack_require__.s = moduleId));
-    };
-    /******/ __webpack_require__.O(0, [2888, 9774, 179], function () {
-      return __webpack_exec__(7718);
-    });
+    /******/ var __webpack_exec__ = (moduleId) =>
+      __webpack_require__((__webpack_require__.s = moduleId));
+    /******/ __webpack_require__.O(0, [2888, 9774, 179], () =>
+      __webpack_exec__(9993)
+    );
     /******/ var __webpack_exports__ = __webpack_require__.O();
     /******/ _N_E = __webpack_exports__;
     /******/
Diff for amp-HASH.js
@@ -1,25 +1,25 @@
 (self["webpackChunk_N_E"] = self["webpackChunk_N_E"] || []).push([
   [216],
   {
-    /***/ 4553: /***/ function (
+    /***/ 6766: /***/ (
       module,
       __unused_webpack_exports,
       __webpack_require__
-    ) {
-      module.exports = __webpack_require__(8594);
+    ) => {
+      module.exports = __webpack_require__(6172);
 
       /***/
     },
 
-    /***/ 1657: /***/ function (
+    /***/ 9234: /***/ (
       __unused_webpack_module,
       __unused_webpack_exports,
       __webpack_require__
-    ) {
+    ) => {
       (window.__NEXT_P = window.__NEXT_P || []).push([
         "/amp",
         function () {
-          return __webpack_require__(4503);
+          return __webpack_require__(3338);
         },
       ]);
       if (false) {
@@ -28,7 +28,7 @@
       /***/
     },
 
-    /***/ 8594: /***/ function (module, exports, __webpack_require__) {
+    /***/ 6172: /***/ (module, exports, __webpack_require__) => {
       "use strict";
 
       Object.defineProperty(exports, "__esModule", {
@@ -40,12 +40,12 @@
           return useAmp;
         },
       });
-      const _interop_require_default = __webpack_require__(2430);
+      const _interop_require_default = __webpack_require__(1478);
       const _react = /*#__PURE__*/ _interop_require_default._(
         __webpack_require__(1562)
       );
-      const _ampcontextsharedruntime = __webpack_require__(4787);
-      const _ampmode = __webpack_require__(7476);
+      const _ampcontextsharedruntime = __webpack_require__(5607);
+      const _ampmode = __webpack_require__(9255);
       function useAmp() {
         // Don't assign the context value to a variable to save bytes
         return (0, _ampmode.isInAmpMode)(
@@ -67,24 +67,20 @@
       /***/
     },
 
-    /***/ 4503: /***/ function (
+    /***/ 3338: /***/ (
       __unused_webpack_module,
       __webpack_exports__,
       __webpack_require__
-    ) {
+    ) => {
       "use strict";
       __webpack_require__.r(__webpack_exports__);
       /* harmony export */ __webpack_require__.d(__webpack_exports__, {
-        /* harmony export */ config: function () {
-          return /* binding */ config;
-        },
-        /* harmony export */ default: function () {
-          return /* binding */ Amp;
-        },
+        /* harmony export */ config: () => /* binding */ config,
+        /* harmony export */ default: () => /* binding */ Amp,
         /* harmony export */
       });
       /* harmony import */ var next_amp__WEBPACK_IMPORTED_MODULE_0__ =
-        __webpack_require__(4553);
+        __webpack_require__(6766);
       /* harmony import */ var next_amp__WEBPACK_IMPORTED_MODULE_0___default =
         /*#__PURE__*/ __webpack_require__.n(
           next_amp__WEBPACK_IMPORTED_MODULE_0__
@@ -102,14 +98,13 @@
       /***/
     },
   },
-  /******/ function (__webpack_require__) {
+  /******/ (__webpack_require__) => {
     // webpackRuntimeModules
-    /******/ var __webpack_exec__ = function (moduleId) {
-      return __webpack_require__((__webpack_require__.s = moduleId));
-    };
-    /******/ __webpack_require__.O(0, [2888, 9774, 179], function () {
-      return __webpack_exec__(1657);
-    });
+    /******/ var __webpack_exec__ = (moduleId) =>
+      __webpack_require__((__webpack_require__.s = moduleId));
+    /******/ __webpack_require__.O(0, [2888, 9774, 179], () =>
+      __webpack_exec__(9234)
+    );
     /******/ var __webpack_exports__ = __webpack_require__.O();
     /******/ _N_E = __webpack_exports__;
     /******/
Diff for css-HASH.js
@@ -1,15 +1,15 @@
 (self["webpackChunk_N_E"] = self["webpackChunk_N_E"] || []).push([
   [4706],
   {
-    /***/ 236: /***/ function (
+    /***/ 5854: /***/ (
       __unused_webpack_module,
       __unused_webpack_exports,
       __webpack_require__
-    ) {
+    ) => {
       (window.__NEXT_P = window.__NEXT_P || []).push([
         "/css",
         function () {
-          return __webpack_require__(535);
+          return __webpack_require__(4461);
         },
       ]);
       if (false) {
@@ -18,17 +18,21 @@
       /***/
     },
 
-    /***/ 535: /***/ function (
+    /***/ 4461: /***/ (
       __unused_webpack_module,
       __webpack_exports__,
       __webpack_require__
-    ) {
+    ) => {
       "use strict";
       __webpack_require__.r(__webpack_exports__);
+      /* harmony export */ __webpack_require__.d(__webpack_exports__, {
+        /* harmony export */ default: () => __WEBPACK_DEFAULT_EXPORT__,
+        /* harmony export */
+      });
       /* harmony import */ var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__ =
         __webpack_require__(3456);
       /* harmony import */ var _css_module_css__WEBPACK_IMPORTED_MODULE_1__ =
-        __webpack_require__(6256);
+        __webpack_require__(7747);
       /* harmony import */ var _css_module_css__WEBPACK_IMPORTED_MODULE_1___default =
         /*#__PURE__*/ __webpack_require__.n(
           _css_module_css__WEBPACK_IMPORTED_MODULE_1__
@@ -43,26 +47,25 @@
             children: "Hello world \uD83D\uDC4B",
           }
         );
-      /* harmony default export */ __webpack_exports__["default"] = Page;
+      /* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = Page;
 
       /***/
     },
 
-    /***/ 6256: /***/ function (module) {
+    /***/ 7747: /***/ (module) => {
       // extracted by mini-css-extract-plugin
       module.exports = { helloWorld: "css_helloWorld__aUdUq" };
 
       /***/
     },
   },
-  /******/ function (__webpack_require__) {
+  /******/ (__webpack_require__) => {
     // webpackRuntimeModules
-    /******/ var __webpack_exec__ = function (moduleId) {
-      return __webpack_require__((__webpack_require__.s = moduleId));
-    };
-    /******/ __webpack_require__.O(0, [2888, 9774, 179], function () {
-      return __webpack_exec__(236);
-    });
+    /******/ var __webpack_exec__ = (moduleId) =>
+      __webpack_require__((__webpack_require__.s = moduleId));
+    /******/ __webpack_require__.O(0, [2888, 9774, 179], () =>
+      __webpack_exec__(5854)
+    );
     /******/ var __webpack_exports__ = __webpack_require__.O();
     /******/ _N_E = __webpack_exports__;
     /******/
Diff for dynamic-HASH.js
@@ -1,15 +1,15 @@
 (self["webpackChunk_N_E"] = self["webpackChunk_N_E"] || []).push([
   [2739],
   {
-    /***/ 3662: /***/ function (
+    /***/ 9195: /***/ (
       __unused_webpack_module,
       __unused_webpack_exports,
       __webpack_require__
-    ) {
+    ) => {
       (window.__NEXT_P = window.__NEXT_P || []).push([
         "/dynamic",
         function () {
-          return __webpack_require__(4377);
+          return __webpack_require__(6882);
         },
       ]);
       if (false) {
@@ -18,7 +18,7 @@
       /***/
     },
 
-    /***/ 5272: /***/ function (module, exports, __webpack_require__) {
+    /***/ 6377: /***/ (module, exports, __webpack_require__) => {
       "use strict";
 
       Object.defineProperty(exports, "__esModule", {
@@ -45,13 +45,13 @@
           return noSSR;
         },
       });
-      const _interop_require_default = __webpack_require__(2430);
+      const _interop_require_default = __webpack_require__(1478);
       const _jsxruntime = __webpack_require__(3456);
       const _react = /*#__PURE__*/ _interop_require_default._(
         __webpack_require__(1562)
       );
       const _loadablesharedruntime = /*#__PURE__*/ _interop_require_default._(
-        __webpack_require__(4125)
+        __webpack_require__(7187)
       );
       const isServerSide = "object" === "undefined";
       // Normalize loader to return the module as form { default: Component } for `React.lazy`.
@@ -152,11 +152,11 @@
       /***/
     },
 
-    /***/ 233: /***/ function (
+    /***/ 9337: /***/ (
       __unused_webpack_module,
       exports,
       __webpack_require__
-    ) {
+    ) => {
       "use strict";
       /* __next_internal_client_entry_do_not_use__  cjs */
       Object.defineProperty(exports, "__esModule", {
@@ -168,7 +168,7 @@
           return LoadableContext;
         },
       });
-      const _interop_require_default = __webpack_require__(2430);
+      const _interop_require_default = __webpack_require__(1478);
       const _react = /*#__PURE__*/ _interop_require_default._(
         __webpack_require__(1562)
       );
@@ -179,11 +179,11 @@
       /***/
     },
 
-    /***/ 4125: /***/ function (
+    /***/ 7187: /***/ (
       __unused_webpack_module,
       exports,
       __webpack_require__
-    ) {
+    ) => {
       "use strict";
       // TODO: Remove use of `any` type.
       /**
@@ -217,11 +217,11 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE
           return _default;
         },
       });
-      const _interop_require_default = __webpack_require__(2430);
+      const _interop_require_default = __webpack_require__(1478);
       const _react = /*#__PURE__*/ _interop_require_default._(
         __webpack_require__(1562)
       );
-      const _loadablecontextsharedruntime = __webpack_require__(233);
+      const _loadablecontextsharedruntime = __webpack_require__(9337);
       function resolve(obj) {
         return obj && obj.default ? obj.default : obj;
       }
@@ -456,23 +456,22 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE
       /***/
     },
 
-    /***/ 4377: /***/ function (
+    /***/ 6882: /***/ (
       __unused_webpack_module,
       __webpack_exports__,
       __webpack_require__
-    ) {
+    ) => {
       "use strict";
       __webpack_require__.r(__webpack_exports__);
       /* harmony export */ __webpack_require__.d(__webpack_exports__, {
-        /* harmony export */ __N_SSP: function () {
-          return /* binding */ __N_SSP;
-        },
+        /* harmony export */ __N_SSP: () => /* binding */ __N_SSP,
+        /* harmony export */ default: () => __WEBPACK_DEFAULT_EXPORT__,
         /* harmony export */
       });
       /* harmony import */ var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__ =
         __webpack_require__(3456);
       /* harmony import */ var next_dynamic__WEBPACK_IMPORTED_MODULE_1__ =
-        __webpack_require__(8014);
+        __webpack_require__(3023);
       /* harmony import */ var next_dynamic__WEBPACK_IMPORTED_MODULE_1___default =
         /*#__PURE__*/ __webpack_require__.n(
           next_dynamic__WEBPACK_IMPORTED_MODULE_1__
@@ -481,11 +480,11 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE
       const DynamicHello = next_dynamic__WEBPACK_IMPORTED_MODULE_1___default()(
         () =>
           __webpack_require__
-            .e(/* import() */ 7522)
-            .then(__webpack_require__.bind(__webpack_require__, 7522)),
+            .e(/* import() */ 1859)
+            .then(__webpack_require__.bind(__webpack_require__, 1859)),
         {
           loadableGenerated: {
-            webpack: () => [/*require.resolve*/ 7522],
+            webpack: () => [/*require.resolve*/ 1859],
           },
         }
       );
@@ -507,29 +506,28 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE
           }
         );
       var __N_SSP = true;
-      /* harmony default export */ __webpack_exports__["default"] = Page;
+      /* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = Page;
 
       /***/
     },
 
-    /***/ 8014: /***/ function (
+    /***/ 3023: /***/ (
       module,
       __unused_webpack_exports,
       __webpack_require__
-    ) {
-      module.exports = __webpack_require__(5272);
+    ) => {
+      module.exports = __webpack_require__(6377);
 
       /***/
     },
   },
-  /******/ function (__webpack_require__) {
+  /******/ (__webpack_require__) => {
     // webpackRuntimeModules
-    /******/ var __webpack_exec__ = function (moduleId) {
-      return __webpack_require__((__webpack_require__.s = moduleId));
-    };
-    /******/ __webpack_require__.O(0, [2888, 9774, 179], function () {
-      return __webpack_exec__(3662);
-    });
+    /******/ var __webpack_exec__ = (moduleId) =>
+      __webpack_require__((__webpack_require__.s = moduleId));
+    /******/ __webpack_require__.O(0, [2888, 9774, 179], () =>
+      __webpack_exec__(9195)
+    );
     /******/ var __webpack_exports__ = __webpack_require__.O();
     /******/ _N_E = __webpack_exports__;
     /******/
Diff for edge-ssr-HASH.js
@@ -1,15 +1,15 @@
 (self["webpackChunk_N_E"] = self["webpackChunk_N_E"] || []).push([
   [8800],
   {
-    /***/ 3313: /***/ function (
+    /***/ 4403: /***/ (
       __unused_webpack_module,
       __unused_webpack_exports,
       __webpack_require__
-    ) {
+    ) => {
       (window.__NEXT_P = window.__NEXT_P || []).push([
         "/edge-ssr",
         function () {
-          return __webpack_require__(5380);
+          return __webpack_require__(7914);
         },
       ]);
       if (false) {
@@ -18,20 +18,16 @@
       /***/
     },
 
-    /***/ 5380: /***/ function (
+    /***/ 7914: /***/ (
       __unused_webpack_module,
       __webpack_exports__,
       __webpack_require__
-    ) {
+    ) => {
       "use strict";
       __webpack_require__.r(__webpack_exports__);
       /* harmony export */ __webpack_require__.d(__webpack_exports__, {
-        /* harmony export */ default: function () {
-          return /* binding */ page;
-        },
-        /* harmony export */ runtime: function () {
-          return /* binding */ runtime;
-        },
+        /* harmony export */ default: () => /* binding */ page,
+        /* harmony export */ runtime: () => /* binding */ runtime,
         /* harmony export */
       });
       function page() {
@@ -42,14 +38,13 @@
       /***/
     },
   },
-  /******/ function (__webpack_require__) {
+  /******/ (__webpack_require__) => {
     // webpackRuntimeModules
-    /******/ var __webpack_exec__ = function (moduleId) {
-      return __webpack_require__((__webpack_require__.s = moduleId));
-    };
-    /******/ __webpack_require__.O(0, [2888, 9774, 179], function () {
-      return __webpack_exec__(3313);
-    });
+    /******/ var __webpack_exec__ = (moduleId) =>
+      __webpack_require__((__webpack_require__.s = moduleId));
+    /******/ __webpack_require__.O(0, [2888, 9774, 179], () =>
+      __webpack_exec__(4403)
+    );
     /******/ var __webpack_exports__ = __webpack_require__.O();
     /******/ _N_E = __webpack_exports__;
     /******/
Diff for head-HASH.js
@@ -1,15 +1,15 @@
 (self["webpackChunk_N_E"] = self["webpackChunk_N_E"] || []).push([
   [8645],
   {
-    /***/ 3646: /***/ function (
+    /***/ 7240: /***/ (
       __unused_webpack_module,
       __unused_webpack_exports,
       __webpack_require__
-    ) {
+    ) => {
       (window.__NEXT_P = window.__NEXT_P || []).push([
         "/head",
         function () {
-          return __webpack_require__(8823);
+          return __webpack_require__(4626);
         },
       ]);
       if (false) {
@@ -18,23 +18,22 @@
       /***/
     },
 
-    /***/ 8823: /***/ function (
+    /***/ 4626: /***/ (
       __unused_webpack_module,
       __webpack_exports__,
       __webpack_require__
-    ) {
+    ) => {
       "use strict";
       __webpack_require__.r(__webpack_exports__);
       /* harmony export */ __webpack_require__.d(__webpack_exports__, {
-        /* harmony export */ __N_SSP: function () {
-          return /* binding */ __N_SSP;
-        },
+        /* harmony export */ __N_SSP: () => /* binding */ __N_SSP,
+        /* harmony export */ default: () => __WEBPACK_DEFAULT_EXPORT__,
         /* harmony export */
       });
       /* harmony import */ var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__ =
         __webpack_require__(3456);
       /* harmony import */ var next_head__WEBPACK_IMPORTED_MODULE_1__ =
-        __webpack_require__(4293);
+        __webpack_require__(2637);
       /* harmony import */ var next_head__WEBPACK_IMPORTED_MODULE_1___default =
         /*#__PURE__*/ __webpack_require__.n(
           next_head__WEBPACK_IMPORTED_MODULE_1__
@@ -63,29 +62,28 @@
           }
         );
       var __N_SSP = true;
-      /* harmony default export */ __webpack_exports__["default"] = Page;
+      /* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = Page;
 
       /***/
     },
 
-    /***/ 4293: /***/ function (
+    /***/ 2637: /***/ (
       module,
       __unused_webpack_exports,
       __webpack_require__
-    ) {
-      module.exports = __webpack_require__(8279);
+    ) => {
+      module.exports = __webpack_require__(5691);
 
       /***/
     },
   },
-  /******/ function (__webpack_require__) {
+  /******/ (__webpack_require__) => {
     // webpackRuntimeModules
-    /******/ var __webpack_exec__ = function (moduleId) {
-      return __webpack_require__((__webpack_require__.s = moduleId));
-    };
-    /******/ __webpack_require__.O(0, [2888, 9774, 179], function () {
-      return __webpack_exec__(3646);
-    });
+    /******/ var __webpack_exec__ = (moduleId) =>
+      __webpack_require__((__webpack_require__.s = moduleId));
+    /******/ __webpack_require__.O(0, [2888, 9774, 179], () =>
+      __webpack_exec__(7240)
+    );
     /******/ var __webpack_exports__ = __webpack_require__.O();
     /******/ _N_E = __webpack_exports__;
     /******/
Diff for hooks-HASH.js
@@ -1,15 +1,15 @@
 (self["webpackChunk_N_E"] = self["webpackChunk_N_E"] || []).push([
   [757],
   {
-    /***/ 9426: /***/ function (
+    /***/ 9393: /***/ (
       __unused_webpack_module,
       __unused_webpack_exports,
       __webpack_require__
-    ) {
+    ) => {
       (window.__NEXT_P = window.__NEXT_P || []).push([
         "/hooks",
         function () {
-          return __webpack_require__(1016);
+          return __webpack_require__(4987);
         },
       ]);
       if (false) {
@@ -18,19 +18,23 @@
       /***/
     },
 
-    /***/ 1016: /***/ function (
+    /***/ 4987: /***/ (
       __unused_webpack_module,
       __webpack_exports__,
       __webpack_require__
-    ) {
+    ) => {
       "use strict";
       __webpack_require__.r(__webpack_exports__);
+      /* harmony export */ __webpack_require__.d(__webpack_exports__, {
+        /* harmony export */ default: () => __WEBPACK_DEFAULT_EXPORT__,
+        /* harmony export */
+      });
       /* harmony import */ var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__ =
         __webpack_require__(3456);
       /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_1__ =
         __webpack_require__(1562);
 
-      /* harmony default export */ __webpack_exports__["default"] = () => {
+      /* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = () => {
         const [clicks1, setClicks1] =
           react__WEBPACK_IMPORTED_MODULE_1__.useState(0);
         const [clicks2, setClicks2] = (0,
@@ -73,14 +77,13 @@
       /***/
     },
   },
-  /******/ function (__webpack_require__) {
+  /******/ (__webpack_require__) => {
     // webpackRuntimeModules
-    /******/ var __webpack_exec__ = function (moduleId) {
-      return __webpack_require__((__webpack_require__.s = moduleId));
-    };
-    /******/ __webpack_require__.O(0, [2888, 9774, 179], function () {
-      return __webpack_exec__(9426);
-    });
+    /******/ var __webpack_exec__ = (moduleId) =>
+      __webpack_require__((__webpack_require__.s = moduleId));
+    /******/ __webpack_require__.O(0, [2888, 9774, 179], () =>
+      __webpack_exec__(9393)
+    );
     /******/ var __webpack_exports__ = __webpack_require__.O();
     /******/ _N_E = __webpack_exports__;
     /******/
Diff for image-HASH.js
@@ -1,15 +1,15 @@
 (self["webpackChunk_N_E"] = self["webpackChunk_N_E"] || []).push([
   [8358],
   {
-    /***/ 5497: /***/ function (
+    /***/ 2307: /***/ (
       __unused_webpack_module,
       __unused_webpack_exports,
       __webpack_require__
-    ) {
+    ) => {
       (window.__NEXT_P = window.__NEXT_P || []).push([
         "/image",
         function () {
-          return __webpack_require__(7374);
+          return __webpack_require__(6812);
         },
       ]);
       if (false) {
@@ -18,7 +18,7 @@
       /***/
     },
 
-    /***/ 3508: /***/ function (module, exports, __webpack_require__) {
+    /***/ 6470: /***/ (module, exports, __webpack_require__) => {
       "use strict";
       /* __next_internal_client_entry_do_not_use__  cjs */
       Object.defineProperty(exports, "__esModule", {
@@ -30,8 +30,8 @@
           return Image;
         },
       });
-      const _interop_require_default = __webpack_require__(2430);
-      const _interop_require_wildcard = __webpack_require__(1778);
+      const _interop_require_default = __webpack_require__(1478);
+      const _interop_require_wildcard = __webpack_require__(5230);
       const _jsxruntime = __webpack_require__(3456);
       const _react = /*#__PURE__*/ _interop_require_wildcard._(
         __webpack_require__(1562)
@@ -40,15 +40,15 @@
         __webpack_require__(5439)
       );
       const _head = /*#__PURE__*/ _interop_require_default._(
-        __webpack_require__(8279)
+        __webpack_require__(5691)
       );
-      const _getimgprops = __webpack_require__(1598);
-      const _imageconfig = __webpack_require__(134);
-      const _imageconfigcontextsharedruntime = __webpack_require__(7837);
-      const _warnonce = __webpack_require__(8099);
-      const _routercontextsharedruntime = __webpack_require__(7475);
+      const _getimgprops = __webpack_require__(2069);
+      const _imageconfig = __webpack_require__(8526);
+      const _imageconfigcontextsharedruntime = __webpack_require__(2608);
+      const _warnonce = __webpack_require__(8309);
+      const _routercontextsharedruntime = __webpack_require__(4990);
       const _imageloader = /*#__PURE__*/ _interop_require_default._(
-        __webpack_require__(9190)
+        __webpack_require__(7291)
       );
       // This is replaced by webpack define plugin
       const configEnv = {
@@ -129,11 +129,8 @@
         });
       }
       function getDynamicProps(fetchPriority) {
-        const [majorStr, minorStr] = _react.version.split(".", 2);
-        const major = parseInt(majorStr, 10);
-        const minor = parseInt(minorStr, 10);
-        if (major > 18 || (major === 18 && minor >= 3)) {
-          // In React 18.3.0 or newer, we must use camelCase
+        if (Boolean(_react.use)) {
+          // In React 19.0.0 or newer, we must use camelCase
           // prop to avoid "Warning: Invalid DOM property".
           // See https://github.com/facebook/react/pull/25927
           return {
@@ -379,11 +376,11 @@
       /***/
     },
 
-    /***/ 1598: /***/ function (
+    /***/ 2069: /***/ (
       __unused_webpack_module,
       exports,
       __webpack_require__
-    ) {
+    ) => {
       "use strict";
 
       Object.defineProperty(exports, "__esModule", {
@@ -395,9 +392,9 @@
           return getImgProps;
         },
       });
-      const _warnonce = __webpack_require__(8099);
-      const _imageblursvg = __webpack_require__(6874);
-      const _imageconfig = __webpack_require__(134);
+      const _warnonce = __webpack_require__(8309);
+      const _imageblursvg = __webpack_require__(7976);
+      const _imageconfig = __webpack_require__(8526);
       const VALID_LOADING_VALUES =
         /* unused pure expression or super */ null && [
           "lazy",
@@ -772,7 +769,7 @@
       /***/
     },
 
-    /***/ 6874: /***/ function (__unused_webpack_module, exports) {
+    /***/ 7976: /***/ (__unused_webpack_module, exports) => {
       "use strict";
       /**
        * A shared function, used on both client and server, to generate a SVG blur placeholder.
@@ -827,11 +824,11 @@
       /***/
     },
 
-    /***/ 2028: /***/ function (
+    /***/ 4186: /***/ (
       __unused_webpack_module,
       exports,
       __webpack_require__
-    ) {
+    ) => {
       "use strict";
 
       Object.defineProperty(exports, "__esModule", {
@@ -853,11 +850,11 @@
           return getImageProps;
         },
       });
-      const _interop_require_default = __webpack_require__(2430);
-      const _getimgprops = __webpack_require__(1598);
-      const _imagecomponent = __webpack_require__(3508);
+      const _interop_require_default = __webpack_require__(1478);
+      const _getimgprops = __webpack_require__(2069);
+      const _imagecomponent = __webpack_require__(6470);
       const _imageloader = /*#__PURE__*/ _interop_require_default._(
-        __webpack_require__(9190)
+        __webpack_require__(7291)
       );
       function getImageProps(imgProps) {
         const { props } = (0, _getimgprops.getImgProps)(imgProps, {
@@ -889,7 +886,7 @@
       /***/
     },
 
-    /***/ 9190: /***/ function (__unused_webpack_module, exports) {
+    /***/ 7291: /***/ (__unused_webpack_module, exports) => {
       "use strict";
 
       Object.defineProperty(exports, "__esModule", {
@@ -924,36 +921,32 @@
       /***/
     },
 
-    /***/ 7374: /***/ function (
+    /***/ 6812: /***/ (
       __unused_webpack_module,
       __webpack_exports__,
       __webpack_require__
-    ) {
+    ) => {
       "use strict";
       // ESM COMPAT FLAG
       __webpack_require__.r(__webpack_exports__);
 
       // EXPORTS
       __webpack_require__.d(__webpack_exports__, {
-        __N_SSP: function () {
-          return /* binding */ __N_SSP;
-        },
-        default: function () {
-          return /* binding */ pages_image;
-        },
+        __N_SSP: () => /* binding */ __N_SSP,
+        default: () => /* binding */ pages_image,
       });
 
       // EXTERNAL MODULE: ./node_modules/.pnpm/react@19.0.0-beta-4508873393-20240430/node_modules/react/jsx-runtime.js
       var jsx_runtime = __webpack_require__(3456);
-      // EXTERNAL MODULE: ./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_react-dom@19.0.0-beta-4508873393-20240430_rea_65yyqpgvftv4sckwrae5ytuiki/node_modules/next/image.js
-      var next_image = __webpack_require__(5008);
+      // EXTERNAL MODULE: ./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_react-dom@19.0.0-beta-4508873393-20240430_rea_bi4li5t763kdoqq4snruxkmfcu/node_modules/next/image.js
+      var next_image = __webpack_require__(932);
       var image_default = /*#__PURE__*/ __webpack_require__.n(next_image); // CONCATENATED MODULE: ./pages/nextjs.png
-      /* harmony default export */ var nextjs = {
+      /* harmony default export */ const nextjs = {
         src: "/_next/static/media/nextjs.cae0b805.png",
         height: 1347,
         width: 1626,
         blurDataURL:
-          "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAHCAAAAAAQMlOCAAAAMElEQVR42hXJOQ4AIBDDwPz/q9BRcG6MMpUlCweWCSPqnrWxmK33Ucjeq16CyHKYD8vhNzo5Br4tAAAAAElFTkSuQmCC",
+          "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAHCAMAAAACh/xsAAAAD1BMVEX////x8fH6+vrb29vo6Oh8o70bAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAH0lEQVR4nGNgwARMjIyMjCAGCzMzMwsTRISJCcRABwAEcAAkLCQfgAAAAABJRU5ErkJggg==",
         blurWidth: 8,
         blurHeight: 7,
       }; // CONCATENATED MODULE: ./pages/image.js
@@ -971,29 +964,28 @@
         });
       }
       var __N_SSP = true;
-      /* harmony default export */ var pages_image = ImagePage;
+      /* harmony default export */ const pages_image = ImagePage;
 
       /***/
     },
 
-    /***/ 5008: /***/ function (
+    /***/ 932: /***/ (
       module,
       __unused_webpack_exports,
       __webpack_require__
-    ) {
-      module.exports = __webpack_require__(2028);
+    ) => {
+      module.exports = __webpack_require__(4186);
 
       /***/
     },
   },
-  /******/ function (__webpack_require__) {
+  /******/ (__webpack_require__) => {
     // webpackRuntimeModules
-    /******/ var __webpack_exec__ = function (moduleId) {
-      return __webpack_require__((__webpack_require__.s = moduleId));
-    };
-    /******/ __webpack_require__.O(0, [2888, 9774, 179], function () {
-      return __webpack_exec__(5497);
-    });
+    /******/ var __webpack_exec__ = (moduleId) =>
+      __webpack_require__((__webpack_require__.s = moduleId));
+    /******/ __webpack_require__.O(0, [2888, 9774, 179], () =>
+      __webpack_exec__(2307)
+    );
     /******/ var __webpack_exports__ = __webpack_require__.O();
     /******/ _N_E = __webpack_exports__;
     /******/
Diff for index-HASH.js
@@ -1,15 +1,15 @@
 (self["webpackChunk_N_E"] = self["webpackChunk_N_E"] || []).push([
   [5405],
   {
-    /***/ 5204: /***/ function (
+    /***/ 4356: /***/ (
       __unused_webpack_module,
       __unused_webpack_exports,
       __webpack_require__
-    ) {
+    ) => {
       (window.__NEXT_P = window.__NEXT_P || []).push([
         "/",
         function () {
-          return __webpack_require__(4467);
+          return __webpack_require__(3677);
         },
       ]);
       if (false) {
@@ -18,34 +18,32 @@
       /***/
     },
 
-    /***/ 4467: /***/ function (
+    /***/ 3677: /***/ (
       __unused_webpack_module,
       __webpack_exports__,
       __webpack_require__
-    ) {
+    ) => {
       "use strict";
       __webpack_require__.r(__webpack_exports__);
       /* harmony export */ __webpack_require__.d(__webpack_exports__, {
-        /* harmony export */ __N_SSP: function () {
-          return /* binding */ __N_SSP;
-        },
+        /* harmony export */ __N_SSP: () => /* binding */ __N_SSP,
+        /* harmony export */ default: () => __WEBPACK_DEFAULT_EXPORT__,
         /* harmony export */
       });
       const Page = () => "Hello world \uD83D\uDC4B";
       var __N_SSP = true;
-      /* harmony default export */ __webpack_exports__["default"] = Page;
+      /* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = Page;
 
       /***/
     },
   },
-  /******/ function (__webpack_require__) {
+  /******/ (__webpack_require__) => {
     // webpackRuntimeModules
-    /******/ var __webpack_exec__ = function (moduleId) {
-      return __webpack_require__((__webpack_require__.s = moduleId));
-    };
-    /******/ __webpack_require__.O(0, [2888, 9774, 179], function () {
-      return __webpack_exec__(5204);
-    });
+    /******/ var __webpack_exec__ = (moduleId) =>
+      __webpack_require__((__webpack_require__.s = moduleId));
+    /******/ __webpack_require__.O(0, [2888, 9774, 179], () =>
+      __webpack_exec__(4356)
+    );
     /******/ var __webpack_exports__ = __webpack_require__.O();
     /******/ _N_E = __webpack_exports__;
     /******/
Diff for link-HASH.js
@@ -1,15 +1,15 @@
 (self["webpackChunk_N_E"] = self["webpackChunk_N_E"] || []).push([
   [4644],
   {
-    /***/ 633: /***/ function (
+    /***/ 6805: /***/ (
       __unused_webpack_module,
       __unused_webpack_exports,
       __webpack_require__
-    ) {
+    ) => {
       (window.__NEXT_P = window.__NEXT_P || []).push([
         "/link",
         function () {
-          return __webpack_require__(5013);
+          return __webpack_require__(1287);
         },
       ]);
       if (false) {
@@ -18,7 +18,7 @@
       /***/
     },
 
-    /***/ 9108: /***/ function (module, exports) {
+    /***/ 689: /***/ (module, exports) => {
       "use strict";
 
       Object.defineProperty(exports, "__esModule", {
@@ -110,7 +110,7 @@
       /***/
     },
 
-    /***/ 9162: /***/ function (module, exports, __webpack_require__) {
+    /***/ 5921: /***/ (module, exports, __webpack_require__) => {
       "use strict";
 
       Object.defineProperty(exports, "__esModule", {
@@ -122,7 +122,7 @@
           return getDomainLocale;
         },
       });
-      const _normalizetrailingslash = __webpack_require__(4525);
+      const _normalizetrailingslash = __webpack_require__(9874);
       const basePath =
         /* unused pure expression or super */ null && (false || "");
       function getDomainLocale(path, locale, locales, domainLocales) {
@@ -146,7 +146,7 @@
       /***/
     },
 
-    /***/ 5565: /***/ function (module, exports, __webpack_require__) {
+    /***/ 2709: /***/ (module, exports, __webpack_require__) => {
       "use strict";
       /* __next_internal_client_entry_do_not_use__  cjs */
       Object.defineProperty(exports, "__esModule", {
@@ -158,22 +158,22 @@
           return _default;
         },
       });
-      const _interop_require_default = __webpack_require__(2430);
+      const _interop_require_default = __webpack_require__(1478);
       const _jsxruntime = __webpack_require__(3456);
       const _react = /*#__PURE__*/ _interop_require_default._(
         __webpack_require__(1562)
       );
-      const _resolvehref = __webpack_require__(8518);
-      const _islocalurl = __webpack_require__(2578);
-      const _formaturl = __webpack_require__(5884);
-      const _utils = __webpack_require__(4960);
-      const _addlocale = __webpack_require__(8278);
-      const _routercontextsharedruntime = __webpack_require__(7475);
-      const _approutercontextsharedruntime = __webpack_require__(2360);
-      const _useintersection = __webpack_require__(2500);
-      const _getdomainlocale = __webpack_require__(9162);
-      const _addbasepath = __webpack_require__(4814);
-      const _routerreducertypes = __webpack_require__(9108);
+      const _resolvehref = __webpack_require__(3846);
+      const _islocalurl = __webpack_require__(2212);
+      const _formaturl = __webpack_require__(5754);
+      const _utils = __webpack_require__(8046);
+      const _addlocale = __webpack_require__(1542);
+      const _routercontextsharedruntime = __webpack_require__(4990);
+      const _approutercontextsharedruntime = __webpack_require__(3933);
+      const _useintersection = __webpack_require__(6394);
+      const _getdomainlocale = __webpack_require__(5921);
+      const _addbasepath = __webpack_require__(658);
+      const _routerreducertypes = __webpack_require__(689);
       const prefetched = new Set();
       function prefetch(router, href, as, options, appOptions, isAppRouter) {
         if (false) {
@@ -594,7 +594,7 @@
       /***/
     },
 
-    /***/ 2500: /***/ function (module, exports, __webpack_require__) {
+    /***/ 6394: /***/ (module, exports, __webpack_require__) => {
       "use strict";
 
       Object.defineProperty(exports, "__esModule", {
@@ -607,7 +607,7 @@
         },
       });
       const _react = __webpack_require__(1562);
-      const _requestidlecallback = __webpack_require__(9063);
+      const _requestidlecallback = __webpack_require__(8073);
       const hasIntersectionObserver =
         typeof IntersectionObserver === "function";
       const observers = new Map();
@@ -720,23 +720,22 @@
       /***/
     },
 
-    /***/ 5013: /***/ function (
+    /***/ 1287: /***/ (
       __unused_webpack_module,
       __webpack_exports__,
       __webpack_require__
-    ) {
+    ) => {
       "use strict";
       __webpack_require__.r(__webpack_exports__);
       /* harmony export */ __webpack_require__.d(__webpack_exports__, {
-        /* harmony export */ __N_SSP: function () {
-          return /* binding */ __N_SSP;
-        },
+        /* harmony export */ __N_SSP: () => /* binding */ __N_SSP,
+        /* harmony export */ default: () => __WEBPACK_DEFAULT_EXPORT__,
         /* harmony export */
       });
       /* harmony import */ var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__ =
         __webpack_require__(3456);
       /* harmony import */ var next_link__WEBPACK_IMPORTED_MODULE_1__ =
-        __webpack_require__(8629);
+        __webpack_require__(9943);
       /* harmony import */ var next_link__WEBPACK_IMPORTED_MODULE_1___default =
         /*#__PURE__*/ __webpack_require__.n(
           next_link__WEBPACK_IMPORTED_MODULE_1__
@@ -762,29 +761,28 @@
         });
       }
       var __N_SSP = true;
-      /* harmony default export */ __webpack_exports__["default"] = aLink;
+      /* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = aLink;
 
       /***/
     },
 
-    /***/ 8629: /***/ function (
+    /***/ 9943: /***/ (
       module,
       __unused_webpack_exports,
       __webpack_require__
-    ) {
-      module.exports = __webpack_require__(5565);
+    ) => {
+      module.exports = __webpack_require__(2709);
 
       /***/
     },
   },
-  /******/ function (__webpack_require__) {
+  /******/ (__webpack_require__) => {
     // webpackRuntimeModules
-    /******/ var __webpack_exec__ = function (moduleId) {
-      return __webpack_require__((__webpack_require__.s = moduleId));
-    };
-    /******/ __webpack_require__.O(0, [2888, 9774, 179], function () {
-      return __webpack_exec__(633);
-    });
+    /******/ var __webpack_exec__ = (moduleId) =>
+      __webpack_require__((__webpack_require__.s = moduleId));
+    /******/ __webpack_require__.O(0, [2888, 9774, 179], () =>
+      __webpack_exec__(6805)
+    );
     /******/ var __webpack_exports__ = __webpack_require__.O();
     /******/ _N_E = __webpack_exports__;
     /******/
Diff for routerDirect-HASH.js
@@ -1,15 +1,15 @@
 (self["webpackChunk_N_E"] = self["webpackChunk_N_E"] || []).push([
   [2058],
   {
-    /***/ 652: /***/ function (
+    /***/ 5313: /***/ (
       __unused_webpack_module,
       __unused_webpack_exports,
       __webpack_require__
-    ) {
+    ) => {
       (window.__NEXT_P = window.__NEXT_P || []).push([
         "/routerDirect",
         function () {
-          return __webpack_require__(3586);
+          return __webpack_require__(1284);
         },
       ]);
       if (false) {
@@ -18,23 +18,22 @@
       /***/
     },
 
-    /***/ 3586: /***/ function (
+    /***/ 1284: /***/ (
       __unused_webpack_module,
       __webpack_exports__,
       __webpack_require__
-    ) {
+    ) => {
       "use strict";
       __webpack_require__.r(__webpack_exports__);
       /* harmony export */ __webpack_require__.d(__webpack_exports__, {
-        /* harmony export */ __N_SSP: function () {
-          return /* binding */ __N_SSP;
-        },
+        /* harmony export */ __N_SSP: () => /* binding */ __N_SSP,
+        /* harmony export */ default: () => __WEBPACK_DEFAULT_EXPORT__,
         /* harmony export */
       });
       /* harmony import */ var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__ =
         __webpack_require__(3456);
       /* harmony import */ var next_router__WEBPACK_IMPORTED_MODULE_1__ =
-        __webpack_require__(9824);
+        __webpack_require__(1976);
       /* harmony import */ var next_router__WEBPACK_IMPORTED_MODULE_1___default =
         /*#__PURE__*/ __webpack_require__.n(
           next_router__WEBPACK_IMPORTED_MODULE_1__
@@ -48,30 +47,29 @@
         });
       }
       var __N_SSP = true;
-      /* harmony default export */ __webpack_exports__["default"] =
+      /* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ =
         routerDirect;
 
       /***/
     },
 
-    /***/ 9824: /***/ function (
+    /***/ 1976: /***/ (
       module,
       __unused_webpack_exports,
       __webpack_require__
-    ) {
-      module.exports = __webpack_require__(430);
+    ) => {
+      module.exports = __webpack_require__(8280);
 
       /***/
     },
   },
-  /******/ function (__webpack_require__) {
+  /******/ (__webpack_require__) => {
     // webpackRuntimeModules
-    /******/ var __webpack_exec__ = function (moduleId) {
-      return __webpack_require__((__webpack_require__.s = moduleId));
-    };
-    /******/ __webpack_require__.O(0, [2888, 9774, 179], function () {
-      return __webpack_exec__(652);
-    });
+    /******/ var __webpack_exec__ = (moduleId) =>
+      __webpack_require__((__webpack_require__.s = moduleId));
+    /******/ __webpack_require__.O(0, [2888, 9774, 179], () =>
+      __webpack_exec__(5313)
+    );
     /******/ var __webpack_exports__ = __webpack_require__.O();
     /******/ _N_E = __webpack_exports__;
     /******/
Diff for script-HASH.js
@@ -1,15 +1,15 @@
 (self["webpackChunk_N_E"] = self["webpackChunk_N_E"] || []).push([
   [1797],
   {
-    /***/ 734: /***/ function (
+    /***/ 5773: /***/ (
       __unused_webpack_module,
       __unused_webpack_exports,
       __webpack_require__
-    ) {
+    ) => {
       (window.__NEXT_P = window.__NEXT_P || []).push([
         "/script",
         function () {
-          return __webpack_require__(2458);
+          return __webpack_require__(5804);
         },
       ]);
       if (false) {
@@ -18,23 +18,22 @@
       /***/
     },
 
-    /***/ 2458: /***/ function (
+    /***/ 5804: /***/ (
       __unused_webpack_module,
       __webpack_exports__,
       __webpack_require__
-    ) {
+    ) => {
       "use strict";
       __webpack_require__.r(__webpack_exports__);
       /* harmony export */ __webpack_require__.d(__webpack_exports__, {
-        /* harmony export */ __N_SSP: function () {
-          return /* binding */ __N_SSP;
-        },
+        /* harmony export */ __N_SSP: () => /* binding */ __N_SSP,
+        /* harmony export */ default: () => __WEBPACK_DEFAULT_EXPORT__,
         /* harmony export */
       });
       /* harmony import */ var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__ =
         __webpack_require__(3456);
       /* harmony import */ var next_script__WEBPACK_IMPORTED_MODULE_1__ =
-        __webpack_require__(386);
+        __webpack_require__(7112);
       /* harmony import */ var next_script__WEBPACK_IMPORTED_MODULE_1___default =
         /*#__PURE__*/ __webpack_require__.n(
           next_script__WEBPACK_IMPORTED_MODULE_1__
@@ -62,29 +61,28 @@
           }
         );
       var __N_SSP = true;
-      /* harmony default export */ __webpack_exports__["default"] = Page;
+      /* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = Page;
 
       /***/
     },
 
-    /***/ 386: /***/ function (
+    /***/ 7112: /***/ (
       module,
       __unused_webpack_exports,
       __webpack_require__
-    ) {
-      module.exports = __webpack_require__(3827);
+    ) => {
+      module.exports = __webpack_require__(5896);
 
       /***/
     },
   },
-  /******/ function (__webpack_require__) {
+  /******/ (__webpack_require__) => {
     // webpackRuntimeModules
-    /******/ var __webpack_exec__ = function (moduleId) {
-      return __webpack_require__((__webpack_require__.s = moduleId));
-    };
-    /******/ __webpack_require__.O(0, [2888, 9774, 179], function () {
-      return __webpack_exec__(734);
-    });
+    /******/ var __webpack_exec__ = (moduleId) =>
+      __webpack_require__((__webpack_require__.s = moduleId));
+    /******/ __webpack_require__.O(0, [2888, 9774, 179], () =>
+      __webpack_exec__(5773)
+    );
     /******/ var __webpack_exports__ = __webpack_require__.O();
     /******/ _N_E = __webpack_exports__;
     /******/
Diff for withRouter-HASH.js
@@ -1,15 +1,15 @@
 (self["webpackChunk_N_E"] = self["webpackChunk_N_E"] || []).push([
   [9807],
   {
-    /***/ 7935: /***/ function (
+    /***/ 3216: /***/ (
       __unused_webpack_module,
       __unused_webpack_exports,
       __webpack_require__
-    ) {
+    ) => {
       (window.__NEXT_P = window.__NEXT_P || []).push([
         "/withRouter",
         function () {
-          return __webpack_require__(3002);
+          return __webpack_require__(3172);
         },
       ]);
       if (false) {
@@ -18,23 +18,22 @@
       /***/
     },
 
-    /***/ 3002: /***/ function (
+    /***/ 3172: /***/ (
       __unused_webpack_module,
       __webpack_exports__,
       __webpack_require__
-    ) {
+    ) => {
       "use strict";
       __webpack_require__.r(__webpack_exports__);
       /* harmony export */ __webpack_require__.d(__webpack_exports__, {
-        /* harmony export */ __N_SSP: function () {
-          return /* binding */ __N_SSP;
-        },
+        /* harmony export */ __N_SSP: () => /* binding */ __N_SSP,
+        /* harmony export */ default: () => __WEBPACK_DEFAULT_EXPORT__,
         /* harmony export */
       });
       /* harmony import */ var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__ =
         __webpack_require__(3456);
       /* harmony import */ var next_router__WEBPACK_IMPORTED_MODULE_1__ =
-        __webpack_require__(9824);
+        __webpack_require__(1976);
       /* harmony import */ var next_router__WEBPACK_IMPORTED_MODULE_1___default =
         /*#__PURE__*/ __webpack_require__.n(
           next_router__WEBPACK_IMPORTED_MODULE_1__
@@ -47,30 +46,29 @@
         });
       }
       var __N_SSP = true;
-      /* harmony default export */ __webpack_exports__["default"] = (0,
+      /* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (0,
       next_router__WEBPACK_IMPORTED_MODULE_1__.withRouter)(useWithRouter);
 
       /***/
     },
 
-    /***/ 9824: /***/ function (
+    /***/ 1976: /***/ (
       module,
       __unused_webpack_exports,
       __webpack_require__
-    ) {
-      module.exports = __webpack_require__(430);
+    ) => {
+      module.exports = __webpack_require__(8280);
 
       /***/
     },
   },
-  /******/ function (__webpack_require__) {
+  /******/ (__webpack_require__) => {
     // webpackRuntimeModules
-    /******/ var __webpack_exec__ = function (moduleId) {
-      return __webpack_require__((__webpack_require__.s = moduleId));
-    };
-    /******/ __webpack_require__.O(0, [2888, 9774, 179], function () {
-      return __webpack_exec__(7935);
-    });
+    /******/ var __webpack_exec__ = (moduleId) =>
+      __webpack_require__((__webpack_require__.s = moduleId));
+    /******/ __webpack_require__.O(0, [2888, 9774, 179], () =>
+      __webpack_exec__(3216)
+    );
     /******/ var __webpack_exports__ = __webpack_require__.O();
     /******/ _N_E = __webpack_exports__;
     /******/
Diff for 2262-HASH.js
@@ -1,8 +1,8 @@
 "use strict";
 (self["webpackChunk_N_E"] = self["webpackChunk_N_E"] || []).push([
-  [2262],
+  [9922],
   {
-    /***/ 2262: /***/ function (module, exports, __webpack_require__) {
+    /***/ 9922: /***/ (module, exports, __webpack_require__) => {
       /* __next_internal_client_entry_do_not_use__  cjs */
       Object.defineProperty(exports, "__esModule", {
         value: true,
@@ -13,25 +13,25 @@
           return Image;
         },
       });
-      const _interop_require_default = __webpack_require__(9759);
-      const _interop_require_wildcard = __webpack_require__(9514);
-      const _jsxruntime = __webpack_require__(7001);
+      const _interop_require_default = __webpack_require__(7421);
+      const _interop_require_wildcard = __webpack_require__(9052);
+      const _jsxruntime = __webpack_require__(9401);
       const _react = /*#__PURE__*/ _interop_require_wildcard._(
-        __webpack_require__(5206)
+        __webpack_require__(7809)
       );
       const _reactdom = /*#__PURE__*/ _interop_require_default._(
-        __webpack_require__(4047)
+        __webpack_require__(9941)
       );
       const _head = /*#__PURE__*/ _interop_require_default._(
-        __webpack_require__(8171)
+        __webpack_require__(6353)
       );
-      const _getimgprops = __webpack_require__(3122);
-      const _imageconfig = __webpack_require__(6913);
-      const _imageconfigcontextsharedruntime = __webpack_require__(9371);
-      const _warnonce = __webpack_require__(2082);
-      const _routercontextsharedruntime = __webpack_require__(9469);
+      const _getimgprops = __webpack_require__(3210);
+      const _imageconfig = __webpack_require__(6701);
+      const _imageconfigcontextsharedruntime = __webpack_require__(289);
+      const _warnonce = __webpack_require__(3096);
+      const _routercontextsharedruntime = __webpack_require__(3144);
       const _imageloader = /*#__PURE__*/ _interop_require_default._(
-        __webpack_require__(7544)
+        __webpack_require__(2975)
       );
       // This is replaced by webpack define plugin
       const configEnv = {
@@ -113,11 +113,8 @@
         });
       }
       function getDynamicProps(fetchPriority) {
-        const [majorStr, minorStr] = _react.version.split(".", 2);
-        const major = parseInt(majorStr, 10);
-        const minor = parseInt(minorStr, 10);
-        if (major > 18 || (major === 18 && minor >= 3)) {
-          // In React 18.3.0 or newer, we must use camelCase
+        if (Boolean(_react.use)) {
+          // In React 19.0.0 or newer, we must use camelCase
           // prop to avoid "Warning: Invalid DOM property".
           // See https://github.com/facebook/react/pull/25927
           return {
@@ -363,11 +360,11 @@
       /***/
     },
 
-    /***/ 2761: /***/ function (
+    /***/ 6278: /***/ (
       __unused_webpack_module,
       exports,
       __webpack_require__
-    ) {
+    ) => {
       Object.defineProperty(exports, "__esModule", {
         value: true,
       });
@@ -377,9 +374,9 @@
           return AmpStateContext;
         },
       });
-      const _interop_require_default = __webpack_require__(9759);
+      const _interop_require_default = __webpack_require__(7421);
       const _react = /*#__PURE__*/ _interop_require_default._(
-        __webpack_require__(5206)
+        __webpack_require__(7809)
       );
       const AmpStateContext = _react.default.createContext({});
       if (false) {
@@ -388,7 +385,7 @@
       /***/
     },
 
-    /***/ 6666: /***/ function (__unused_webpack_module, exports) {
+    /***/ 9854: /***/ (__unused_webpack_module, exports) => {
       Object.defineProperty(exports, "__esModule", {
         value: true,
       });
@@ -410,11 +407,11 @@
       /***/
     },
 
-    /***/ 3122: /***/ function (
+    /***/ 3210: /***/ (
       __unused_webpack_module,
       exports,
       __webpack_require__
-    ) {
+    ) => {
       Object.defineProperty(exports, "__esModule", {
         value: true,
       });
@@ -424,9 +421,9 @@
           return getImgProps;
         },
       });
-      const _warnonce = __webpack_require__(2082);
-      const _imageblursvg = __webpack_require__(3074);
-      const _imageconfig = __webpack_require__(6913);
+      const _warnonce = __webpack_require__(3096);
+      const _imageblursvg = __webpack_require__(374);
+      const _imageconfig = __webpack_require__(6701);
       const VALID_LOADING_VALUES =
         /* unused pure expression or super */ null && [
           "lazy",
@@ -801,7 +798,7 @@
       /***/
     },
 
-    /***/ 8171: /***/ function (module, exports, __webpack_require__) {
+    /***/ 6353: /***/ (module, exports, __webpack_require__) => {
       /* __next_internal_client_entry_do_not_use__  cjs */
       Object.defineProperty(exports, "__esModule", {
         value: true,
@@ -822,19 +819,19 @@
           return defaultHead;
         },
       });
-      const _interop_require_default = __webpack_require__(9759);
-      const _interop_require_wildcard = __webpack_require__(9514);
-      const _jsxruntime = __webpack_require__(7001);
+      const _interop_require_default = __webpack_require__(7421);
+      const _interop_require_wildcard = __webpack_require__(9052);
+      const _jsxruntime = __webpack_require__(9401);
       const _react = /*#__PURE__*/ _interop_require_wildcard._(
-        __webpack_require__(5206)
+        __webpack_require__(7809)
       );
       const _sideeffect = /*#__PURE__*/ _interop_require_default._(
-        __webpack_require__(5830)
+        __webpack_require__(3724)
       );
-      const _ampcontextsharedruntime = __webpack_require__(2761);
-      const _headmanagercontextsharedruntime = __webpack_require__(2246);
-      const _ampmode = __webpack_require__(6666);
-      const _warnonce = __webpack_require__(2082);
+      const _ampcontextsharedruntime = __webpack_require__(6278);
+      const _headmanagercontextsharedruntime = __webpack_require__(4101);
+      const _ampmode = __webpack_require__(9854);
+      const _warnonce = __webpack_require__(3096);
       function defaultHead(inAmpMode) {
         if (inAmpMode === void 0) inAmpMode = false;
         const head = [
@@ -1010,7 +1007,7 @@
       /***/
     },
 
-    /***/ 3074: /***/ function (__unused_webpack_module, exports) {
+    /***/ 374: /***/ (__unused_webpack_module, exports) => {
       /**
        * A shared function, used on both client and server, to generate a SVG blur placeholder.
        */
@@ -1064,11 +1061,11 @@
       /***/
     },
 
-    /***/ 9371: /***/ function (
+    /***/ 289: /***/ (
       __unused_webpack_module,
       exports,
       __webpack_require__
-    ) {
+    ) => {
       Object.defineProperty(exports, "__esModule", {
         value: true,
       });
@@ -1078,11 +1075,11 @@
           return ImageConfigContext;
         },
       });
-      const _interop_require_default = __webpack_require__(9759);
+      const _interop_require_default = __webpack_require__(7421);
       const _react = /*#__PURE__*/ _interop_require_default._(
-        __webpack_require__(5206)
+        __webpack_require__(7809)
       );
-      const _imageconfig = __webpack_require__(6913);
+      const _imageconfig = __webpack_require__(6701);
       const ImageConfigContext = _react.default.createContext(
         _imageconfig.imageConfigDefault
       );
@@ -1092,7 +1089,7 @@
       /***/
     },
 
-    /***/ 6913: /***/ function (__unused_webpack_module, exports) {
+    /***/ 6701: /***/ (__unused_webpack_module, exports) => {
       Object.defineProperty(exports, "__esModule", {
         value: true,
       });
@@ -1139,7 +1136,7 @@
       /***/
     },
 
-    /***/ 7544: /***/ function (__unused_webpack_module, exports) {
+    /***/ 2975: /***/ (__unused_webpack_module, exports) => {
       Object.defineProperty(exports, "__esModule", {
         value: true,
       });
@@ -1172,11 +1169,11 @@
       /***/
     },
 
-    /***/ 9469: /***/ function (
+    /***/ 3144: /***/ (
       __unused_webpack_module,
       exports,
       __webpack_require__
-    ) {
+    ) => {
       Object.defineProperty(exports, "__esModule", {
         value: true,
       });
@@ -1186,9 +1183,9 @@
           return RouterContext;
         },
       });
-      const _interop_require_default = __webpack_require__(9759);
+      const _interop_require_default = __webpack_require__(7421);
       const _react = /*#__PURE__*/ _interop_require_default._(
-        __webpack_require__(5206)
+        __webpack_require__(7809)
       );
       const RouterContext = _react.default.createContext(null);
       if (false) {
@@ -1197,11 +1194,11 @@
       /***/
     },
 
-    /***/ 5830: /***/ function (
+    /***/ 3724: /***/ (
       __unused_webpack_module,
       exports,
       __webpack_require__
-    ) {
+    ) => {
       Object.defineProperty(exports, "__esModule", {
         value: true,
       });
@@ -1211,7 +1208,7 @@
           return SideEffect;
         },
       });
-      const _react = __webpack_require__(5206);
+      const _react = __webpack_require__(7809);
       const isServer = typeof window === "undefined";
       const useClientOnlyLayoutEffect = isServer
         ? () => {}
Diff for 7522.HASH.js
@@ -1,17 +1,15 @@
 "use strict";
 (self["webpackChunk_N_E"] = self["webpackChunk_N_E"] || []).push([
-  [7522],
+  [1859],
   {
-    /***/ 7522: /***/ function (
+    /***/ 1859: /***/ (
       __unused_webpack_module,
       __webpack_exports__,
       __webpack_require__
-    ) {
+    ) => {
       __webpack_require__.r(__webpack_exports__);
       /* harmony export */ __webpack_require__.d(__webpack_exports__, {
-        /* harmony export */ Hello: function () {
-          return /* binding */ Hello;
-        },
+        /* harmony export */ Hello: () => /* binding */ Hello,
         /* harmony export */
       });
       /* harmony import */ var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__ =
Diff for 8bfde070-HASH.js
deleted
Diff for 9921-HASH.js

Diff too large to display

Diff for f4e28338-HASH.js

Diff too large to display

Diff for framework-HASH.js
@@ -2,12 +2,12 @@
 (self["webpackChunk_N_E"] = self["webpackChunk_N_E"] || []).push([
   [9774],
   {
-    /***/ 4878: /***/ function (
+    /***/ 4878: /***/ (
       __unused_webpack_module,
       exports,
       __webpack_require__
-    ) {
-      /* provided dependency */ var process = __webpack_require__(1349);
+    ) => {
+      /* provided dependency */ var process = __webpack_require__(7162);
       /**
        * @license React
        * react-dom-client.production.js
@@ -15632,11 +15632,11 @@
       /***/
     },
 
-    /***/ 231: /***/ function (
+    /***/ 231: /***/ (
       __unused_webpack_module,
       exports,
       __webpack_require__
-    ) {
+    ) => {
       /**
        * @license React
        * react-dom.production.js
@@ -15879,11 +15879,11 @@
       /***/
     },
 
-    /***/ 6823: /***/ function (
+    /***/ 6823: /***/ (
       module,
       __unused_webpack_exports,
       __webpack_require__
-    ) {
+    ) => {
       function checkDCE() {
         /* global __REACT_DEVTOOLS_GLOBAL_HOOK__ */
         if (
@@ -15915,11 +15915,11 @@
       /***/
     },
 
-    /***/ 5439: /***/ function (
+    /***/ 5439: /***/ (
       module,
       __unused_webpack_exports,
       __webpack_require__
-    ) {
+    ) => {
       function checkDCE() {
         /* global __REACT_DEVTOOLS_GLOBAL_HOOK__ */
         if (
@@ -15951,7 +15951,7 @@
       /***/
     },
 
-    /***/ 2622: /***/ function (__unused_webpack_module, exports) {
+    /***/ 2622: /***/ (__unused_webpack_module, exports) => {
       /**
        * @license React
        * react-jsx-runtime.production.js
@@ -15989,12 +15989,12 @@
       /***/
     },
 
-    /***/ 4351: /***/ function (
+    /***/ 4351: /***/ (
       __unused_webpack_module,
       exports,
       __webpack_require__
-    ) {
-      /* provided dependency */ var process = __webpack_require__(1349);
+    ) => {
+      /* provided dependency */ var process = __webpack_require__(7162);
       /**
        * @license React
        * react.production.js
@@ -16571,11 +16571,11 @@
       /***/
     },
 
-    /***/ 1562: /***/ function (
+    /***/ 1562: /***/ (
       module,
       __unused_webpack_exports,
       __webpack_require__
-    ) {
+    ) => {
       if (true) {
         module.exports = __webpack_require__(4351);
       } else {
@@ -16584,11 +16584,11 @@
       /***/
     },
 
-    /***/ 3456: /***/ function (
+    /***/ 3456: /***/ (
       module,
       __unused_webpack_exports,
       __webpack_require__
-    ) {
+    ) => {
       if (true) {
         module.exports = __webpack_require__(2622);
       } else {
@@ -16597,7 +16597,7 @@
       /***/
     },
 
-    /***/ 9250: /***/ function (__unused_webpack_module, exports) {
+    /***/ 9250: /***/ (__unused_webpack_module, exports) => {
       /**
        * @license React
        * scheduler.production.js
@@ -16958,11 +16958,11 @@
       /***/
     },
 
-    /***/ 5934: /***/ function (
+    /***/ 5934: /***/ (
       module,
       __unused_webpack_exports,
       __webpack_require__
-    ) {
+    ) => {
       if (true) {
         module.exports = __webpack_require__(9250);
       } else {
Diff for main-HASH.js

Diff too large to display

Diff for main-app-HASH.js
@@ -1,53 +1,54 @@
 (self["webpackChunk_N_E"] = self["webpackChunk_N_E"] || []).push([
   [1744],
   {
-    /***/ 5436: /***/ function (
+    /***/ 2091: /***/ (
       __unused_webpack_module,
       __unused_webpack_exports,
       __webpack_require__
-    ) {
+    ) => {
       Promise.resolve(/* import() eager */).then(
-        __webpack_require__.t.bind(__webpack_require__, 9743, 23)
+        __webpack_require__.t.bind(__webpack_require__, 121, 23)
       );
       Promise.resolve(/* import() eager */).then(
-        __webpack_require__.t.bind(__webpack_require__, 6057, 23)
+        __webpack_require__.t.bind(__webpack_require__, 9275, 23)
       );
       Promise.resolve(/* import() eager */).then(
-        __webpack_require__.t.bind(__webpack_require__, 7753, 23)
+        __webpack_require__.t.bind(__webpack_require__, 5505, 23)
       );
       Promise.resolve(/* import() eager */).then(
-        __webpack_require__.t.bind(__webpack_require__, 2213, 23)
+        __webpack_require__.t.bind(__webpack_require__, 1749, 23)
       );
       Promise.resolve(/* import() eager */).then(
-        __webpack_require__.t.bind(__webpack_require__, 5506, 23)
+        __webpack_require__.t.bind(__webpack_require__, 4602, 23)
       );
       Promise.resolve(/* import() eager */).then(
-        __webpack_require__.t.bind(__webpack_require__, 1052, 23)
+        __webpack_require__.t.bind(__webpack_require__, 6916, 23)
       );
       Promise.resolve(/* import() eager */).then(
-        __webpack_require__.t.bind(__webpack_require__, 3455, 23)
+        __webpack_require__.t.bind(__webpack_require__, 4076, 23)
       );
       Promise.resolve(/* import() eager */).then(
-        __webpack_require__.t.bind(__webpack_require__, 1327, 23)
+        __webpack_require__.t.bind(__webpack_require__, 1315, 23)
       );
       Promise.resolve(/* import() eager */).then(
-        __webpack_require__.bind(__webpack_require__, 391)
+        __webpack_require__.bind(__webpack_require__, 5514)
       );
       Promise.resolve(/* import() eager */).then(
-        __webpack_require__.t.bind(__webpack_require__, 5766, 23)
+        __webpack_require__.t.bind(__webpack_require__, 2541, 23)
       );
 
       /***/
     },
   },
-  /******/ function (__webpack_require__) {
+  /******/ (__webpack_require__) => {
     // webpackRuntimeModules
-    /******/ var __webpack_exec__ = function (moduleId) {
-      return __webpack_require__((__webpack_require__.s = moduleId));
-    };
-    /******/ __webpack_require__.O(0, [1795, 9921], function () {
-      return __webpack_exec__(9446), __webpack_exec__(5436);
-    });
+    /******/ var __webpack_exec__ = (moduleId) =>
+      __webpack_require__((__webpack_require__.s = moduleId));
+    /******/ __webpack_require__.O(
+      0,
+      [9004, 6896],
+      () => (__webpack_exec__(8466), __webpack_exec__(2091))
+    );
     /******/ var __webpack_exports__ = __webpack_require__.O();
     /******/ _N_E = __webpack_exports__;
     /******/
Diff for webpack-HASH.js
@@ -1,4 +1,4 @@
-/******/ (function () {
+/******/ (() => {
   // webpackBootstrap
   /******/ "use strict";
   /******/ var __webpack_modules__ = {};
@@ -47,9 +47,9 @@
   /******/
   /************************************************************************/
   /******/ /* webpack/runtime/chunk loaded */
-  /******/ !(function () {
+  /******/ (() => {
     /******/ var deferred = [];
-    /******/ __webpack_require__.O = function (result, chunkIds, fn, priority) {
+    /******/ __webpack_require__.O = (result, chunkIds, fn, priority) => {
       /******/ if (chunkIds) {
         /******/ priority = priority || 0;
         /******/ for (
@@ -64,16 +64,14 @@
       }
       /******/ var notFulfilled = Infinity;
       /******/ for (var i = 0; i < deferred.length; i++) {
-        /******/ var chunkIds = deferred[i][0];
-        /******/ var fn = deferred[i][1];
-        /******/ var priority = deferred[i][2];
+        /******/ var [chunkIds, fn, priority] = deferred[i];
         /******/ var fulfilled = true;
         /******/ for (var j = 0; j < chunkIds.length; j++) {
           /******/ if (
             (priority & (1 === 0) || notFulfilled >= priority) &&
-            Object.keys(__webpack_require__.O).every(function (key) {
-              return __webpack_require__.O[key](chunkIds[j]);
-            })
+            Object.keys(__webpack_require__.O).every((key) =>
+              __webpack_require__.O[key](chunkIds[j])
+            )
           ) {
             /******/ chunkIds.splice(j--, 1);
             /******/
@@ -99,17 +97,13 @@
   })();
   /******/
   /******/ /* webpack/runtime/compat get default export */
-  /******/ !(function () {
+  /******/ (() => {
     /******/ // getDefaultExport function for compatibility with non-harmony modules
-    /******/ __webpack_require__.n = function (module) {
+    /******/ __webpack_require__.n = (module) => {
       /******/ var getter =
         module && module.__esModule
-          ? /******/ function () {
-              return module["default"];
-            }
-          : /******/ function () {
-              return module;
-            };
+          ? /******/ () => module["default"]
+          : /******/ () => module;
       /******/ __webpack_require__.d(getter, { a: getter });
       /******/ return getter;
       /******/
@@ -118,14 +112,10 @@
   })();
   /******/
   /******/ /* webpack/runtime/create fake namespace object */
-  /******/ !(function () {
+  /******/ (() => {
     /******/ var getProto = Object.getPrototypeOf
-      ? function (obj) {
-          return Object.getPrototypeOf(obj);
-        }
-      : function (obj) {
-          return obj.__proto__;
-        };
+      ? (obj) => Object.getPrototypeOf(obj)
+      : (obj) => obj.__proto__;
     /******/ var leafPrototypes;
     /******/ // create a fake namespace object
     /******/ // mode & 1: value is a module id, require it
@@ -156,16 +146,12 @@
         typeof current == "object" && !~leafPrototypes.indexOf(current);
         current = getProto(current)
       ) {
-        /******/ Object.getOwnPropertyNames(current).forEach(function (key) {
-          def[key] = function () {
-            return value[key];
-          };
-        });
+        /******/ Object.getOwnPropertyNames(current).forEach(
+          (key) => (def[key] = () => value[key])
+        );
         /******/
       }
-      /******/ def["default"] = function () {
-        return value;
-      };
+      /******/ def["default"] = () => value;
       /******/ __webpack_require__.d(ns, def);
       /******/ return ns;
       /******/
@@ -174,9 +160,9 @@
   })();
   /******/
   /******/ /* webpack/runtime/define property getters */
-  /******/ !(function () {
+  /******/ (() => {
     /******/ // define getter functions for harmony exports
-    /******/ __webpack_require__.d = function (exports, definition) {
+    /******/ __webpack_require__.d = (exports, definition) => {
       /******/ for (var key in definition) {
         /******/ if (
           __webpack_require__.o(definition, key) &&
@@ -196,13 +182,13 @@
   })();
   /******/
   /******/ /* webpack/runtime/ensure chunk */
-  /******/ !(function () {
+  /******/ (() => {
     /******/ __webpack_require__.f = {};
     /******/ // This file contains only the entry chunk.
     /******/ // The chunk loading function for additional chunks
-    /******/ __webpack_require__.e = function (chunkId) {
+    /******/ __webpack_require__.e = (chunkId) => {
       /******/ return Promise.all(
-        Object.keys(__webpack_require__.f).reduce(function (promises, key) {
+        Object.keys(__webpack_require__.f).reduce((promises, key) => {
           /******/ __webpack_require__.f[key](chunkId, promises);
           /******/ return promises;
           /******/
@@ -214,12 +200,12 @@
   })();
   /******/
   /******/ /* webpack/runtime/get javascript chunk filename */
-  /******/ !(function () {
+  /******/ (() => {
     /******/ // This function allow to reference async chunks
-    /******/ __webpack_require__.u = function (chunkId) {
+    /******/ __webpack_require__.u = (chunkId) => {
       /******/ // return url for filenames based on template
       /******/ return (
-        "static/chunks/" + chunkId + "." + "a02e8b9d410ae5df" + ".js"
+        "static/chunks/" + chunkId + "." + "b480abfb53863804" + ".js"
       );
       /******/
     };
@@ -227,9 +213,9 @@
   })();
   /******/
   /******/ /* webpack/runtime/get mini-css chunk filename */
-  /******/ !(function () {
+  /******/ (() => {
     /******/ // This function allow to reference async chunks
-    /******/ __webpack_require__.miniCssF = function (chunkId) {
+    /******/ __webpack_require__.miniCssF = (chunkId) => {
       /******/ // return url for filenames based on template
       /******/ return undefined;
       /******/
@@ -238,7 +224,7 @@
   })();
   /******/
   /******/ /* webpack/runtime/global */
-  /******/ !(function () {
+  /******/ (() => {
     /******/ __webpack_require__.g = (function () {
       /******/ if (typeof globalThis === "object") return globalThis;
       /******/ try {
@@ -254,19 +240,18 @@
   })();
   /******/
   /******/ /* webpack/runtime/hasOwnProperty shorthand */
-  /******/ !(function () {
-    /******/ __webpack_require__.o = function (obj, prop) {
-      return Object.prototype.hasOwnProperty.call(obj, prop);
-    };
+  /******/ (() => {
+    /******/ __webpack_require__.o = (obj, prop) =>
+      Object.prototype.hasOwnProperty.call(obj, prop);
     /******/
   })();
   /******/
   /******/ /* webpack/runtime/load script */
-  /******/ !(function () {
+  /******/ (() => {
     /******/ var inProgress = {};
     /******/ var dataWebpackPrefix = "_N_E:";
     /******/ // loadScript function to load a script via script tag
-    /******/ __webpack_require__.l = function (url, done, key, chunkId) {
+    /******/ __webpack_require__.l = (url, done, key, chunkId) => {
       /******/ if (inProgress[url]) {
         inProgress[url].push(done);
         return;
@@ -303,17 +288,14 @@
         /******/
       }
       /******/ inProgress[url] = [done];
-      /******/ var onScriptComplete = function (prev, event) {
+      /******/ var onScriptComplete = (prev, event) => {
         /******/ // avoid mem leaks in IE.
         /******/ script.onerror = script.onload = null;
         /******/ clearTimeout(timeout);
         /******/ var doneFns = inProgress[url];
         /******/ delete inProgress[url];
         /******/ script.parentNode && script.parentNode.removeChild(script);
-        /******/ doneFns &&
-          doneFns.forEach(function (fn) {
-            return fn(event);
-          });
+        /******/ doneFns && doneFns.forEach((fn) => fn(event));
         /******/ if (prev) return prev(event);
         /******/
       };
@@ -333,9 +315,9 @@
   })();
   /******/
   /******/ /* webpack/runtime/make namespace object */
-  /******/ !(function () {
+  /******/ (() => {
     /******/ // define __esModule on exports
-    /******/ __webpack_require__.r = function (exports) {
+    /******/ __webpack_require__.r = (exports) => {
       /******/ if (typeof Symbol !== "undefined" && Symbol.toStringTag) {
         /******/ Object.defineProperty(exports, Symbol.toStringTag, {
           value: "Module",
@@ -349,15 +331,13 @@
   })();
   /******/
   /******/ /* webpack/runtime/trusted types policy */
-  /******/ !(function () {
+  /******/ (() => {
     /******/ var policy;
-    /******/ __webpack_require__.tt = function () {
+    /******/ __webpack_require__.tt = () => {
       /******/ // Create Trusted Type policy if Trusted Types are available and the policy doesn't exist yet.
       /******/ if (policy === undefined) {
         /******/ policy = {
-          /******/ createScriptURL: function (url) {
-            return url;
-          },
+          /******/ createScriptURL: (url) => url,
           /******/
         };
         /******/ if (
@@ -376,21 +356,20 @@
   })();
   /******/
   /******/ /* webpack/runtime/trusted types script url */
-  /******/ !(function () {
-    /******/ __webpack_require__.tu = function (url) {
-      return __webpack_require__.tt().createScriptURL(url);
-    };
+  /******/ (() => {
+    /******/ __webpack_require__.tu = (url) =>
+      __webpack_require__.tt().createScriptURL(url);
     /******/
   })();
   /******/
   /******/ /* webpack/runtime/publicPath */
-  /******/ !(function () {
+  /******/ (() => {
     /******/ __webpack_require__.p = "/_next/";
     /******/
   })();
   /******/
   /******/ /* webpack/runtime/jsonp chunk loading */
-  /******/ !(function () {
+  /******/ (() => {
     /******/ // no baseURI
     /******/
     /******/ // object to store loaded and loading chunks
@@ -401,7 +380,7 @@
       /******/
     };
     /******/
-    /******/ __webpack_require__.f.j = function (chunkId, promises) {
+    /******/ __webpack_require__.f.j = (chunkId, promises) => {
       /******/ // JSONP chunk loading for javascript
       /******/ var installedChunkData = __webpack_require__.o(
         installedChunks,
@@ -419,9 +398,11 @@
         } else {
           /******/ if (2272 != chunkId) {
             /******/ // setup Promise in chunk cache
-            /******/ var promise = new Promise(function (resolve, reject) {
-              installedChunkData = installedChunks[chunkId] = [resolve, reject];
-            });
+            /******/ var promise = new Promise(
+              (resolve, reject) =>
+                (installedChunkData = installedChunks[chunkId] =
+                  [resolve, reject])
+            );
             /******/ promises.push((installedChunkData[2] = promise));
             /******/
             /******/ // start chunk loading
@@ -429,7 +410,7 @@
               __webpack_require__.p + __webpack_require__.u(chunkId);
             /******/ // create error before stack unwound to get useful stacktrace later
             /******/ var error = new Error();
-            /******/ var loadingEnded = function (event) {
+            /******/ var loadingEnded = (event) => {
               /******/ if (__webpack_require__.o(installedChunks, chunkId)) {
                 /******/ installedChunkData = installedChunks[chunkId];
                 /******/ if (installedChunkData !== 0)
@@ -480,28 +461,18 @@
     /******/
     /******/ // no HMR manifest
     /******/
-    /******/ __webpack_require__.O.j = function (chunkId) {
-      return installedChunks[chunkId] === 0;
-    };
+    /******/ __webpack_require__.O.j = (chunkId) =>
+      installedChunks[chunkId] === 0;
     /******/
     /******/ // install a JSONP callback for chunk loading
-    /******/ var webpackJsonpCallback = function (
-      parentChunkLoadingFunction,
-      data
-    ) {
-      /******/ var chunkIds = data[0];
-      /******/ var moreModules = data[1];
-      /******/ var runtime = data[2];
+    /******/ var webpackJsonpCallback = (parentChunkLoadingFunction, data) => {
+      /******/ var [chunkIds, moreModules, runtime] = data;
       /******/ // add "moreModules" to the modules object,
       /******/ // then flag all "chunkIds" as loaded and fire callback
       /******/ var moduleId,
         chunkId,
         i = 0;
-      /******/ if (
-        chunkIds.some(function (id) {
-          return installedChunks[id] !== 0;
-        })
-      ) {
+      /******/ if (chunkIds.some((id) => installedChunks[id] !== 0)) {
         /******/ for (moduleId in moreModules) {
           /******/ if (__webpack_require__.o(moreModules, moduleId)) {
             /******/ __webpack_require__.m[moduleId] = moreModules[moduleId];
Diff for app-page-exp..ntime.dev.js
failed to diff
Diff for app-page-exp..time.prod.js

Diff too large to display

Diff for app-page-tur..time.prod.js

Diff too large to display

Diff for app-page-tur..time.prod.js

Diff too large to display

Diff for app-page.runtime.dev.js
failed to diff
Diff for app-page.runtime.prod.js

Diff too large to display

Diff for app-route-ex..ntime.dev.js

Diff too large to display

Diff for app-route-ex..time.prod.js

Diff too large to display

Diff for app-route-tu..time.prod.js

Diff too large to display

Diff for app-route-tu..time.prod.js

Diff too large to display

Diff for app-route.runtime.dev.js

Diff too large to display

Diff for app-route.ru..time.prod.js

Diff too large to display

Diff for pages-turbo...time.prod.js

Diff too large to display

Diff for pages.runtime.dev.js

Diff too large to display

Diff for pages.runtime.prod.js

Diff too large to display

Diff for server.runtime.prod.js

Diff too large to display

Please sign in to comment.