Skip to content

Commit

Permalink
v14.3.0-canary.24
Browse files Browse the repository at this point in the history
  • Loading branch information
vercel-release-bot committed Apr 25, 2024
1 parent eb28969 commit f945d83
Show file tree
Hide file tree
Showing 17 changed files with 30 additions and 30 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -16,5 +16,5 @@
"registry": "https://registry.npmjs.org/"
}
},
"version": "14.3.0-canary.23"
"version": "14.3.0-canary.24"
}
2 changes: 1 addition & 1 deletion packages/create-next-app/package.json
@@ -1,6 +1,6 @@
{
"name": "create-next-app",
"version": "14.3.0-canary.23",
"version": "14.3.0-canary.24",
"keywords": [
"react",
"next",
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-next/package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-config-next",
"version": "14.3.0-canary.23",
"version": "14.3.0-canary.24",
"description": "ESLint configuration used by Next.js.",
"main": "index.js",
"license": "MIT",
Expand All @@ -10,7 +10,7 @@
},
"homepage": "https://nextjs.org/docs/app/building-your-application/configuring/eslint#eslint-config",
"dependencies": {
"@next/eslint-plugin-next": "14.3.0-canary.23",
"@next/eslint-plugin-next": "14.3.0-canary.24",
"@rushstack/eslint-patch": "^1.3.3",
"@typescript-eslint/parser": "^5.4.2 || ^6.0.0 || 7.0.0 - 7.2.0",
"eslint-import-resolver-node": "^0.3.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-next/package.json
@@ -1,6 +1,6 @@
{
"name": "@next/eslint-plugin-next",
"version": "14.3.0-canary.23",
"version": "14.3.0-canary.24",
"description": "ESLint plugin for Next.js.",
"main": "dist/index.js",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/font/package.json
@@ -1,6 +1,6 @@
{
"name": "@next/font",
"version": "14.3.0-canary.23",
"version": "14.3.0-canary.24",
"repository": {
"url": "vercel/next.js",
"directory": "packages/font"
Expand Down
2 changes: 1 addition & 1 deletion packages/next-bundle-analyzer/package.json
@@ -1,6 +1,6 @@
{
"name": "@next/bundle-analyzer",
"version": "14.3.0-canary.23",
"version": "14.3.0-canary.24",
"main": "index.js",
"types": "index.d.ts",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/next-codemod/package.json
@@ -1,6 +1,6 @@
{
"name": "@next/codemod",
"version": "14.3.0-canary.23",
"version": "14.3.0-canary.24",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/next-env/package.json
@@ -1,6 +1,6 @@
{
"name": "@next/env",
"version": "14.3.0-canary.23",
"version": "14.3.0-canary.24",
"keywords": [
"react",
"next",
Expand Down
2 changes: 1 addition & 1 deletion packages/next-mdx/package.json
@@ -1,6 +1,6 @@
{
"name": "@next/mdx",
"version": "14.3.0-canary.23",
"version": "14.3.0-canary.24",
"main": "index.js",
"license": "MIT",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/next-plugin-storybook/package.json
@@ -1,6 +1,6 @@
{
"name": "@next/plugin-storybook",
"version": "14.3.0-canary.23",
"version": "14.3.0-canary.24",
"repository": {
"url": "vercel/next.js",
"directory": "packages/next-plugin-storybook"
Expand Down
2 changes: 1 addition & 1 deletion packages/next-polyfill-module/package.json
@@ -1,6 +1,6 @@
{
"name": "@next/polyfill-module",
"version": "14.3.0-canary.23",
"version": "14.3.0-canary.24",
"description": "A standard library polyfill for ES Modules supporting browsers (Edge 16+, Firefox 60+, Chrome 61+, Safari 10.1+)",
"main": "dist/polyfill-module.js",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/next-polyfill-nomodule/package.json
@@ -1,6 +1,6 @@
{
"name": "@next/polyfill-nomodule",
"version": "14.3.0-canary.23",
"version": "14.3.0-canary.24",
"description": "A polyfill for non-dead, nomodule browsers.",
"main": "dist/polyfill-nomodule.js",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/next-swc/package.json
@@ -1,6 +1,6 @@
{
"name": "@next/swc",
"version": "14.3.0-canary.23",
"version": "14.3.0-canary.24",
"private": true,
"scripts": {
"clean": "node ../../scripts/rm.mjs native",
Expand Down
12 changes: 6 additions & 6 deletions packages/next/package.json
@@ -1,6 +1,6 @@
{
"name": "next",
"version": "14.3.0-canary.23",
"version": "14.3.0-canary.24",
"description": "The React Framework",
"main": "./dist/server/next.js",
"license": "MIT",
Expand Down Expand Up @@ -93,7 +93,7 @@
]
},
"dependencies": {
"@next/env": "14.3.0-canary.23",
"@next/env": "14.3.0-canary.24",
"@swc/helpers": "0.5.10",
"busboy": "1.6.0",
"caniuse-lite": "^1.0.30001579",
Expand Down Expand Up @@ -153,10 +153,10 @@
"@jest/types": "29.5.0",
"@mswjs/interceptors": "0.23.0",
"@napi-rs/triples": "1.2.0",
"@next/polyfill-module": "14.3.0-canary.23",
"@next/polyfill-nomodule": "14.3.0-canary.23",
"@next/react-refresh-utils": "14.3.0-canary.23",
"@next/swc": "14.3.0-canary.23",
"@next/polyfill-module": "14.3.0-canary.24",
"@next/polyfill-nomodule": "14.3.0-canary.24",
"@next/react-refresh-utils": "14.3.0-canary.24",
"@next/swc": "14.3.0-canary.24",
"@opentelemetry/api": "1.6.0",
"@playwright/test": "1.41.2",
"@taskr/clear": "1.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-refresh-utils/package.json
@@ -1,6 +1,6 @@
{
"name": "@next/react-refresh-utils",
"version": "14.3.0-canary.23",
"version": "14.3.0-canary.24",
"description": "An experimental package providing utilities for React Refresh.",
"repository": {
"url": "vercel/next.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/third-parties/package.json
@@ -1,6 +1,6 @@
{
"name": "@next/third-parties",
"version": "14.3.0-canary.23",
"version": "14.3.0-canary.24",
"repository": {
"url": "vercel/next.js",
"directory": "packages/third-parties"
Expand All @@ -26,7 +26,7 @@
"third-party-capital": "1.0.20"
},
"devDependencies": {
"next": "14.3.0-canary.23",
"next": "14.3.0-canary.24",
"outdent": "0.8.0",
"prettier": "2.5.1"
},
Expand Down
14 changes: 7 additions & 7 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 comment on commit f945d83

@ijjk
Copy link
Member

@ijjk ijjk commented on f945d83 Apr 25, 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 23.1s 27.3s ⚠️ +4.2s
buildDurationCached 12.1s 12.1s N/A
nodeModulesSize 200 MB 359 MB ⚠️ +160 MB
nextStartRea..uration (ms) 661ms 751ms N/A
Client Bundles (main, webpack) Overall increase ⚠️
vercel/next.js canary v14.2.3 vercel/next.js canary Change
139-HASH.js gzip 31.5 kB 31.8 kB ⚠️ +331 B
2478adb3-HASH.js gzip 53.7 kB 53.5 kB N/A
4967-HASH.js gzip 5.1 kB 5.1 kB
6701.HASH.js gzip 180 B N/A N/A
framework-HASH.js gzip 45.2 kB 45.2 kB N/A
main-app-HASH.js gzip 242 B 226 B N/A
main-HASH.js gzip 32.2 kB 31.6 kB N/A
webpack-HASH.js gzip 1.68 kB 1.64 kB N/A
9695.HASH.js gzip N/A 168 B N/A
Overall change 36.6 kB 36.9 kB ⚠️ +331 B
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 197 B 193 B N/A
_error-HASH.js gzip 184 B 192 B N/A
amp-HASH.js gzip 506 B 512 B N/A
css-HASH.js gzip 325 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 353 B 362 B N/A
hooks-HASH.js gzip 371 B 390 B N/A
image-HASH.js gzip 4.27 kB 4.31 kB N/A
index-HASH.js gzip 258 B 268 B N/A
link-HASH.js gzip 2.68 kB 2.69 kB N/A
routerDirect..HASH.js gzip 315 B 328 B N/A
script-HASH.js gzip 383 B 395 B N/A
withRouter-HASH.js gzip 310 B 323 B N/A
1afbb74e6ecf..834.css gzip 106 B 106 B
Overall change 106 B 106 B
Client Build Manifests
vercel/next.js canary v14.2.3 vercel/next.js canary Change
_buildManifest.js gzip 484 B 483 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 528 B 529 B N/A
link.html gzip 540 B 540 B
withRouter.html gzip 524 B 524 B
Overall change 1.06 kB 1.06 kB
Edge SSR bundle Size
vercel/next.js canary v14.2.3 vercel/next.js canary Change
edge-ssr.js gzip 109 kB 108 kB N/A
page.js gzip 3.05 kB 3.05 kB N/A
Overall change 0 B 0 B
Middleware size Overall increase ⚠️
vercel/next.js canary v14.2.3 vercel/next.js canary Change
middleware-b..fest.js gzip 625 B 621 B N/A
middleware-r..fest.js gzip 156 B 154 B N/A
middleware.js gzip 25.5 kB 27.9 kB ⚠️ +2.38 kB
edge-runtime..pack.js gzip 839 B 839 B
Overall change 26.4 kB 28.8 kB ⚠️ +2.38 kB
Next Runtimes Overall increase ⚠️
vercel/next.js canary v14.2.3 vercel/next.js canary Change
app-page-exp...dev.js gzip 171 kB 171 kB ⚠️ +265 B
app-page-exp..prod.js gzip 97.5 kB 98.4 kB ⚠️ +894 B
app-page-tur..prod.js gzip 99.3 kB 99.9 kB ⚠️ +628 B
app-page-tur..prod.js gzip 93.5 kB 94.2 kB ⚠️ +706 B
app-page.run...dev.js gzip 145 kB 157 kB ⚠️ +12.1 kB
app-page.run..prod.js gzip 92 kB 93 kB ⚠️ +937 B
app-route-ex...dev.js gzip 21.5 kB 21.4 kB N/A
app-route-ex..prod.js gzip 15.1 kB 15.2 kB N/A
app-route-tu..prod.js gzip 15.1 kB 15.2 kB N/A
app-route-tu..prod.js gzip 14.9 kB 14.9 kB N/A
app-route.ru...dev.js gzip 21.2 kB 21.3 kB ⚠️ +107 B
app-route.ru..prod.js gzip 14.9 kB 14.9 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.4 kB N/A
pages.runtim...dev.js gzip 23.1 kB 22.1 kB N/A
pages.runtim..prod.js gzip 22.5 kB 21.4 kB N/A
server.runti..prod.js gzip 65 kB 65.3 kB ⚠️ +283 B
Overall change 813 kB 829 kB ⚠️ +15.9 kB
build cache Overall increase ⚠️
vercel/next.js canary v14.2.3 vercel/next.js canary Change
0.pack gzip 1.58 MB 1.61 MB ⚠️ +27.2 kB
index.pack gzip 107 kB 113 kB ⚠️ +5.58 kB
Overall change 1.69 MB 1.72 MB ⚠️ +32.7 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],
   {
-    /***/ 8135: /***/ function (
+    /***/ 8744: /***/ (
       __unused_webpack_module,
       __unused_webpack_exports,
       __webpack_require__
-    ) {
+    ) => {
       (window.__NEXT_P = window.__NEXT_P || []).push([
         "/_app",
         function () {
-          return __webpack_require__(6561);
+          return __webpack_require__(7316);
         },
       ]);
       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__(8135), __webpack_exec__(9253);
-    });
+    /******/ var __webpack_exec__ = (moduleId) =>
+      __webpack_require__((__webpack_require__.s = moduleId));
+    /******/ __webpack_require__.O(
+      0,
+      [9774, 179],
+      () => (__webpack_exec__(8744), __webpack_exec__(3492))
+    );
     /******/ 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],
   {
-    /***/ 7943: /***/ function (
+    /***/ 5964: /***/ (
       __unused_webpack_module,
       __unused_webpack_exports,
       __webpack_require__
-    ) {
+    ) => {
       (window.__NEXT_P = window.__NEXT_P || []).push([
         "/_error",
         function () {
-          return __webpack_require__(8986);
+          return __webpack_require__(1439);
         },
       ]);
       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__(7943);
-    });
+    /******/ var __webpack_exec__ = (moduleId) =>
+      __webpack_require__((__webpack_require__.s = moduleId));
+    /******/ __webpack_require__.O(0, [2888, 9774, 179], () =>
+      __webpack_exec__(5964)
+    );
     /******/ 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],
   {
-    /***/ 1119: /***/ function (
+    /***/ 6468: /***/ (
       module,
       __unused_webpack_exports,
       __webpack_require__
-    ) {
-      module.exports = __webpack_require__(4355);
+    ) => {
+      module.exports = __webpack_require__(4785);
 
       /***/
     },
 
-    /***/ 5647: /***/ function (
+    /***/ 8152: /***/ (
       __unused_webpack_module,
       __unused_webpack_exports,
       __webpack_require__
-    ) {
+    ) => {
       (window.__NEXT_P = window.__NEXT_P || []).push([
         "/amp",
         function () {
-          return __webpack_require__(4175);
+          return __webpack_require__(3274);
         },
       ]);
       if (false) {
@@ -28,7 +28,7 @@
       /***/
     },
 
-    /***/ 4355: /***/ function (module, exports, __webpack_require__) {
+    /***/ 4785: /***/ (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__(7456);
       const _react = /*#__PURE__*/ _interop_require_default._(
         __webpack_require__(1258)
       );
-      const _ampcontextsharedruntime = __webpack_require__(5349);
-      const _ampmode = __webpack_require__(6346);
+      const _ampcontextsharedruntime = __webpack_require__(1595);
+      const _ampmode = __webpack_require__(2813);
       function useAmp() {
         // Don't assign the context value to a variable to save bytes
         return (0, _ampmode.isInAmpMode)(
@@ -67,24 +67,20 @@
       /***/
     },
 
-    /***/ 4175: /***/ function (
+    /***/ 3274: /***/ (
       __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__(1119);
+        __webpack_require__(6468);
       /* 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__(5647);
-    });
+    /******/ var __webpack_exec__ = (moduleId) =>
+      __webpack_require__((__webpack_require__.s = moduleId));
+    /******/ __webpack_require__.O(0, [2888, 9774, 179], () =>
+      __webpack_exec__(8152)
+    );
     /******/ 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],
   {
-    /***/ 4418: /***/ function (
+    /***/ 7674: /***/ (
       __unused_webpack_module,
       __unused_webpack_exports,
       __webpack_require__
-    ) {
+    ) => {
       (window.__NEXT_P = window.__NEXT_P || []).push([
         "/css",
         function () {
-          return __webpack_require__(3907);
+          return __webpack_require__(3457);
         },
       ]);
       if (false) {
@@ -18,17 +18,21 @@
       /***/
     },
 
-    /***/ 3907: /***/ function (
+    /***/ 3457: /***/ (
       __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__(7976);
       /* harmony import */ var _css_module_css__WEBPACK_IMPORTED_MODULE_1__ =
-        __webpack_require__(2760);
+        __webpack_require__(6943);
       /* 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;
 
       /***/
     },
 
-    /***/ 2760: /***/ function (module) {
+    /***/ 6943: /***/ (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__(4418);
-    });
+    /******/ var __webpack_exec__ = (moduleId) =>
+      __webpack_require__((__webpack_require__.s = moduleId));
+    /******/ __webpack_require__.O(0, [2888, 9774, 179], () =>
+      __webpack_exec__(7674)
+    );
     /******/ 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],
   {
-    /***/ 8263: /***/ function (
+    /***/ 1223: /***/ (
       __unused_webpack_module,
       __unused_webpack_exports,
       __webpack_require__
-    ) {
+    ) => {
       (window.__NEXT_P = window.__NEXT_P || []).push([
         "/dynamic",
         function () {
-          return __webpack_require__(3497);
+          return __webpack_require__(8488);
         },
       ]);
       if (false) {
@@ -18,7 +18,7 @@
       /***/
     },
 
-    /***/ 5268: /***/ function (module, exports, __webpack_require__) {
+    /***/ 837: /***/ (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__(7456);
       const _jsxruntime = __webpack_require__(7976);
       const _react = /*#__PURE__*/ _interop_require_default._(
         __webpack_require__(1258)
       );
       const _loadablesharedruntime = /*#__PURE__*/ _interop_require_default._(
-        __webpack_require__(2681)
+        __webpack_require__(4650)
       );
       const isServerSide = "object" === "undefined";
       // Normalize loader to return the module as form { default: Component } for `React.lazy`.
@@ -152,11 +152,11 @@
       /***/
     },
 
-    /***/ 5231: /***/ function (
+    /***/ 5276: /***/ (
       __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__(7456);
       const _react = /*#__PURE__*/ _interop_require_default._(
         __webpack_require__(1258)
       );
@@ -179,11 +179,11 @@
       /***/
     },
 
-    /***/ 2681: /***/ function (
+    /***/ 4650: /***/ (
       __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__(7456);
       const _react = /*#__PURE__*/ _interop_require_default._(
         __webpack_require__(1258)
       );
-      const _loadablecontextsharedruntime = __webpack_require__(5231);
+      const _loadablecontextsharedruntime = __webpack_require__(5276);
       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
       /***/
     },
 
-    /***/ 3497: /***/ function (
+    /***/ 8488: /***/ (
       __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__(7976);
       /* harmony import */ var next_dynamic__WEBPACK_IMPORTED_MODULE_1__ =
-        __webpack_require__(8548);
+        __webpack_require__(4172);
       /* 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() */ 6701)
-            .then(__webpack_require__.bind(__webpack_require__, 6701)),
+            .e(/* import() */ 9695)
+            .then(__webpack_require__.bind(__webpack_require__, 9695)),
         {
           loadableGenerated: {
-            webpack: () => [/*require.resolve*/ 6701],
+            webpack: () => [/*require.resolve*/ 9695],
           },
         }
       );
@@ -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;
 
       /***/
     },
 
-    /***/ 8548: /***/ function (
+    /***/ 4172: /***/ (
       module,
       __unused_webpack_exports,
       __webpack_require__
-    ) {
-      module.exports = __webpack_require__(5268);
+    ) => {
+      module.exports = __webpack_require__(837);
 
       /***/
     },
   },
-  /******/ 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__(8263);
-    });
+    /******/ var __webpack_exec__ = (moduleId) =>
+      __webpack_require__((__webpack_require__.s = moduleId));
+    /******/ __webpack_require__.O(0, [2888, 9774, 179], () =>
+      __webpack_exec__(1223)
+    );
     /******/ 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],
   {
-    /***/ 8164: /***/ function (
+    /***/ 4499: /***/ (
       __unused_webpack_module,
       __unused_webpack_exports,
       __webpack_require__
-    ) {
+    ) => {
       (window.__NEXT_P = window.__NEXT_P || []).push([
         "/edge-ssr",
         function () {
-          return __webpack_require__(5847);
+          return __webpack_require__(1827);
         },
       ]);
       if (false) {
@@ -18,20 +18,16 @@
       /***/
     },
 
-    /***/ 5847: /***/ function (
+    /***/ 1827: /***/ (
       __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__(8164);
-    });
+    /******/ var __webpack_exec__ = (moduleId) =>
+      __webpack_require__((__webpack_require__.s = moduleId));
+    /******/ __webpack_require__.O(0, [2888, 9774, 179], () =>
+      __webpack_exec__(4499)
+    );
     /******/ 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],
   {
-    /***/ 8921: /***/ function (
+    /***/ 2284: /***/ (
       __unused_webpack_module,
       __unused_webpack_exports,
       __webpack_require__
-    ) {
+    ) => {
       (window.__NEXT_P = window.__NEXT_P || []).push([
         "/head",
         function () {
-          return __webpack_require__(6258);
+          return __webpack_require__(9216);
         },
       ]);
       if (false) {
@@ -18,23 +18,22 @@
       /***/
     },
 
-    /***/ 6258: /***/ function (
+    /***/ 9216: /***/ (
       __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__(7976);
       /* harmony import */ var next_head__WEBPACK_IMPORTED_MODULE_1__ =
-        __webpack_require__(8683);
+        __webpack_require__(7603);
       /* 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;
 
       /***/
     },
 
-    /***/ 8683: /***/ function (
+    /***/ 7603: /***/ (
       module,
       __unused_webpack_exports,
       __webpack_require__
-    ) {
-      module.exports = __webpack_require__(1756);
+    ) => {
+      module.exports = __webpack_require__(107);
 
       /***/
     },
   },
-  /******/ 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__(8921);
-    });
+    /******/ var __webpack_exec__ = (moduleId) =>
+      __webpack_require__((__webpack_require__.s = moduleId));
+    /******/ __webpack_require__.O(0, [2888, 9774, 179], () =>
+      __webpack_exec__(2284)
+    );
     /******/ 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],
   {
-    /***/ 1585: /***/ function (
+    /***/ 1305: /***/ (
       __unused_webpack_module,
       __unused_webpack_exports,
       __webpack_require__
-    ) {
+    ) => {
       (window.__NEXT_P = window.__NEXT_P || []).push([
         "/hooks",
         function () {
-          return __webpack_require__(8859);
+          return __webpack_require__(419);
         },
       ]);
       if (false) {
@@ -18,19 +18,23 @@
       /***/
     },
 
-    /***/ 8859: /***/ function (
+    /***/ 419: /***/ (
       __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__(7976);
       /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_1__ =
         __webpack_require__(1258);
 
-      /* 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__(1585);
-    });
+    /******/ var __webpack_exec__ = (moduleId) =>
+      __webpack_require__((__webpack_require__.s = moduleId));
+    /******/ __webpack_require__.O(0, [2888, 9774, 179], () =>
+      __webpack_exec__(1305)
+    );
     /******/ 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],
   {
-    /***/ 7922: /***/ function (
+    /***/ 8303: /***/ (
       __unused_webpack_module,
       __unused_webpack_exports,
       __webpack_require__
-    ) {
+    ) => {
       (window.__NEXT_P = window.__NEXT_P || []).push([
         "/image",
         function () {
-          return __webpack_require__(5492);
+          return __webpack_require__(316);
         },
       ]);
       if (false) {
@@ -18,7 +18,7 @@
       /***/
     },
 
-    /***/ 6524: /***/ function (module, exports, __webpack_require__) {
+    /***/ 8950: /***/ (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__(7456);
+      const _interop_require_wildcard = __webpack_require__(7321);
       const _jsxruntime = __webpack_require__(7976);
       const _react = /*#__PURE__*/ _interop_require_wildcard._(
         __webpack_require__(1258)
@@ -40,15 +40,15 @@
         __webpack_require__(7139)
       );
       const _head = /*#__PURE__*/ _interop_require_default._(
-        __webpack_require__(1756)
+        __webpack_require__(107)
       );
-      const _getimgprops = __webpack_require__(1134);
-      const _imageconfig = __webpack_require__(2138);
-      const _imageconfigcontextsharedruntime = __webpack_require__(6425);
-      const _warnonce = __webpack_require__(2008);
-      const _routercontextsharedruntime = __webpack_require__(2196);
+      const _getimgprops = __webpack_require__(9781);
+      const _imageconfig = __webpack_require__(8251);
+      const _imageconfigcontextsharedruntime = __webpack_require__(3189);
+      const _warnonce = __webpack_require__(2790);
+      const _routercontextsharedruntime = __webpack_require__(5532);
       const _imageloader = /*#__PURE__*/ _interop_require_default._(
-        __webpack_require__(6183)
+        __webpack_require__(2515)
       );
       // This is replaced by webpack define plugin
       const configEnv = {
@@ -379,11 +379,11 @@
       /***/
     },
 
-    /***/ 1134: /***/ function (
+    /***/ 9781: /***/ (
       __unused_webpack_module,
       exports,
       __webpack_require__
-    ) {
+    ) => {
       "use strict";
 
       Object.defineProperty(exports, "__esModule", {
@@ -395,9 +395,9 @@
           return getImgProps;
         },
       });
-      const _warnonce = __webpack_require__(2008);
-      const _imageblursvg = __webpack_require__(1042);
-      const _imageconfig = __webpack_require__(2138);
+      const _warnonce = __webpack_require__(2790);
+      const _imageblursvg = __webpack_require__(7901);
+      const _imageconfig = __webpack_require__(8251);
       const VALID_LOADING_VALUES =
         /* unused pure expression or super */ null && [
           "lazy",
@@ -772,7 +772,7 @@
       /***/
     },
 
-    /***/ 1042: /***/ function (__unused_webpack_module, exports) {
+    /***/ 7901: /***/ (__unused_webpack_module, exports) => {
       "use strict";
       /**
        * A shared function, used on both client and server, to generate a SVG blur placeholder.
@@ -827,11 +827,11 @@
       /***/
     },
 
-    /***/ 4131: /***/ function (
+    /***/ 6275: /***/ (
       __unused_webpack_module,
       exports,
       __webpack_require__
-    ) {
+    ) => {
       "use strict";
 
       Object.defineProperty(exports, "__esModule", {
@@ -853,11 +853,11 @@
           return getImageProps;
         },
       });
-      const _interop_require_default = __webpack_require__(2430);
-      const _getimgprops = __webpack_require__(1134);
-      const _imagecomponent = __webpack_require__(6524);
+      const _interop_require_default = __webpack_require__(7456);
+      const _getimgprops = __webpack_require__(9781);
+      const _imagecomponent = __webpack_require__(8950);
       const _imageloader = /*#__PURE__*/ _interop_require_default._(
-        __webpack_require__(6183)
+        __webpack_require__(2515)
       );
       function getImageProps(imgProps) {
         const { props } = (0, _getimgprops.getImgProps)(imgProps, {
@@ -889,7 +889,7 @@
       /***/
     },
 
-    /***/ 6183: /***/ function (__unused_webpack_module, exports) {
+    /***/ 2515: /***/ (__unused_webpack_module, exports) => {
       "use strict";
 
       Object.defineProperty(exports, "__esModule", {
@@ -924,36 +924,32 @@
       /***/
     },
 
-    /***/ 5492: /***/ function (
+    /***/ 316: /***/ (
       __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@18.3.0/node_modules/react/jsx-runtime.js
       var jsx_runtime = __webpack_require__(7976);
-      // EXTERNAL MODULE: ./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_react-dom@18.3.0_react@18.3.0/node_modules/next/image.js
-      var next_image = __webpack_require__(6792);
+      // EXTERNAL MODULE: ./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_react-dom@18.3.0_react@18.3.0/node_modules/next/image.js
+      var next_image = __webpack_require__(6535);
       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 +967,28 @@
         });
       }
       var __N_SSP = true;
-      /* harmony default export */ var pages_image = ImagePage;
+      /* harmony default export */ const pages_image = ImagePage;
 
       /***/
     },
 
-    /***/ 6792: /***/ function (
+    /***/ 6535: /***/ (
       module,
       __unused_webpack_exports,
       __webpack_require__
-    ) {
-      module.exports = __webpack_require__(4131);
+    ) => {
+      module.exports = __webpack_require__(6275);
 
       /***/
     },
   },
-  /******/ 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__(7922);
-    });
+    /******/ var __webpack_exec__ = (moduleId) =>
+      __webpack_require__((__webpack_require__.s = moduleId));
+    /******/ __webpack_require__.O(0, [2888, 9774, 179], () =>
+      __webpack_exec__(8303)
+    );
     /******/ 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],
   {
-    /***/ 1558: /***/ function (
+    /***/ 8445: /***/ (
       __unused_webpack_module,
       __unused_webpack_exports,
       __webpack_require__
-    ) {
+    ) => {
       (window.__NEXT_P = window.__NEXT_P || []).push([
         "/",
         function () {
-          return __webpack_require__(3122);
+          return __webpack_require__(7220);
         },
       ]);
       if (false) {
@@ -18,34 +18,32 @@
       /***/
     },
 
-    /***/ 3122: /***/ function (
+    /***/ 7220: /***/ (
       __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__(1558);
-    });
+    /******/ var __webpack_exec__ = (moduleId) =>
+      __webpack_require__((__webpack_require__.s = moduleId));
+    /******/ __webpack_require__.O(0, [2888, 9774, 179], () =>
+      __webpack_exec__(8445)
+    );
     /******/ 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],
   {
-    /***/ 2027: /***/ function (
+    /***/ 393: /***/ (
       __unused_webpack_module,
       __unused_webpack_exports,
       __webpack_require__
-    ) {
+    ) => {
       (window.__NEXT_P = window.__NEXT_P || []).push([
         "/link",
         function () {
-          return __webpack_require__(8570);
+          return __webpack_require__(1127);
         },
       ]);
       if (false) {
@@ -18,7 +18,7 @@
       /***/
     },
 
-    /***/ 1143: /***/ function (module, exports) {
+    /***/ 8131: /***/ (module, exports) => {
       "use strict";
 
       Object.defineProperty(exports, "__esModule", {
@@ -110,7 +110,7 @@
       /***/
     },
 
-    /***/ 6401: /***/ function (module, exports, __webpack_require__) {
+    /***/ 9570: /***/ (module, exports, __webpack_require__) => {
       "use strict";
 
       Object.defineProperty(exports, "__esModule", {
@@ -122,7 +122,7 @@
           return getDomainLocale;
         },
       });
-      const _normalizetrailingslash = __webpack_require__(3872);
+      const _normalizetrailingslash = __webpack_require__(2300);
       const basePath =
         /* unused pure expression or super */ null && (false || "");
       function getDomainLocale(path, locale, locales, domainLocales) {
@@ -146,7 +146,7 @@
       /***/
     },
 
-    /***/ 1932: /***/ function (module, exports, __webpack_require__) {
+    /***/ 3506: /***/ (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__(7456);
       const _jsxruntime = __webpack_require__(7976);
       const _react = /*#__PURE__*/ _interop_require_default._(
         __webpack_require__(1258)
       );
-      const _resolvehref = __webpack_require__(9034);
-      const _islocalurl = __webpack_require__(968);
-      const _formaturl = __webpack_require__(8090);
-      const _utils = __webpack_require__(5798);
-      const _addlocale = __webpack_require__(3850);
-      const _routercontextsharedruntime = __webpack_require__(2196);
-      const _approutercontextsharedruntime = __webpack_require__(178);
-      const _useintersection = __webpack_require__(9438);
-      const _getdomainlocale = __webpack_require__(6401);
-      const _addbasepath = __webpack_require__(3401);
-      const _routerreducertypes = __webpack_require__(1143);
+      const _resolvehref = __webpack_require__(2898);
+      const _islocalurl = __webpack_require__(8129);
+      const _formaturl = __webpack_require__(5620);
+      const _utils = __webpack_require__(737);
+      const _addlocale = __webpack_require__(3022);
+      const _routercontextsharedruntime = __webpack_require__(5532);
+      const _approutercontextsharedruntime = __webpack_require__(4307);
+      const _useintersection = __webpack_require__(9743);
+      const _getdomainlocale = __webpack_require__(9570);
+      const _addbasepath = __webpack_require__(5207);
+      const _routerreducertypes = __webpack_require__(8131);
       const prefetched = new Set();
       function prefetch(router, href, as, options, appOptions, isAppRouter) {
         if (false) {
@@ -594,7 +594,7 @@
       /***/
     },
 
-    /***/ 9438: /***/ function (module, exports, __webpack_require__) {
+    /***/ 9743: /***/ (module, exports, __webpack_require__) => {
       "use strict";
 
       Object.defineProperty(exports, "__esModule", {
@@ -607,7 +607,7 @@
         },
       });
       const _react = __webpack_require__(1258);
-      const _requestidlecallback = __webpack_require__(5732);
+      const _requestidlecallback = __webpack_require__(4217);
       const hasIntersectionObserver =
         typeof IntersectionObserver === "function";
       const observers = new Map();
@@ -720,23 +720,22 @@
       /***/
     },
 
-    /***/ 8570: /***/ function (
+    /***/ 1127: /***/ (
       __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__(7976);
       /* harmony import */ var next_link__WEBPACK_IMPORTED_MODULE_1__ =
-        __webpack_require__(6414);
+        __webpack_require__(4753);
       /* 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;
 
       /***/
     },
 
-    /***/ 6414: /***/ function (
+    /***/ 4753: /***/ (
       module,
       __unused_webpack_exports,
       __webpack_require__
-    ) {
-      module.exports = __webpack_require__(1932);
+    ) => {
+      module.exports = __webpack_require__(3506);
 
       /***/
     },
   },
-  /******/ 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__(2027);
-    });
+    /******/ var __webpack_exec__ = (moduleId) =>
+      __webpack_require__((__webpack_require__.s = moduleId));
+    /******/ __webpack_require__.O(0, [2888, 9774, 179], () =>
+      __webpack_exec__(393)
+    );
     /******/ 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],
   {
-    /***/ 8494: /***/ function (
+    /***/ 5175: /***/ (
       __unused_webpack_module,
       __unused_webpack_exports,
       __webpack_require__
-    ) {
+    ) => {
       (window.__NEXT_P = window.__NEXT_P || []).push([
         "/routerDirect",
         function () {
-          return __webpack_require__(7150);
+          return __webpack_require__(6038);
         },
       ]);
       if (false) {
@@ -18,23 +18,22 @@
       /***/
     },
 
-    /***/ 7150: /***/ function (
+    /***/ 6038: /***/ (
       __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__(7976);
       /* harmony import */ var next_router__WEBPACK_IMPORTED_MODULE_1__ =
-        __webpack_require__(8981);
+        __webpack_require__(9479);
       /* 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;
 
       /***/
     },
 
-    /***/ 8981: /***/ function (
+    /***/ 9479: /***/ (
       module,
       __unused_webpack_exports,
       __webpack_require__
-    ) {
-      module.exports = __webpack_require__(9253);
+    ) => {
+      module.exports = __webpack_require__(3492);
 
       /***/
     },
   },
-  /******/ 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__(8494);
-    });
+    /******/ var __webpack_exec__ = (moduleId) =>
+      __webpack_require__((__webpack_require__.s = moduleId));
+    /******/ __webpack_require__.O(0, [2888, 9774, 179], () =>
+      __webpack_exec__(5175)
+    );
     /******/ 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],
   {
-    /***/ 428: /***/ function (
+    /***/ 3377: /***/ (
       __unused_webpack_module,
       __unused_webpack_exports,
       __webpack_require__
-    ) {
+    ) => {
       (window.__NEXT_P = window.__NEXT_P || []).push([
         "/script",
         function () {
-          return __webpack_require__(1228);
+          return __webpack_require__(5546);
         },
       ]);
       if (false) {
@@ -18,23 +18,22 @@
       /***/
     },
 
-    /***/ 1228: /***/ function (
+    /***/ 5546: /***/ (
       __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__(7976);
       /* harmony import */ var next_script__WEBPACK_IMPORTED_MODULE_1__ =
-        __webpack_require__(7347);
+        __webpack_require__(3493);
       /* 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;
 
       /***/
     },
 
-    /***/ 7347: /***/ function (
+    /***/ 3493: /***/ (
       module,
       __unused_webpack_exports,
       __webpack_require__
-    ) {
-      module.exports = __webpack_require__(1419);
+    ) => {
+      module.exports = __webpack_require__(7481);
 
       /***/
     },
   },
-  /******/ 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__(428);
-    });
+    /******/ var __webpack_exec__ = (moduleId) =>
+      __webpack_require__((__webpack_require__.s = moduleId));
+    /******/ __webpack_require__.O(0, [2888, 9774, 179], () =>
+      __webpack_exec__(3377)
+    );
     /******/ 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],
   {
-    /***/ 150: /***/ function (
+    /***/ 333: /***/ (
       __unused_webpack_module,
       __unused_webpack_exports,
       __webpack_require__
-    ) {
+    ) => {
       (window.__NEXT_P = window.__NEXT_P || []).push([
         "/withRouter",
         function () {
-          return __webpack_require__(2473);
+          return __webpack_require__(2188);
         },
       ]);
       if (false) {
@@ -18,23 +18,22 @@
       /***/
     },
 
-    /***/ 2473: /***/ function (
+    /***/ 2188: /***/ (
       __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__(7976);
       /* harmony import */ var next_router__WEBPACK_IMPORTED_MODULE_1__ =
-        __webpack_require__(8981);
+        __webpack_require__(9479);
       /* 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);
 
       /***/
     },
 
-    /***/ 8981: /***/ function (
+    /***/ 9479: /***/ (
       module,
       __unused_webpack_exports,
       __webpack_require__
-    ) {
-      module.exports = __webpack_require__(9253);
+    ) => {
+      module.exports = __webpack_require__(3492);
 
       /***/
     },
   },
-  /******/ 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__(150);
-    });
+    /******/ var __webpack_exec__ = (moduleId) =>
+      __webpack_require__((__webpack_require__.s = moduleId));
+    /******/ __webpack_require__.O(0, [2888, 9774, 179], () =>
+      __webpack_exec__(333)
+    );
     /******/ var __webpack_exports__ = __webpack_require__.O();
     /******/ _N_E = __webpack_exports__;
     /******/
Diff for 139-HASH.js

Diff too large to display

Diff for 2478adb3-HASH.js

Diff too large to display

Diff for 4967-HASH.js
@@ -1,8 +1,8 @@
 "use strict";
 (self["webpackChunk_N_E"] = self["webpackChunk_N_E"] || []).push([
-  [4967],
+  [5967],
   {
-    /***/ 4967: /***/ function (module, exports, __webpack_require__) {
+    /***/ 5967: /***/ (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__(509);
-      const _interop_require_wildcard = __webpack_require__(9640);
-      const _jsxruntime = __webpack_require__(539);
+      const _interop_require_default = __webpack_require__(9278);
+      const _interop_require_wildcard = __webpack_require__(9330);
+      const _jsxruntime = __webpack_require__(1644);
       const _react = /*#__PURE__*/ _interop_require_wildcard._(
-        __webpack_require__(8080)
+        __webpack_require__(5234)
       );
       const _reactdom = /*#__PURE__*/ _interop_require_default._(
-        __webpack_require__(7126)
+        __webpack_require__(8000)
       );
       const _head = /*#__PURE__*/ _interop_require_default._(
-        __webpack_require__(149)
+        __webpack_require__(4155)
       );
-      const _getimgprops = __webpack_require__(1506);
-      const _imageconfig = __webpack_require__(402);
-      const _imageconfigcontextsharedruntime = __webpack_require__(3870);
-      const _warnonce = __webpack_require__(1999);
-      const _routercontextsharedruntime = __webpack_require__(7685);
+      const _getimgprops = __webpack_require__(8449);
+      const _imageconfig = __webpack_require__(1022);
+      const _imageconfigcontextsharedruntime = __webpack_require__(4648);
+      const _warnonce = __webpack_require__(8958);
+      const _routercontextsharedruntime = __webpack_require__(2305);
       const _imageloader = /*#__PURE__*/ _interop_require_default._(
-        __webpack_require__(8233)
+        __webpack_require__(5521)
       );
       // This is replaced by webpack define plugin
       const configEnv = {
@@ -363,11 +363,11 @@
       /***/
     },
 
-    /***/ 4941: /***/ function (
+    /***/ 5564: /***/ (
       __unused_webpack_module,
       exports,
       __webpack_require__
-    ) {
+    ) => {
       Object.defineProperty(exports, "__esModule", {
         value: true,
       });
@@ -377,9 +377,9 @@
           return AmpStateContext;
         },
       });
-      const _interop_require_default = __webpack_require__(509);
+      const _interop_require_default = __webpack_require__(9278);
       const _react = /*#__PURE__*/ _interop_require_default._(
-        __webpack_require__(8080)
+        __webpack_require__(5234)
       );
       const AmpStateContext = _react.default.createContext({});
       if (false) {
@@ -388,7 +388,7 @@
       /***/
     },
 
-    /***/ 9465: /***/ function (__unused_webpack_module, exports) {
+    /***/ 3147: /***/ (__unused_webpack_module, exports) => {
       Object.defineProperty(exports, "__esModule", {
         value: true,
       });
@@ -410,11 +410,11 @@
       /***/
     },
 
-    /***/ 1506: /***/ function (
+    /***/ 8449: /***/ (
       __unused_webpack_module,
       exports,
       __webpack_require__
-    ) {
+    ) => {
       Object.defineProperty(exports, "__esModule", {
         value: true,
       });
@@ -424,9 +424,9 @@
           return getImgProps;
         },
       });
-      const _warnonce = __webpack_require__(1999);
-      const _imageblursvg = __webpack_require__(1573);
-      const _imageconfig = __webpack_require__(402);
+      const _warnonce = __webpack_require__(8958);
+      const _imageblursvg = __webpack_require__(915);
+      const _imageconfig = __webpack_require__(1022);
       const VALID_LOADING_VALUES =
         /* unused pure expression or super */ null && [
           "lazy",
@@ -801,7 +801,7 @@
       /***/
     },
 
-    /***/ 149: /***/ function (module, exports, __webpack_require__) {
+    /***/ 4155: /***/ (module, exports, __webpack_require__) => {
       /* __next_internal_client_entry_do_not_use__  cjs */
       Object.defineProperty(exports, "__esModule", {
         value: true,
@@ -822,19 +822,19 @@
           return defaultHead;
         },
       });
-      const _interop_require_default = __webpack_require__(509);
-      const _interop_require_wildcard = __webpack_require__(9640);
-      const _jsxruntime = __webpack_require__(539);
+      const _interop_require_default = __webpack_require__(9278);
+      const _interop_require_wildcard = __webpack_require__(9330);
+      const _jsxruntime = __webpack_require__(1644);
       const _react = /*#__PURE__*/ _interop_require_wildcard._(
-        __webpack_require__(8080)
+        __webpack_require__(5234)
       );
       const _sideeffect = /*#__PURE__*/ _interop_require_default._(
-        __webpack_require__(4465)
+        __webpack_require__(7188)
       );
-      const _ampcontextsharedruntime = __webpack_require__(4941);
-      const _headmanagercontextsharedruntime = __webpack_require__(2312);
-      const _ampmode = __webpack_require__(9465);
-      const _warnonce = __webpack_require__(1999);
+      const _ampcontextsharedruntime = __webpack_require__(5564);
+      const _headmanagercontextsharedruntime = __webpack_require__(4695);
+      const _ampmode = __webpack_require__(3147);
+      const _warnonce = __webpack_require__(8958);
       function defaultHead(inAmpMode) {
         if (inAmpMode === void 0) inAmpMode = false;
         const head = [
@@ -1010,7 +1010,7 @@
       /***/
     },
 
-    /***/ 1573: /***/ function (__unused_webpack_module, exports) {
+    /***/ 915: /***/ (__unused_webpack_module, exports) => {
       /**
        * A shared function, used on both client and server, to generate a SVG blur placeholder.
        */
@@ -1064,11 +1064,11 @@
       /***/
     },
 
-    /***/ 3870: /***/ function (
+    /***/ 4648: /***/ (
       __unused_webpack_module,
       exports,
       __webpack_require__
-    ) {
+    ) => {
       Object.defineProperty(exports, "__esModule", {
         value: true,
       });
@@ -1078,11 +1078,11 @@
           return ImageConfigContext;
         },
       });
-      const _interop_require_default = __webpack_require__(509);
+      const _interop_require_default = __webpack_require__(9278);
       const _react = /*#__PURE__*/ _interop_require_default._(
-        __webpack_require__(8080)
+        __webpack_require__(5234)
       );
-      const _imageconfig = __webpack_require__(402);
+      const _imageconfig = __webpack_require__(1022);
       const ImageConfigContext = _react.default.createContext(
         _imageconfig.imageConfigDefault
       );
@@ -1092,7 +1092,7 @@
       /***/
     },
 
-    /***/ 402: /***/ function (__unused_webpack_module, exports) {
+    /***/ 1022: /***/ (__unused_webpack_module, exports) => {
       Object.defineProperty(exports, "__esModule", {
         value: true,
       });
@@ -1139,7 +1139,7 @@
       /***/
     },
 
-    /***/ 8233: /***/ function (__unused_webpack_module, exports) {
+    /***/ 5521: /***/ (__unused_webpack_module, exports) => {
       Object.defineProperty(exports, "__esModule", {
         value: true,
       });
@@ -1172,11 +1172,11 @@
       /***/
     },
 
-    /***/ 7685: /***/ function (
+    /***/ 2305: /***/ (
       __unused_webpack_module,
       exports,
       __webpack_require__
-    ) {
+    ) => {
       Object.defineProperty(exports, "__esModule", {
         value: true,
       });
@@ -1186,9 +1186,9 @@
           return RouterContext;
         },
       });
-      const _interop_require_default = __webpack_require__(509);
+      const _interop_require_default = __webpack_require__(9278);
       const _react = /*#__PURE__*/ _interop_require_default._(
-        __webpack_require__(8080)
+        __webpack_require__(5234)
       );
       const RouterContext = _react.default.createContext(null);
       if (false) {
@@ -1197,11 +1197,11 @@
       /***/
     },
 
-    /***/ 4465: /***/ function (
+    /***/ 7188: /***/ (
       __unused_webpack_module,
       exports,
       __webpack_require__
-    ) {
+    ) => {
       Object.defineProperty(exports, "__esModule", {
         value: true,
       });
@@ -1211,7 +1211,7 @@
           return SideEffect;
         },
       });
-      const _react = __webpack_require__(8080);
+      const _react = __webpack_require__(5234);
       const isServer = typeof window === "undefined";
       const useClientOnlyLayoutEffect = isServer
         ? () => {}
Diff for 6701.HASH.js
@@ -1,17 +1,15 @@
 "use strict";
 (self["webpackChunk_N_E"] = self["webpackChunk_N_E"] || []).push([
-  [6701],
+  [9695],
   {
-    /***/ 6701: /***/ function (
+    /***/ 9695: /***/ (
       __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 framework-HASH.js
@@ -2,11 +2,11 @@
 (self["webpackChunk_N_E"] = self["webpackChunk_N_E"] || []).push([
   [9774],
   {
-    /***/ 3858: /***/ function (
+    /***/ 3858: /***/ (
       __unused_webpack_module,
       exports,
       __webpack_require__
-    ) {
+    ) => {
       /**
        * @license React
        * react-dom.production.min.js
@@ -8690,11 +8690,11 @@
       /***/
     },
 
-    /***/ 4975: /***/ function (
+    /***/ 4975: /***/ (
       __unused_webpack_module,
       exports,
       __webpack_require__
-    ) {
+    ) => {
       var m = __webpack_require__(7139);
       if (true) {
         exports.createRoot = m.createRoot;
@@ -8706,11 +8706,11 @@
       /***/
     },
 
-    /***/ 7139: /***/ function (
+    /***/ 7139: /***/ (
       module,
       __unused_webpack_exports,
       __webpack_require__
-    ) {
+    ) => {
       function checkDCE() {
         /* global __REACT_DEVTOOLS_GLOBAL_HOOK__ */
         if (
@@ -8742,11 +8742,11 @@
       /***/
     },
 
-    /***/ 8759: /***/ function (
+    /***/ 8759: /***/ (
       __unused_webpack_module,
       exports,
       __webpack_require__
-    ) {
+    ) => {
       /**
        * @license React
        * react-jsx-runtime.production.min.js
@@ -8791,7 +8791,7 @@
       /***/
     },
 
-    /***/ 1933: /***/ function (__unused_webpack_module, exports) {
+    /***/ 1933: /***/ (__unused_webpack_module, exports) => {
       /**
        * @license React
        * react.production.min.js
@@ -9186,11 +9186,11 @@
       /***/
     },
 
-    /***/ 1258: /***/ function (
+    /***/ 1258: /***/ (
       module,
       __unused_webpack_exports,
       __webpack_require__
-    ) {
+    ) => {
       if (true) {
         module.exports = __webpack_require__(1933);
       } else {
@@ -9199,11 +9199,11 @@
       /***/
     },
 
-    /***/ 7976: /***/ function (
+    /***/ 7976: /***/ (
       module,
       __unused_webpack_exports,
       __webpack_require__
-    ) {
+    ) => {
       if (true) {
         module.exports = __webpack_require__(8759);
       } else {
@@ -9212,7 +9212,7 @@
       /***/
     },
 
-    /***/ 3832: /***/ function (__unused_webpack_module, exports) {
+    /***/ 3832: /***/ (__unused_webpack_module, exports) => {
       /**
        * @license React
        * scheduler.production.min.js
@@ -9508,11 +9508,11 @@
       /***/
     },
 
-    /***/ 5879: /***/ function (
+    /***/ 5879: /***/ (
       module,
       __unused_webpack_exports,
       __webpack_require__
-    ) {
+    ) => {
       if (true) {
         module.exports = __webpack_require__(3832);
       } 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],
   {
-    /***/ 7667: /***/ function (
+    /***/ 129: /***/ (
       __unused_webpack_module,
       __unused_webpack_exports,
       __webpack_require__
-    ) {
+    ) => {
       Promise.resolve(/* import() eager */).then(
-        __webpack_require__.t.bind(__webpack_require__, 9226, 23)
+        __webpack_require__.t.bind(__webpack_require__, 9609, 23)
       );
       Promise.resolve(/* import() eager */).then(
-        __webpack_require__.t.bind(__webpack_require__, 6408, 23)
+        __webpack_require__.t.bind(__webpack_require__, 501, 23)
       );
       Promise.resolve(/* import() eager */).then(
-        __webpack_require__.t.bind(__webpack_require__, 5009, 23)
+        __webpack_require__.t.bind(__webpack_require__, 3129, 23)
       );
       Promise.resolve(/* import() eager */).then(
-        __webpack_require__.t.bind(__webpack_require__, 8605, 23)
+        __webpack_require__.t.bind(__webpack_require__, 5131, 23)
       );
       Promise.resolve(/* import() eager */).then(
-        __webpack_require__.t.bind(__webpack_require__, 3367, 23)
+        __webpack_require__.t.bind(__webpack_require__, 3323, 23)
       );
       Promise.resolve(/* import() eager */).then(
-        __webpack_require__.t.bind(__webpack_require__, 492, 23)
+        __webpack_require__.t.bind(__webpack_require__, 7814, 23)
       );
       Promise.resolve(/* import() eager */).then(
-        __webpack_require__.t.bind(__webpack_require__, 8379, 23)
+        __webpack_require__.t.bind(__webpack_require__, 8252, 23)
       );
       Promise.resolve(/* import() eager */).then(
-        __webpack_require__.t.bind(__webpack_require__, 3577, 23)
+        __webpack_require__.t.bind(__webpack_require__, 4479, 23)
       );
       Promise.resolve(/* import() eager */).then(
-        __webpack_require__.bind(__webpack_require__, 7422)
+        __webpack_require__.bind(__webpack_require__, 4472)
       );
       Promise.resolve(/* import() eager */).then(
-        __webpack_require__.t.bind(__webpack_require__, 9490, 23)
+        __webpack_require__.t.bind(__webpack_require__, 7728, 23)
       );
 
       /***/
     },
   },
-  /******/ function (__webpack_require__) {
+  /******/ (__webpack_require__) => {
     // webpackRuntimeModules
-    /******/ var __webpack_exec__ = function (moduleId) {
-      return __webpack_require__((__webpack_require__.s = moduleId));
-    };
-    /******/ __webpack_require__.O(0, [7535, 139], function () {
-      return __webpack_exec__(2636), __webpack_exec__(7667);
-    });
+    /******/ var __webpack_exec__ = (moduleId) =>
+      __webpack_require__((__webpack_require__.s = moduleId));
+    /******/ __webpack_require__.O(
+      0,
+      [905, 7316],
+      () => (__webpack_exec__(1008), __webpack_exec__(129))
+    );
     /******/ 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 + "." + "de2dd874b2446542" + ".js"
+        "static/chunks/" + chunkId + "." + "0eae84ca563349f4" + ".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,19 +224,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;
@@ -287,17 +272,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);
         /******/
       };
@@ -317,9 +299,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",
@@ -333,15 +315,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 (
@@ -360,21 +340,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
@@ -385,7 +364,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,
@@ -403,9 +382,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
@@ -413,7 +394,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)
@@ -464,28 +445,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.