Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Font loader call json parsing fix #41052

Merged
merged 4 commits into from Sep 30, 2022

Conversation

hanneslund
Copy link
Contributor

Stringify into one json object instead. Previously parsing would break if a string included a semicolon.

Bug

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

Feature

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

Documentation / Examples

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

@ijjk
Copy link
Member

ijjk commented Sep 30, 2022

Failing test suites

Commit: fd21a69

pnpm testheadless test/e2e/app-dir/rsc-basic.test.ts

  • app dir - react server components > should suspense next/image in server components
  • app dir - react server components > should handle external async module libraries correctly
  • app dir - react server components > should handle various kinds of exports correctly
  • app dir - react server components > should support native modules in server component
  • app dir - react server components > should resolve different kinds of components correctly
  • app dir - react server components > should render initial styles of css-in-js in SSR correctly
  • app dir - react server components > should support streaming for flight response
  • app dir - react server components > should support partial hydration with inlined server data
  • app dir - react server components > should resolve the subset react in server components based on the react-server condition
  • app dir - react server components > should resolve 3rd party package exports based on the react-server condition
  • app dir - react server components > should be able to opt-out 3rd party packages being bundled in server components
Expand output

● app dir - react server components › should suspense next/image in server components

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

Matcher error: received value must not be null nor undefined

Received has value: undefined

  244 |     const imageTag = getNodeBySelector(imageHTML, '#myimg')
  245 |
> 246 |     expect(imageTag.attr('src')).toContain('data:image')
      |                                  ^
  247 |   })
  248 |
  249 |   it('should handle external async module libraries correctly', async () => {

  at Object.<anonymous> (e2e/app-dir/rsc-basic.test.ts:246:34)

● app dir - react server components › should handle external async module libraries correctly

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

Expected substring: "module type:esm-export"
Received string:    "<!DOCTYPE html><html><head><style data-next-hide-fouc=\"true\">body{display:none}</style><noscript data-next-hide-fouc=\"true\"><style>body{display:block}</style></noscript><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width\"/><meta name=\"next-head-count\" content=\"2\"/><noscript data-n-css=\"\"></noscript><script defer=\"\" nomodule=\"\" src=\"/_next/static/chunks/polyfills.js?ts=1664528610574\"></script><script src=\"/_next/static/chunks/webpack.js?ts=1664528610574\" defer=\"\"></script><script src=\"/_next/static/chunks/main.js?ts=1664528610574\" defer=\"\"></script><script src=\"/_next/static/chunks/pages/_app.js?ts=1664528610574\" defer=\"\"></script><script src=\"/_next/static/chunks/pages/_error.js?ts=1664528610574\" defer=\"\"></script><script src=\"/_next/static/development/_buildManifest.js?ts=1664528610574\" defer=\"\"></script><script src=\"/_next/static/development/_ssgManifest.js?ts=1664528610574\" defer=\"\"></script><noscript id=\"__next_css__DO_NOT_USE__\"></noscript></head><body><div id=\"__next\"></div><script src=\"/_next/static/chunks/react-refresh.js?ts=1664528610574\"></script><script id=\"__NEXT_DATA__\" type=\"application/json\">{\"props\":{\"pageProps\":{\"statusCode\":500}},\"page\":\"/_error\",\"query\":{\"__NEXT_PAGE\":\"/external-imports\"},\"buildId\":\"development\",\"isFallback\":false,\"err\":{\"name\":\"Error\",\"source\":\"server\",\"message\":\"Cannot find module for page: /external-imports/page\",\"stack\":\"Error: Cannot find module for page: /external-imports/page\\n    at getPagePath (/tmp/next-install-ab742b9dfd515805d8b5dc446dfc4add69ae6d5e4a87e4424364dc8dddb800f3/node_modules/next/dist/server/require.js:47:15)\\n    at Object.requirePage (/tmp/next-install-ab742b9dfd515805d8b5dc446dfc4add69ae6d5e4a87e4424364dc8dddb800f3/node_modules/next/dist/server/require.js:52:22)\\n    at /tmp/next-install-ab742b9dfd515805d8b5dc446dfc4add69ae6d5e4a87e4424364dc8dddb800f3/node_modules/next/dist/server/load-components.js:61:73\\n    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\\n    at async Object.loadComponents (/tmp/next-install-ab742b9dfd515805d8b5dc446dfc4add69ae6d5e4a87e4424364dc8dddb800f3/node_modules/next/dist/server/load-components.js:61:26)\\n    at async Object.loadStaticPaths (/tmp/next-install-ab742b9dfd515805d8b5dc446dfc4add69ae6d5e4a87e4424364dc8dddb800f3/node_modules/next/dist/server/dev/static-paths-worker.js:25:24)\"},\"gip\":true,\"scriptLoader\":[]}</script></body></html>"

  249 |   it('should handle external async module libraries correctly', async () => {
  250 |     const html = await renderViaHTTP(next.url, '/external-imports')
> 251 |     expect(html).toContain('module type:esm-export')
      |                  ^
  252 |     expect(html).toContain('export named:named')
  253 |     expect(html).toContain('export value:123')
  254 |     expect(html).toContain('export array:4,5,6')

  at Object.<anonymous> (e2e/app-dir/rsc-basic.test.ts:251:18)

● app dir - react server components › should handle various kinds of exports correctly

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

Expected substring: "abcde"
Received string:    "{\"props\":{\"pageProps\":{\"statusCode\":500}},\"page\":\"/_error\",\"query\":{\"__NEXT_PAGE\":\"/various-exports\"},\"buildId\":\"development\",\"isFallback\":false,\"err\":{\"name\":\"Error\",\"source\":\"server\",\"message\":\"Cannot find module for page: /various-exports/page\",\"stack\":\"Error: Cannot find module for page: /various-exports/page\\n    at getPagePath (/tmp/next-install-ab742b9dfd515805d8b5dc446dfc4add69ae6d5e4a87e4424364dc8dddb800f3/node_modules/next/dist/server/require.js:47:15)\\n    at Object.requirePage (/tmp/next-install-ab742b9dfd515805d8b5dc446dfc4add69ae6d5e4a87e4424364dc8dddb800f3/node_modules/next/dist/server/require.js:52:22)\\n    at /tmp/next-install-ab742b9dfd515805d8b5dc446dfc4add69ae6d5e4a87e4424364dc8dddb800f3/node_modules/next/dist/server/load-components.js:61:73\\n    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\\n    at async Object.loadComponents (/tmp/next-install-ab742b9dfd515805d8b5dc446dfc4add69ae6d5e4a87e4424364dc8dddb800f3/node_modules/next/dist/server/load-components.js:61:26)\\n    at async Object.loadStaticPaths (/tmp/next-install-ab742b9dfd515805d8b5dc446dfc4add69ae6d5e4a87e4424364dc8dddb800f3/node_modules/next/dist/server/dev/static-paths-worker.js:25:24)\"},\"gip\":true,\"scriptLoader\":[]}"

  260 |     const content = getNodeBySelector(html, 'body').text()
  261 |
> 262 |     expect(content).toContain('abcde')
      |                     ^
  263 |     expect(content).toContain('default-export-arrow.client')
  264 |     expect(content).toContain('named.client')
  265 |

  at Object.<anonymous> (e2e/app-dir/rsc-basic.test.ts:262:21)

● app dir - react server components › should support native modules in server component

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

Expected substring: "fs: function"
Received string:    "{\"props\":{\"pageProps\":{\"statusCode\":500}},\"page\":\"/_error\",\"query\":{\"__NEXT_PAGE\":\"/native-module\"},\"buildId\":\"development\",\"isFallback\":false,\"err\":{\"name\":\"Error\",\"source\":\"server\",\"message\":\"Cannot find module for page: /native-module/page\",\"stack\":\"Error: Cannot find module for page: /native-module/page\\n    at getPagePath (/tmp/next-install-ab742b9dfd515805d8b5dc446dfc4add69ae6d5e4a87e4424364dc8dddb800f3/node_modules/next/dist/server/require.js:47:15)\\n    at Object.requirePage (/tmp/next-install-ab742b9dfd515805d8b5dc446dfc4add69ae6d5e4a87e4424364dc8dddb800f3/node_modules/next/dist/server/require.js:52:22)\\n    at /tmp/next-install-ab742b9dfd515805d8b5dc446dfc4add69ae6d5e4a87e4424364dc8dddb800f3/node_modules/next/dist/server/load-components.js:61:73\\n    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\\n    at async Object.loadComponents (/tmp/next-install-ab742b9dfd515805d8b5dc446dfc4add69ae6d5e4a87e4424364dc8dddb800f3/node_modules/next/dist/server/load-components.js:61:26)\\n    at async Object.loadStaticPaths (/tmp/next-install-ab742b9dfd515805d8b5dc446dfc4add69ae6d5e4a87e4424364dc8dddb800f3/node_modules/next/dist/server/dev/static-paths-worker.js:25:24)\"},\"gip\":true,\"scriptLoader\":[]}"

  279 |     const content = getNodeBySelector(html, 'body').text()
  280 |
> 281 |     expect(content).toContain('fs: function')
      |                     ^
  282 |     expect(content).toContain('foo.client')
  283 |   })
  284 |

  at Object.<anonymous> (e2e/app-dir/rsc-basic.test.ts:281:21)

● app dir - react server components › should resolve different kinds of components correctly

TypeError: Cannot read properties of null (reading 'matchAll')

  289 |
  290 |     // Should have 5 occurrences of "client_component".
> 291 |     expect(Array.from(main.matchAll(/client_component/g)).length).toBe(5)
      |                            ^
  292 |
  293 |     // Should have 2 occurrences of "shared:server", and 2 occurrences of
  294 |     // "shared:client".

  at Object.<anonymous> (e2e/app-dir/rsc-basic.test.ts:291:28)

● app dir - react server components › should render initial styles of css-in-js in SSR correctly

expect(received).toMatch(expected)

Expected pattern: /{color:(\s*)purple;?}/
Received string:  "<style data-next-hide-fouc=\"true\">body{display:none}</style><noscript data-next-hide-fouc=\"true\"><style>body{display:block}</style></noscript><meta charset=\"utf-8\"><meta name=\"viewport\" content=\"width=device-width\"><meta name=\"next-head-count\" content=\"2\"><noscript data-n-css></noscript><script defer nomodule src=\"/_next/static/chunks/polyfills.js?ts=1664528611827\"></script><script src=\"/_next/static/chunks/webpack.js?ts=1664528611827\" defer></script><script src=\"/_next/static/chunks/main.js?ts=1664528611827\" defer></script><script src=\"/_next/static/chunks/pages/_app.js?ts=1664528611827\" defer></script><script src=\"/_next/static/chunks/pages/_error.js?ts=1664528611827\" defer></script><script src=\"/_next/static/development/_buildManifest.js?ts=1664528611827\" defer></script><script src=\"/_next/static/development/_ssgManifest.js?ts=1664528611827\" defer></script><noscript id=\"__next_css__DO_NOT_USE__\"></noscript>"

  310 |
  311 |     // from styled-jsx
> 312 |     expect(head).toMatch(/{color:(\s*)purple;?}/) // styled-jsx/style
      |                  ^
  313 |     expect(head).toMatch(/{color:(\s*)hotpink;?}/) // styled-jsx/css
  314 |
  315 |     // from styled-components

  at Object.<anonymous> (e2e/app-dir/rsc-basic.test.ts:312:18)

● app dir - react server components › should support streaming for flight response

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

Expected substring: "component:index.server"
Received string:    "<!DOCTYPE html><html><head><style data-next-hide-fouc=\"true\">body{display:none}</style><noscript data-next-hide-fouc=\"true\"><style>body{display:block}</style></noscript><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width\"/><meta name=\"next-head-count\" content=\"2\"/><noscript data-n-css=\"\"></noscript><script defer=\"\" nomodule=\"\" src=\"/_next/static/chunks/polyfills.js?ts=1664528616251\"></script><script src=\"/_next/static/chunks/webpack.js?ts=1664528616251\" defer=\"\"></script><script src=\"/_next/static/chunks/main.js?ts=1664528616251\" defer=\"\"></script><script src=\"/_next/static/chunks/pages/_app.js?ts=1664528616251\" defer=\"\"></script><script src=\"/_next/static/chunks/pages/_error.js?ts=1664528616251\" defer=\"\"></script><script src=\"/_next/static/development/_buildManifest.js?ts=1664528616251\" defer=\"\"></script><script src=\"/_next/static/development/_ssgManifest.js?ts=1664528616251\" defer=\"\"></script><noscript id=\"__next_css__DO_NOT_USE__\"></noscript></head><body><div id=\"__next\"></div><script src=\"/_next/static/chunks/react-refresh.js?ts=1664528616251\"></script><script id=\"__NEXT_DATA__\" type=\"application/json\">{\"props\":{\"pageProps\":{\"statusCode\":500}},\"page\":\"/_error\",\"query\":{\"__NEXT_PAGE\":\"/\"},\"buildId\":\"development\",\"isFallback\":false,\"err\":{\"name\":\"TypeError\",\"source\":\"server\",\"message\":\"__webpack_require__.C is not a function\",\"stack\":\"TypeError: __webpack_require__.C is not a function\\n    at /tmp/next-install-ab742b9dfd515805d8b5dc446dfc4add69ae6d5e4a87e4424364dc8dddb800f3/.next/server/app/page.js:1028:21\\n    at Object.\\u003canonymous\\u003e (/tmp/next-install-ab742b9dfd515805d8b5dc446dfc4add69ae6d5e4a87e4424364dc8dddb800f3/.next/server/app/page.js:1033:3)\\n    at Module._compile (node:internal/modules/cjs/loader:1149:14)\\n    at Module._extensions..js (node:internal/modules/cjs/loader:1203:10)\\n    at Module.load (node:internal/modules/cjs/loader:1027:32)\\n    at Module._load (node:internal/modules/cjs/loader:868:12)\\n    at Module.require (node:internal/modules/cjs/loader:1051:19)\\n    at require (node:internal/modules/cjs/helpers:103:18)\\n    at Object.requirePage (/tmp/next-install-ab742b9dfd515805d8b5dc446dfc4add69ae6d5e4a87e4424364dc8dddb800f3/node_modules/next/dist/server/require.js:58:12)\\n    at /tmp/next-install-ab742b9dfd515805d8b5dc446dfc4add69ae6d5e4a87e4424364dc8dddb800f3/node_modules/next/dist/server/load-components.js:61:73\"},\"gip\":true,\"scriptLoader\":[]}</script></body></html>"

  343 |     ).then(async (response) => {
  344 |       const result = await resolveStreamResponse(response)
> 345 |       expect(result).toContain('component:index.server')
      |                      ^
  346 |     })
  347 |   })
  348 |

  at e2e/app-dir/rsc-basic.test.ts:345:22
  at Object.<anonymous> (e2e/app-dir/rsc-basic.test.ts:334:5)

● app dir - react server components › should support partial hydration with inlined server data

expect(received).toBe(expected) // Object.is equality

Expected: true
Received: false

  366 |         })
  367 |
> 368 |         expect(gotFallback).toBe(true)
      |                             ^
  369 |         expect(gotData).toBe(true)
  370 |         expect(gotInlinedData).toBe(true)
  371 |       }

  at e2e/app-dir/rsc-basic.test.ts:368:29
  at Object.<anonymous> (e2e/app-dir/rsc-basic.test.ts:350:5)

● app dir - react server components › should resolve the subset react in server components based on the react-server condition

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

Expected substring: "Server: <!-- -->subset"
Received string:    "<!DOCTYPE html><html><head><style data-next-hide-fouc=\"true\">body{display:none}</style><noscript data-next-hide-fouc=\"true\"><style>body{display:block}</style></noscript><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width\"/><meta name=\"next-head-count\" content=\"2\"/><noscript data-n-css=\"\"></noscript><script defer=\"\" nomodule=\"\" src=\"/_next/static/chunks/polyfills.js?ts=1664528616744\"></script><script src=\"/_next/static/chunks/webpack.js?ts=1664528616744\" defer=\"\"></script><script src=\"/_next/static/chunks/main.js?ts=1664528616744\" defer=\"\"></script><script src=\"/_next/static/chunks/pages/_app.js?ts=1664528616744\" defer=\"\"></script><script src=\"/_next/static/chunks/pages/_error.js?ts=1664528616744\" defer=\"\"></script><script src=\"/_next/static/development/_buildManifest.js?ts=1664528616744\" defer=\"\"></script><script src=\"/_next/static/development/_ssgManifest.js?ts=1664528616744\" defer=\"\"></script><noscript id=\"__next_css__DO_NOT_USE__\"></noscript></head><body><div id=\"__next\"></div><script src=\"/_next/static/chunks/react-refresh.js?ts=1664528616744\"></script><script id=\"__NEXT_DATA__\" type=\"application/json\">{\"props\":{\"pageProps\":{\"statusCode\":500}},\"page\":\"/_error\",\"query\":{\"__NEXT_PAGE\":\"/react-server\"},\"buildId\":\"development\",\"isFallback\":false,\"err\":{\"name\":\"Error\",\"source\":\"server\",\"message\":\"Cannot find module for page: /react-server/page\",\"stack\":\"Error: Cannot find module for page: /react-server/page\\n    at getPagePath (/tmp/next-install-ab742b9dfd515805d8b5dc446dfc4add69ae6d5e4a87e4424364dc8dddb800f3/node_modules/next/dist/server/require.js:47:15)\\n    at Object.requirePage (/tmp/next-install-ab742b9dfd515805d8b5dc446dfc4add69ae6d5e4a87e4424364dc8dddb800f3/node_modules/next/dist/server/require.js:52:22)\\n    at /tmp/next-install-ab742b9dfd515805d8b5dc446dfc4add69ae6d5e4a87e4424364dc8dddb800f3/node_modules/next/dist/server/load-components.js:61:73\\n    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\\n    at async Object.loadComponents (/tmp/next-install-ab742b9dfd515805d8b5dc446dfc4add69ae6d5e4a87e4424364dc8dddb800f3/node_modules/next/dist/server/load-components.js:61:26)\\n    at async Object.loadStaticPaths (/tmp/next-install-ab742b9dfd515805d8b5dc446dfc4add69ae6d5e4a87e4424364dc8dddb800f3/node_modules/next/dist/server/dev/static-paths-worker.js:25:24)\"},\"gip\":true,\"scriptLoader\":[]}</script></body></html>"

  395 |     await fetchViaHTTP(next.url, '/react-server').then(async (response) => {
  396 |       const result = await resolveStreamResponse(response)
> 397 |       expect(result).toContain('Server: <!-- -->subset')
      |                      ^
  398 |       expect(result).toContain('Client: <!-- -->full')
  399 |     })
  400 |   })

  at e2e/app-dir/rsc-basic.test.ts:397:22
  at Object.<anonymous> (e2e/app-dir/rsc-basic.test.ts:395:5)

● app dir - react server components › should resolve 3rd party package exports based on the react-server condition

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

Expected substring: "Server: index.react-server:react.subset:dep.server"
Received string:    "<!DOCTYPE html><html><head><style data-next-hide-fouc=\"true\">body{display:none}</style><noscript data-next-hide-fouc=\"true\"><style>body{display:block}</style></noscript><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width\"/><meta name=\"next-head-count\" content=\"2\"/><noscript data-n-css=\"\"></noscript><script defer=\"\" nomodule=\"\" src=\"/_next/static/chunks/polyfills.js?ts=1664528617011\"></script><script src=\"/_next/static/chunks/webpack.js?ts=1664528617011\" defer=\"\"></script><script src=\"/_next/static/chunks/main.js?ts=1664528617011\" defer=\"\"></script><script src=\"/_next/static/chunks/pages/_app.js?ts=1664528617011\" defer=\"\"></script><script src=\"/_next/static/chunks/pages/_error.js?ts=1664528617011\" defer=\"\"></script><script src=\"/_next/static/development/_buildManifest.js?ts=1664528617011\" defer=\"\"></script><script src=\"/_next/static/development/_ssgManifest.js?ts=1664528617011\" defer=\"\"></script><noscript id=\"__next_css__DO_NOT_USE__\"></noscript></head><body><div id=\"__next\"></div><script src=\"/_next/static/chunks/react-refresh.js?ts=1664528617011\"></script><script id=\"__NEXT_DATA__\" type=\"application/json\">{\"props\":{\"pageProps\":{\"statusCode\":500}},\"page\":\"/_error\",\"query\":{\"__NEXT_PAGE\":\"/react-server/3rd-party-package\"},\"buildId\":\"development\",\"isFallback\":false,\"err\":{\"name\":\"Error\",\"source\":\"server\",\"message\":\"Cannot find module for page: /react-server/3rd-party-package/page\",\"stack\":\"Error: Cannot find module for page: /react-server/3rd-party-package/page\\n    at getPagePath (/tmp/next-install-ab742b9dfd515805d8b5dc446dfc4add69ae6d5e4a87e4424364dc8dddb800f3/node_modules/next/dist/server/require.js:47:15)\\n    at Object.requirePage (/tmp/next-install-ab742b9dfd515805d8b5dc446dfc4add69ae6d5e4a87e4424364dc8dddb800f3/node_modules/next/dist/server/require.js:52:22)\\n    at /tmp/next-install-ab742b9dfd515805d8b5dc446dfc4add69ae6d5e4a87e4424364dc8dddb800f3/node_modules/next/dist/server/load-components.js:61:73\\n    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\\n    at async Object.loadComponents (/tmp/next-install-ab742b9dfd515805d8b5dc446dfc4add69ae6d5e4a87e4424364dc8dddb800f3/node_modules/next/dist/server/load-components.js:61:26)\\n    at async Object.loadStaticPaths (/tmp/next-install-ab742b9dfd515805d8b5dc446dfc4add69ae6d5e4a87e4424364dc8dddb800f3/node_modules/next/dist/server/dev/static-paths-worker.js:25:24)\"},\"gip\":true,\"scriptLoader\":[]}</script></body></html>"

  407 |         // Package should be resolved based on the react-server condition,
  408 |         // as well as package's internal & external dependencies.
> 409 |         expect(result).toContain(
      |                        ^
  410 |           'Server: index.react-server:react.subset:dep.server'
  411 |         )
  412 |         expect(result).toContain('Client: index.default:react.full:dep.default')

  at e2e/app-dir/rsc-basic.test.ts:409:24
  at Object.<anonymous> (e2e/app-dir/rsc-basic.test.ts:403:5)

● app dir - react server components › should be able to opt-out 3rd party packages being bundled in server components

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

Expected substring: "Server: index.default"
Received string:    "<!DOCTYPE html><html><head><style data-next-hide-fouc=\"true\">body{display:none}</style><noscript data-next-hide-fouc=\"true\"><style>body{display:block}</style></noscript><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width\"/><meta name=\"next-head-count\" content=\"2\"/><noscript data-n-css=\"\"></noscript><script defer=\"\" nomodule=\"\" src=\"/_next/static/chunks/polyfills.js?ts=1664528617228\"></script><script src=\"/_next/static/chunks/webpack.js?ts=1664528617228\" defer=\"\"></script><script src=\"/_next/static/chunks/main.js?ts=1664528617228\" defer=\"\"></script><script src=\"/_next/static/chunks/pages/_app.js?ts=1664528617228\" defer=\"\"></script><script src=\"/_next/static/chunks/pages/_error.js?ts=1664528617228\" defer=\"\"></script><script src=\"/_next/static/development/_buildManifest.js?ts=1664528617228\" defer=\"\"></script><script src=\"/_next/static/development/_ssgManifest.js?ts=1664528617228\" defer=\"\"></script><noscript id=\"__next_css__DO_NOT_USE__\"></noscript></head><body><div id=\"__next\"></div><script src=\"/_next/static/chunks/react-refresh.js?ts=1664528617228\"></script><script id=\"__NEXT_DATA__\" type=\"application/json\">{\"props\":{\"pageProps\":{\"statusCode\":500}},\"page\":\"/_error\",\"query\":{\"__NEXT_PAGE\":\"/react-server/optout\"},\"buildId\":\"development\",\"isFallback\":false,\"err\":{\"name\":\"Error\",\"source\":\"server\",\"message\":\"Cannot find module for page: /react-server/optout/page\",\"stack\":\"Error: Cannot find module for page: /react-server/optout/page\\n    at getPagePath (/tmp/next-install-ab742b9dfd515805d8b5dc446dfc4add69ae6d5e4a87e4424364dc8dddb800f3/node_modules/next/dist/server/require.js:47:15)\\n    at Object.requirePage (/tmp/next-install-ab742b9dfd515805d8b5dc446dfc4add69ae6d5e4a87e4424364dc8dddb800f3/node_modules/next/dist/server/require.js:52:22)\\n    at /tmp/next-install-ab742b9dfd515805d8b5dc446dfc4add69ae6d5e4a87e4424364dc8dddb800f3/node_modules/next/dist/server/load-components.js:61:73\\n    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\\n    at async Object.loadComponents (/tmp/next-install-ab742b9dfd515805d8b5dc446dfc4add69ae6d5e4a87e4424364dc8dddb800f3/node_modules/next/dist/server/load-components.js:61:26)\\n    at async Object.loadStaticPaths (/tmp/next-install-ab742b9dfd515805d8b5dc446dfc4add69ae6d5e4a87e4424364dc8dddb800f3/node_modules/next/dist/server/dev/static-paths-worker.js:25:24)\"},\"gip\":true,\"scriptLoader\":[]}</script></body></html>"

  423 |       async (response) => {
  424 |         const result = await resolveStreamResponse(response)
> 425 |         expect(result).toContain('Server: index.default')
      |                        ^
  426 |         expect(result).toContain('Server subpath: subpath.default')
  427 |         expect(result).toContain('Client: index.default')
  428 |         expect(result).toContain('Client subpath: subpath.default')

  at e2e/app-dir/rsc-basic.test.ts:425:24
  at Object.<anonymous> (e2e/app-dir/rsc-basic.test.ts:422:5)

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

@ijjk
Copy link
Member

ijjk commented Sep 30, 2022

Stats from current PR

Default Build (Increase detected ⚠️)
General Overall decrease ✓
vercel/next.js canary hanneslund/next.js next-font-loader-json Change
buildDuration 31.8s 30.1s -1.7s
buildDurationCached 8.4s 8.3s -92ms
nodeModulesSize 91.9 MB 91.9 MB -382 B
nextStartRea..uration (ms) 299ms 275ms -24ms
nextDevReadyDuration 327ms 326ms -1ms
Page Load Tests Overall decrease ⚠️
vercel/next.js canary hanneslund/next.js next-font-loader-json Change
/ failed reqs 0 0
/ total time (seconds) 10.138 10.053 -0.08
/ avg req/sec 246.59 248.69 +2.1
/error-in-render failed reqs 0 0
/error-in-render total time (seconds) 6.655 6.762 ⚠️ +0.11
/error-in-render avg req/sec 375.68 369.7 ⚠️ -5.98
Client Bundles (main, webpack) Overall decrease ✓
vercel/next.js canary hanneslund/next.js next-font-loader-json Change
263-HASH.js gzip 12.2 kB 12.2 kB
763.HASH.js gzip 179 B 179 B
app-internal..HASH.js gzip 409 B 406 B -3 B
framework-HASH.js gzip 48.8 kB 48.8 kB
main-app-HASH.js gzip 3.95 kB 3.95 kB -2 B
main-HASH.js gzip 31 kB 31 kB
webpack-HASH.js gzip 1.73 kB 1.73 kB
Overall change 98.3 kB 98.2 kB -5 B
Legacy Client Bundles (polyfills)
vercel/next.js canary hanneslund/next.js next-font-loader-json Change
polyfills-HASH.js gzip 31 kB 31 kB
Overall change 31 kB 31 kB
Client Pages Overall increase ⚠️
vercel/next.js canary hanneslund/next.js next-font-loader-json Change
_app-HASH.js gzip 201 B 202 B ⚠️ +1 B
_error-HASH.js gzip 194 B 195 B ⚠️ +1 B
amp-HASH.js gzip 492 B 490 B -2 B
css-HASH.js gzip 327 B 328 B ⚠️ +1 B
dynamic-HASH.js gzip 2.03 kB 2.03 kB
edge-ssr-HASH.js gzip 272 B 272 B
head-HASH.js gzip 356 B 356 B
hooks-HASH.js gzip 803 B 804 B ⚠️ +1 B
image-HASH.js gzip 4.88 kB 4.88 kB ⚠️ +4 B
index-HASH.js gzip 264 B 261 B -3 B
link-HASH.js gzip 2.37 kB 2.37 kB -1 B
routerDirect..HASH.js gzip 321 B 319 B -2 B
script-HASH.js gzip 390 B 392 B ⚠️ +2 B
withRouter-HASH.js gzip 318 B 318 B
85e02e95b279..7e3.css gzip 107 B 107 B
Overall change 13.3 kB 13.3 kB ⚠️ +2 B
Client Build Manifests Overall decrease ✓
vercel/next.js canary hanneslund/next.js next-font-loader-json Change
_buildManifest.js gzip 484 B 483 B -1 B
Overall change 484 B 483 B -1 B
Rendered Page Sizes
vercel/next.js canary hanneslund/next.js next-font-loader-json Change
index.html gzip 513 B 511 B -2 B
link.html gzip 526 B 527 B ⚠️ +1 B
withRouter.html gzip 506 B 507 B ⚠️ +1 B
Overall change 1.54 kB 1.54 kB
Edge SSR bundle Size
vercel/next.js canary hanneslund/next.js next-font-loader-json Change
edge-ssr.js gzip 57.5 kB 57.5 kB -5 B
page.js gzip 66.3 kB 66.3 kB ⚠️ +5 B
Overall change 124 kB 124 kB
Middleware size Overall increase ⚠️
vercel/next.js canary hanneslund/next.js next-font-loader-json Change
middleware-b..fest.js gzip 605 B 606 B ⚠️ +1 B
middleware-r..fest.js gzip 145 B 145 B
middleware.js gzip 18.3 kB 18.3 kB ⚠️ +7 B
edge-runtime..pack.js gzip 1.83 kB 1.83 kB
Overall change 20.9 kB 20.9 kB ⚠️ +8 B

Diffs

Diff for page.js

Diff too large to display

Diff for middleware-b..-manifest.js
@@ -7,96 +7,96 @@ self.__BUILD_MANIFEST = {
     "static/BUILD_ID/_ssgManifest.js"
   ],
   rootMainFiles: [
-    "static/chunks/webpack-614b935f44273220.js",
+    "static/chunks/webpack-90dc29c93e4df918.js",
     "static/chunks/framework-678aff0bb8ee52d2.js",
-    "static/chunks/263-35cc9bf0e5ce448f.js",
-    "static/chunks/main-app-3af85c4a1cccd3df.js"
+    "static/chunks/37-83dce667d051066b.js",
+    "static/chunks/main-app-01be8816cd2ebd17.js"
   ],
   pages: {
     "/": [
-      "static/chunks/webpack-614b935f44273220.js",
+      "static/chunks/webpack-90dc29c93e4df918.js",
       "static/chunks/framework-678aff0bb8ee52d2.js",
-      "static/chunks/main-211ecdb7fee85366.js",
-      "static/chunks/pages/index-7006f133a7f411c1.js"
+      "static/chunks/main-d712e38463beccbc.js",
+      "static/chunks/pages/index-a0dbceb1acd97141.js"
     ],
     "/_app": [
-      "static/chunks/webpack-614b935f44273220.js",
+      "static/chunks/webpack-90dc29c93e4df918.js",
       "static/chunks/framework-678aff0bb8ee52d2.js",
-      "static/chunks/main-211ecdb7fee85366.js",
-      "static/chunks/pages/_app-12ffc2b7115683be.js"
+      "static/chunks/main-d712e38463beccbc.js",
+      "static/chunks/pages/_app-71d03ec80432714d.js"
     ],
     "/_error": [
-      "static/chunks/webpack-614b935f44273220.js",
+      "static/chunks/webpack-90dc29c93e4df918.js",
       "static/chunks/framework-678aff0bb8ee52d2.js",
-      "static/chunks/main-211ecdb7fee85366.js",
-      "static/chunks/pages/_error-087ce1b1fb55609f.js"
+      "static/chunks/main-d712e38463beccbc.js",
+      "static/chunks/pages/_error-812087a3eff7337a.js"
     ],
     "/amp": [
-      "static/chunks/webpack-614b935f44273220.js",
+      "static/chunks/webpack-90dc29c93e4df918.js",
       "static/chunks/framework-678aff0bb8ee52d2.js",
-      "static/chunks/main-211ecdb7fee85366.js",
-      "static/chunks/pages/amp-782a2a4b83a9c596.js"
+      "static/chunks/main-d712e38463beccbc.js",
+      "static/chunks/pages/amp-6af15d9ea01dca3c.js"
     ],
     "/css": [
-      "static/chunks/webpack-614b935f44273220.js",
+      "static/chunks/webpack-90dc29c93e4df918.js",
       "static/chunks/framework-678aff0bb8ee52d2.js",
-      "static/chunks/main-211ecdb7fee85366.js",
+      "static/chunks/main-d712e38463beccbc.js",
       "static/css/94fdbc56eafa2039.css",
-      "static/chunks/pages/css-0742f8df5574a2e1.js"
+      "static/chunks/pages/css-eb52c5ce4b1b2161.js"
     ],
     "/dynamic": [
-      "static/chunks/webpack-614b935f44273220.js",
+      "static/chunks/webpack-90dc29c93e4df918.js",
       "static/chunks/framework-678aff0bb8ee52d2.js",
-      "static/chunks/main-211ecdb7fee85366.js",
-      "static/chunks/pages/dynamic-e0d9f7d67377624d.js"
+      "static/chunks/main-d712e38463beccbc.js",
+      "static/chunks/pages/dynamic-d743104cad24cf7b.js"
     ],
     "/edge-ssr": [
-      "static/chunks/webpack-614b935f44273220.js",
+      "static/chunks/webpack-90dc29c93e4df918.js",
       "static/chunks/framework-678aff0bb8ee52d2.js",
-      "static/chunks/main-211ecdb7fee85366.js",
-      "static/chunks/pages/edge-ssr-ec71d2c6be7eb73c.js"
+      "static/chunks/main-d712e38463beccbc.js",
+      "static/chunks/pages/edge-ssr-cce7817452545c4e.js"
     ],
     "/head": [
-      "static/chunks/webpack-614b935f44273220.js",
+      "static/chunks/webpack-90dc29c93e4df918.js",
       "static/chunks/framework-678aff0bb8ee52d2.js",
-      "static/chunks/main-211ecdb7fee85366.js",
-      "static/chunks/pages/head-0e365abb20eafa94.js"
+      "static/chunks/main-d712e38463beccbc.js",
+      "static/chunks/pages/head-d86b8689a698c2eb.js"
     ],
     "/hooks": [
-      "static/chunks/webpack-614b935f44273220.js",
+      "static/chunks/webpack-90dc29c93e4df918.js",
       "static/chunks/framework-678aff0bb8ee52d2.js",
-      "static/chunks/main-211ecdb7fee85366.js",
-      "static/chunks/pages/hooks-57a847a4de579d36.js"
+      "static/chunks/main-d712e38463beccbc.js",
+      "static/chunks/pages/hooks-85059ebdd58dd774.js"
     ],
     "/image": [
-      "static/chunks/webpack-614b935f44273220.js",
+      "static/chunks/webpack-90dc29c93e4df918.js",
       "static/chunks/framework-678aff0bb8ee52d2.js",
-      "static/chunks/main-211ecdb7fee85366.js",
-      "static/chunks/pages/image-4162a2659c5d2acc.js"
+      "static/chunks/main-d712e38463beccbc.js",
+      "static/chunks/pages/image-8d05bd8ffa907f71.js"
     ],
     "/link": [
-      "static/chunks/webpack-614b935f44273220.js",
+      "static/chunks/webpack-90dc29c93e4df918.js",
       "static/chunks/framework-678aff0bb8ee52d2.js",
-      "static/chunks/main-211ecdb7fee85366.js",
-      "static/chunks/pages/link-94c7f90bbfcb9a73.js"
+      "static/chunks/main-d712e38463beccbc.js",
+      "static/chunks/pages/link-26ad2fab1093b50f.js"
     ],
     "/routerDirect": [
-      "static/chunks/webpack-614b935f44273220.js",
+      "static/chunks/webpack-90dc29c93e4df918.js",
       "static/chunks/framework-678aff0bb8ee52d2.js",
-      "static/chunks/main-211ecdb7fee85366.js",
-      "static/chunks/pages/routerDirect-d9a92f165150c850.js"
+      "static/chunks/main-d712e38463beccbc.js",
+      "static/chunks/pages/routerDirect-bab250ea4edec8a6.js"
     ],
     "/script": [
-      "static/chunks/webpack-614b935f44273220.js",
+      "static/chunks/webpack-90dc29c93e4df918.js",
       "static/chunks/framework-678aff0bb8ee52d2.js",
-      "static/chunks/main-211ecdb7fee85366.js",
-      "static/chunks/pages/script-4246c666062b93a2.js"
+      "static/chunks/main-d712e38463beccbc.js",
+      "static/chunks/pages/script-d2e59ee82261b34b.js"
     ],
     "/withRouter": [
-      "static/chunks/webpack-614b935f44273220.js",
+      "static/chunks/webpack-90dc29c93e4df918.js",
       "static/chunks/framework-678aff0bb8ee52d2.js",
-      "static/chunks/main-211ecdb7fee85366.js",
-      "static/chunks/pages/withRouter-9d5070dfea49aed8.js"
+      "static/chunks/main-d712e38463beccbc.js",
+      "static/chunks/pages/withRouter-6728711715b7767b.js"
     ]
   },
   ampFirstPages: []
Diff for middleware-r..-manifest.js
@@ -1,6 +1,6 @@
 self.__REACT_LOADABLE_MANIFEST = {
   "dynamic.js -> ../components/hello": {
-    id: 4763,
-    files: ["static/chunks/763.4675268ea2b1b617.js"]
+    id: 1854,
+    files: ["static/chunks/854.b6465d4dd4e21333.js"]
   }
 };
Diff for middleware.js
@@ -1,7 +1,7 @@
 (self["webpackChunk_N_E"] = self["webpackChunk_N_E"] || []).push([
   [826],
   {
-    /***/ 8635: /***/ (
+    /***/ 1002: /***/ (
       __unused_webpack_module,
       __webpack_exports__,
       __webpack_require__
@@ -14,13 +14,13 @@
         /* harmony export */
       });
       /* harmony import */ var next_dist_server_web_adapter__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
-        9581
+        7286
       );
 
       (0,
       next_dist_server_web_adapter__WEBPACK_IMPORTED_MODULE_0__ /* .enhanceGlobals */.gL)();
 
-      var mod = __webpack_require__(5078);
+      var mod = __webpack_require__(2967);
       var handler = mod.middleware || mod.default;
 
       if (typeof handler !== "function") {
@@ -46,7 +46,7 @@
       /***/
     },
 
-    /***/ 5078: /***/ (
+    /***/ 2967: /***/ (
       __unused_webpack_module,
       __webpack_exports__,
       __webpack_require__
@@ -58,7 +58,7 @@
         /* harmony export */
       });
       /* harmony import */ var next_server__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
-        3543
+        9201
       );
       /* harmony import */ var next_server__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/ __webpack_require__.n(
         next_server__WEBPACK_IMPORTED_MODULE_0__
@@ -71,7 +71,7 @@
       /***/
     },
 
-    /***/ 9441: /***/ (__unused_webpack_module, exports) => {
+    /***/ 6265: /***/ (__unused_webpack_module, exports) => {
       "use strict";
 
       Object.defineProperty(exports, "__esModule", {
@@ -91,7 +91,7 @@
       /***/
     },
 
-    /***/ 4214: /***/ (__unused_webpack_module, exports) => {
+    /***/ 3486: /***/ (__unused_webpack_module, exports) => {
       "use strict";
 
       Object.defineProperty(exports, "__esModule", {
@@ -129,7 +129,7 @@
       /***/
     },
 
-    /***/ 5882: /***/ (__unused_webpack_module, exports) => {
+    /***/ 6104: /***/ (__unused_webpack_module, exports) => {
       "use strict";
 
       Object.defineProperty(exports, "__esModule", {
@@ -161,7 +161,7 @@
       /***/
     },
 
-    /***/ 7321: /***/ (
+    /***/ 2365: /***/ (
       __unused_webpack_module,
       exports,
       __webpack_require__
@@ -172,8 +172,8 @@
         value: true
       });
       exports.addLocale = addLocale;
-      var _addPathPrefix = __webpack_require__(3078);
-      var _pathHasPrefix = __webpack_require__(880);
+      var _addPathPrefix = __webpack_require__(861);
+      var _pathHasPrefix = __webpack_require__(5579);
       function addLocale(path, locale, defaultLocale, ignorePrefix) {
         if (
           locale &&
@@ -193,7 +193,7 @@
       /***/
     },
 
-    /***/ 3078: /***/ (
+    /***/ 861: /***/ (
       __unused_webpack_module,
       exports,
       __webpack_require__
@@ -204,7 +204,7 @@
         value: true
       });
       exports.addPathPrefix = addPathPrefix;
-      var _parsePath = __webpack_require__(5868);
+      var _parsePath = __webpack_require__(242);
       function addPathPrefix(path, prefix) {
         if (!path.startsWith("/") || !prefix) {
           return path;
@@ -216,7 +216,7 @@
       /***/
     },
 
-    /***/ 1931: /***/ (
+    /***/ 7118: /***/ (
       __unused_webpack_module,
       exports,
       __webpack_require__
@@ -227,7 +227,7 @@
         value: true
       });
       exports.addPathSuffix = addPathSuffix;
-      var _parsePath = __webpack_require__(5868);
+      var _parsePath = __webpack_require__(242);
       function addPathSuffix(path, suffix) {
         if (!path.startsWith("/") || !suffix) {
           return path;
@@ -239,7 +239,7 @@
       /***/
     },
 
-    /***/ 5062: /***/ (
+    /***/ 9902: /***/ (
       __unused_webpack_module,
       exports,
       __webpack_require__
@@ -250,10 +250,10 @@
         value: true
       });
       exports.formatNextPathnameInfo = formatNextPathnameInfo;
-      var _removeTrailingSlash = __webpack_require__(4380);
-      var _addPathPrefix = __webpack_require__(3078);
-      var _addPathSuffix = __webpack_require__(1931);
-      var _addLocale = __webpack_require__(7321);
+      var _removeTrailingSlash = __webpack_require__(7621);
+      var _addPathPrefix = __webpack_require__(861);
+      var _addPathSuffix = __webpack_require__(7118);
+      var _addLocale = __webpack_require__(2365);
       function formatNextPathnameInfo(info) {
         let pathname = (0, _addLocale).addLocale(
           info.pathname,
@@ -281,7 +281,7 @@
       /***/
     },
 
-    /***/ 9111: /***/ (
+    /***/ 2289: /***/ (
       __unused_webpack_module,
       exports,
       __webpack_require__
@@ -292,9 +292,9 @@
         value: true
       });
       exports.getNextPathnameInfo = getNextPathnameInfo;
-      var _normalizeLocalePath = __webpack_require__(5882);
-      var _removePathPrefix = __webpack_require__(7793);
-      var _pathHasPrefix = __webpack_require__(880);
+      var _normalizeLocalePath = __webpack_require__(6104);
+      var _removePathPrefix = __webpack_require__(6449);
+      var _pathHasPrefix = __webpack_require__(5579);
       function getNextPathnameInfo(pathname, options) {
         var _nextConfig;
         const { basePath, i18n, trailingSlash } =
@@ -344,7 +344,7 @@
       /***/
     },
 
-    /***/ 5868: /***/ (__unused_webpack_module, exports) => {
+    /***/ 242: /***/ (__unused_webpack_module, exports) => {
       "use strict";
 
       Object.defineProperty(exports, "__esModule", {
@@ -378,7 +378,7 @@
       /***/
     },
 
-    /***/ 880: /***/ (
+    /***/ 5579: /***/ (
       __unused_webpack_module,
       exports,
       __webpack_require__
@@ -389,7 +389,7 @@
         value: true
       });
       exports.pathHasPrefix = pathHasPrefix;
-      var _parsePath = __webpack_require__(5868);
+      var _parsePath = __webpack_require__(242);
       function pathHasPrefix(path, prefix) {
         if (typeof path !== "string") {
           return false;
@@ -401,7 +401,7 @@
       /***/
     },
 
-    /***/ 3998: /***/ (__unused_webpack_module, exports) => {
+    /***/ 9165: /***/ (__unused_webpack_module, exports) => {
       "use strict";
 
       Object.defineProperty(exports, "__esModule", {
@@ -420,7 +420,7 @@
       /***/
     },
 
-    /***/ 7793: /***/ (
+    /***/ 6449: /***/ (
       __unused_webpack_module,
       exports,
       __webpack_require__
@@ -431,7 +431,7 @@
         value: true
       });
       exports.removePathPrefix = removePathPrefix;
-      var _pathHasPrefix = __webpack_require__(880);
+      var _pathHasPrefix = __webpack_require__(5579);
       function removePathPrefix(path, prefix) {
         if ((0, _pathHasPrefix).pathHasPrefix(path, prefix)) {
           const withoutPrefix = path.slice(prefix.length);
@@ -445,7 +445,7 @@
       /***/
     },
 
-    /***/ 4380: /***/ (__unused_webpack_module, exports) => {
+    /***/ 7621: /***/ (__unused_webpack_module, exports) => {
       "use strict";
 
       Object.defineProperty(exports, "__esModule", {
@@ -459,7 +459,7 @@
       /***/
     },
 
-    /***/ 7463: /***/ module => {
+    /***/ 7875: /***/ module => {
       var __dirname = "/";
       (() => {
         "use strict";
@@ -587,7 +587,7 @@
       /***/
     },
 
-    /***/ 9561: /***/ (module, exports, __webpack_require__) => {
+    /***/ 2992: /***/ (module, exports, __webpack_require__) => {
       var __dirname = "/";
       var __WEBPACK_AMD_DEFINE_RESULT__;
       (() => {
@@ -1429,7 +1429,7 @@
       /***/
     },
 
-    /***/ 4927: /***/ (__unused_webpack_module, exports) => {
+    /***/ 8809: /***/ (__unused_webpack_module, exports) => {
       "use strict";
 
       Object.defineProperty(exports, "__esModule", {
@@ -1471,7 +1471,7 @@
       /***/
     },
 
-    /***/ 9581: /***/ (
+    /***/ 7286: /***/ (
       __unused_webpack_module,
       exports,
       __webpack_require__
@@ -1485,14 +1485,14 @@
       exports.VL = adapter;
       exports.OT = blockUnallowedResponse;
       exports.gL = enhanceGlobals;
-      var _error = __webpack_require__(8799);
-      var _utils = __webpack_require__(3546);
-      var _fetchEvent = __webpack_require__(8121);
-      var _request = __webpack_require__(1233);
-      var _response = __webpack_require__(7397);
-      var _relativizeUrl = __webpack_require__(3998);
-      var _nextUrl = __webpack_require__(468);
-      var _internalUtils = __webpack_require__(4927);
+      var _error = __webpack_require__(5326);
+      var _utils = __webpack_require__(1063);
+      var _fetchEvent = __webpack_require__(3112);
+      var _request = __webpack_require__(6769);
+      var _response = __webpack_require__(1169);
+      var _relativizeUrl = __webpack_require__(9165);
+      var _nextUrl = __webpack_require__(3501);
+      var _internalUtils = __webpack_require__(8809);
       class NextRequestHint extends _request.NextRequest {
         constructor(params) {
           super(params.input, params.init);
@@ -1718,7 +1718,7 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
       /***/
     },
 
-    /***/ 8799: /***/ (__unused_webpack_module, exports) => {
+    /***/ 5326: /***/ (__unused_webpack_module, exports) => {
       "use strict";
 
       Object.defineProperty(exports, "__esModule", {
@@ -1759,7 +1759,7 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
       /***/
     },
 
-    /***/ 468: /***/ (
+    /***/ 3501: /***/ (
       __unused_webpack_module,
       exports,
       __webpack_require__
@@ -1769,10 +1769,10 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
       Object.defineProperty(exports, "__esModule", {
         value: true
       });
-      var _detectDomainLocale = __webpack_require__(4214);
-      var _formatNextPathnameInfo = __webpack_require__(5062);
-      var _getHostname = __webpack_require__(9441);
-      var _getNextPathnameInfo = __webpack_require__(9111);
+      var _detectDomainLocale = __webpack_require__(3486);
+      var _formatNextPathnameInfo = __webpack_require__(9902);
+      var _getHostname = __webpack_require__(6265);
+      var _getNextPathnameInfo = __webpack_require__(2289);
       const REGEX_LOCALHOST_HOSTNAME = /(?!^https?:\/\/)(127(?:\.(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)){3}|::1|localhost)/;
       function parseURL(url, base) {
         return new URL(
@@ -1997,7 +1997,7 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
       /***/
     },
 
-    /***/ 1845: /***/ (
+    /***/ 3703: /***/ (
       __unused_webpack_module,
       exports,
       __webpack_require__
@@ -2007,7 +2007,7 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
       Object.defineProperty(exports, "__esModule", {
         value: true
       });
-      var _cookie = _interopRequireDefault(__webpack_require__(7463));
+      var _cookie = _interopRequireDefault(__webpack_require__(7875));
       function _interopRequireDefault(obj) {
         return obj && obj.__esModule
           ? obj
@@ -2142,7 +2142,7 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
       /***/
     },
 
-    /***/ 8121: /***/ (
+    /***/ 3112: /***/ (
       __unused_webpack_module,
       exports,
       __webpack_require__
@@ -2153,7 +2153,7 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
         value: true
       });
       exports.waitUntilSymbol = void 0;
-      var _error = __webpack_require__(8799);
+      var _error = __webpack_require__(5326);
       const responseSymbol = Symbol("response");
       const passThroughSymbol = Symbol("passThrough");
       const waitUntilSymbol = Symbol("waitUntil");
@@ -2206,7 +2206,7 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
       /***/
     },
 
-    /***/ 1233: /***/ (
+    /***/ 6769: /***/ (
       __unused_webpack_module,
       exports,
       __webpack_require__
@@ -2217,10 +2217,10 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
         value: true
       });
       exports.INTERNALS = void 0;
-      var _nextUrl = __webpack_require__(468);
-      var _utils = __webpack_require__(3546);
-      var _error = __webpack_require__(8799);
-      var _cookies = __webpack_require__(1845);
+      var _nextUrl = __webpack_require__(3501);
+      var _utils = __webpack_require__(1063);
+      var _error = __webpack_require__(5326);
+      var _cookies = __webpack_require__(3703);
       const INTERNALS = Symbol("internal request");
       exports.INTERNALS = INTERNALS;
       class NextRequest extends Request {
@@ -2301,7 +2301,7 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
       /***/
     },
 
-    /***/ 7397: /***/ (
+    /***/ 1169: /***/ (
       __unused_webpack_module,
       exports,
       __webpack_require__
@@ -2311,9 +2311,9 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
       Object.defineProperty(exports, "__esModule", {
         value: true
       });
-      var _nextUrl = __webpack_require__(468);
-      var _utils = __webpack_require__(3546);
-      var _cookies = __webpack_require__(1845);
+      var _nextUrl = __webpack_require__(3501);
+      var _utils = __webpack_require__(1063);
+      var _cookies = __webpack_require__(3703);
       const INTERNALS = Symbol("internal response");
       const REDIRECTS = new Set([301, 302, 303, 307, 308]);
       class NextResponse extends Response {
@@ -2403,7 +2403,7 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
       /***/
     },
 
-    /***/ 3191: /***/ (
+    /***/ 9797: /***/ (
       __unused_webpack_module,
       exports,
       __webpack_require__
@@ -2417,7 +2417,7 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
       __webpack_unused_export__ = isBot;
       exports.Nf = userAgentFromString;
       exports.WE = userAgent;
-      var _uaParserJs = _interopRequireDefault(__webpack_require__(9561));
+      var _uaParserJs = _interopRequireDefault(__webpack_require__(2992));
       function _interopRequireDefault(obj) {
         return obj && obj.__esModule
           ? obj
@@ -2445,7 +2445,7 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
       /***/
     },
 
-    /***/ 3546: /***/ (__unused_webpack_module, exports) => {
+    /***/ 1063: /***/ (__unused_webpack_module, exports) => {
       "use strict";
 
       Object.defineProperty(exports, "__esModule", {
@@ -2560,14 +2560,14 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
       /***/
     },
 
-    /***/ 3543: /***/ (module, exports, __webpack_require__) => {
+    /***/ 9201: /***/ (module, exports, __webpack_require__) => {
       const serverExports = {
-        NextRequest: __webpack_require__(1233).NextRequest,
-        NextResponse: __webpack_require__(7397).NextResponse,
+        NextRequest: __webpack_require__(6769).NextRequest,
+        NextResponse: __webpack_require__(1169).NextResponse,
         userAgentFromString: __webpack_require__(
-          3191
+          9797
         ) /* .userAgentFromString */.Nf,
-        userAgent: __webpack_require__(3191) /* .userAgent */.WE
+        userAgent: __webpack_require__(9797) /* .userAgent */.WE
       };
 
       if (typeof URLPattern !== "undefined") {
@@ -2593,7 +2593,7 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
     // webpackRuntimeModules
     /******/ var __webpack_exec__ = moduleId =>
       __webpack_require__((__webpack_require__.s = moduleId));
-    /******/ var __webpack_exports__ = __webpack_exec__(8635);
+    /******/ var __webpack_exports__ = __webpack_exec__(1002);
     /******/ (_ENTRIES =
       typeof _ENTRIES === "undefined"
         ? {}
Diff for edge-ssr.js

Diff too large to display

Diff for _buildManifest.js
@@ -1,28 +1,28 @@
 self.__BUILD_MANIFEST = {
   __rewrites: { beforeFiles: [], afterFiles: [], fallback: [] },
-  "/": ["static\u002Fchunks\u002Fpages\u002Findex-7006f133a7f411c1.js"],
-  "/_error": ["static\u002Fchunks\u002Fpages\u002F_error-087ce1b1fb55609f.js"],
-  "/amp": ["static\u002Fchunks\u002Fpages\u002Famp-782a2a4b83a9c596.js"],
+  "/": ["static\u002Fchunks\u002Fpages\u002Findex-a0dbceb1acd97141.js"],
+  "/_error": ["static\u002Fchunks\u002Fpages\u002F_error-812087a3eff7337a.js"],
+  "/amp": ["static\u002Fchunks\u002Fpages\u002Famp-6af15d9ea01dca3c.js"],
   "/css": [
     "static\u002Fcss\u002F94fdbc56eafa2039.css",
-    "static\u002Fchunks\u002Fpages\u002Fcss-0742f8df5574a2e1.js"
+    "static\u002Fchunks\u002Fpages\u002Fcss-eb52c5ce4b1b2161.js"
   ],
   "/dynamic": [
-    "static\u002Fchunks\u002Fpages\u002Fdynamic-e0d9f7d67377624d.js"
+    "static\u002Fchunks\u002Fpages\u002Fdynamic-d743104cad24cf7b.js"
   ],
   "/edge-ssr": [
-    "static\u002Fchunks\u002Fpages\u002Fedge-ssr-ec71d2c6be7eb73c.js"
+    "static\u002Fchunks\u002Fpages\u002Fedge-ssr-cce7817452545c4e.js"
   ],
-  "/head": ["static\u002Fchunks\u002Fpages\u002Fhead-0e365abb20eafa94.js"],
-  "/hooks": ["static\u002Fchunks\u002Fpages\u002Fhooks-57a847a4de579d36.js"],
-  "/image": ["static\u002Fchunks\u002Fpages\u002Fimage-4162a2659c5d2acc.js"],
-  "/link": ["static\u002Fchunks\u002Fpages\u002Flink-94c7f90bbfcb9a73.js"],
+  "/head": ["static\u002Fchunks\u002Fpages\u002Fhead-d86b8689a698c2eb.js"],
+  "/hooks": ["static\u002Fchunks\u002Fpages\u002Fhooks-85059ebdd58dd774.js"],
+  "/image": ["static\u002Fchunks\u002Fpages\u002Fimage-8d05bd8ffa907f71.js"],
+  "/link": ["static\u002Fchunks\u002Fpages\u002Flink-26ad2fab1093b50f.js"],
   "/routerDirect": [
-    "static\u002Fchunks\u002Fpages\u002FrouterDirect-d9a92f165150c850.js"
+    "static\u002Fchunks\u002Fpages\u002FrouterDirect-bab250ea4edec8a6.js"
   ],
-  "/script": ["static\u002Fchunks\u002Fpages\u002Fscript-4246c666062b93a2.js"],
+  "/script": ["static\u002Fchunks\u002Fpages\u002Fscript-d2e59ee82261b34b.js"],
   "/withRouter": [
-    "static\u002Fchunks\u002Fpages\u002FwithRouter-9d5070dfea49aed8.js"
+    "static\u002Fchunks\u002Fpages\u002FwithRouter-6728711715b7767b.js"
   ],
   sortedPages: [
     "\u002F",
Diff for _app-HASH.js
@@ -1,7 +1,7 @@
 (self["webpackChunk_N_E"] = self["webpackChunk_N_E"] || []).push([
   [888],
   {
-    /***/ 302: /***/ function(
+    /***/ 5298: /***/ function(
       __unused_webpack_module,
       __unused_webpack_exports,
       __webpack_require__
@@ -9,7 +9,7 @@
       (window.__NEXT_P = window.__NEXT_P || []).push([
         "/_app",
         function() {
-          return __webpack_require__(7297);
+          return __webpack_require__(2839);
         }
       ]);
       if (false) {
@@ -24,7 +24,7 @@
       return __webpack_require__((__webpack_require__.s = moduleId));
     };
     /******/ __webpack_require__.O(0, [774, 179], function() {
-      return __webpack_exec__(302), __webpack_exec__(1960);
+      return __webpack_exec__(5298), __webpack_exec__(4297);
     });
     /******/ var __webpack_exports__ = __webpack_require__.O();
     /******/ _N_E = __webpack_exports__;
Diff for _error-HASH.js
@@ -1,7 +1,7 @@
 (self["webpackChunk_N_E"] = self["webpackChunk_N_E"] || []).push([
   [820],
   {
-    /***/ 8845: /***/ function(
+    /***/ 6302: /***/ function(
       __unused_webpack_module,
       __unused_webpack_exports,
       __webpack_require__
@@ -9,7 +9,7 @@
       (window.__NEXT_P = window.__NEXT_P || []).push([
         "/_error",
         function() {
-          return __webpack_require__(5054);
+          return __webpack_require__(5164);
         }
       ]);
       if (false) {
@@ -24,7 +24,7 @@
       return __webpack_require__((__webpack_require__.s = moduleId));
     };
     /******/ __webpack_require__.O(0, [888, 774, 179], function() {
-      return __webpack_exec__(8845);
+      return __webpack_exec__(6302);
     });
     /******/ var __webpack_exports__ = __webpack_require__.O();
     /******/ _N_E = __webpack_exports__;
Diff for amp-HASH.js
@@ -1,17 +1,17 @@
 (self["webpackChunk_N_E"] = self["webpackChunk_N_E"] || []).push([
   [216],
   {
-    /***/ 9343: /***/ function(
+    /***/ 207: /***/ function(
       module,
       __unused_webpack_exports,
       __webpack_require__
     ) {
-      module.exports = __webpack_require__(900);
+      module.exports = __webpack_require__(6886);
 
       /***/
     },
 
-    /***/ 4369: /***/ function(
+    /***/ 386: /***/ function(
       __unused_webpack_module,
       __unused_webpack_exports,
       __webpack_require__
@@ -19,7 +19,7 @@
       (window.__NEXT_P = window.__NEXT_P || []).push([
         "/amp",
         function() {
-          return __webpack_require__(8876);
+          return __webpack_require__(2075);
         }
       ]);
       if (false) {
@@ -28,7 +28,7 @@
       /***/
     },
 
-    /***/ 900: /***/ function(module, exports, __webpack_require__) {
+    /***/ 6886: /***/ function(module, exports, __webpack_require__) {
       "use strict";
 
       Object.defineProperty(exports, "__esModule", {
@@ -38,8 +38,8 @@
       var _interop_require_default = __webpack_require__(7022) /* ["default"] */
         .Z;
       var _react = _interop_require_default(__webpack_require__(7327));
-      var _ampContext = __webpack_require__(526);
-      var _ampMode = __webpack_require__(752);
+      var _ampContext = __webpack_require__(3434);
+      var _ampMode = __webpack_require__(4047);
       function useAmp() {
         // Don't assign the context value to a variable to save bytes
         return (0, _ampMode).isInAmpMode(
@@ -61,7 +61,7 @@
       /***/
     },
 
-    /***/ 8876: /***/ function(
+    /***/ 2075: /***/ function(
       __unused_webpack_module,
       __webpack_exports__,
       __webpack_require__
@@ -78,7 +78,7 @@
         /* harmony export */
       });
       /* harmony import */ var next_amp__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
-        9343
+        207
       );
       /* harmony import */ var next_amp__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/ __webpack_require__.n(
         next_amp__WEBPACK_IMPORTED_MODULE_0__
@@ -102,7 +102,7 @@
       return __webpack_require__((__webpack_require__.s = moduleId));
     };
     /******/ __webpack_require__.O(0, [888, 774, 179], function() {
-      return __webpack_exec__(4369);
+      return __webpack_exec__(386);
     });
     /******/ var __webpack_exports__ = __webpack_require__.O();
     /******/ _N_E = __webpack_exports__;
Diff for css-HASH.js
@@ -1,7 +1,7 @@
 (self["webpackChunk_N_E"] = self["webpackChunk_N_E"] || []).push([
   [706],
   {
-    /***/ 8063: /***/ function(
+    /***/ 7471: /***/ function(
       __unused_webpack_module,
       __unused_webpack_exports,
       __webpack_require__
@@ -9,7 +9,7 @@
       (window.__NEXT_P = window.__NEXT_P || []).push([
         "/css",
         function() {
-          return __webpack_require__(8461);
+          return __webpack_require__(1972);
         }
       ]);
       if (false) {
@@ -18,7 +18,7 @@
       /***/
     },
 
-    /***/ 8461: /***/ function(
+    /***/ 1972: /***/ function(
       __unused_webpack_module,
       __webpack_exports__,
       __webpack_require__
@@ -29,7 +29,7 @@
         6868
       );
       /* harmony import */ var _css_module_css__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
-        9993
+        5317
       );
       /* harmony import */ var _css_module_css__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/ __webpack_require__.n(
         _css_module_css__WEBPACK_IMPORTED_MODULE_1__
@@ -48,7 +48,7 @@
       /***/
     },
 
-    /***/ 9993: /***/ function(module) {
+    /***/ 5317: /***/ function(module) {
       // extracted by mini-css-extract-plugin
       module.exports = { helloWorld: "css_helloWorld__qqNwY" };
 
@@ -61,7 +61,7 @@
       return __webpack_require__((__webpack_require__.s = moduleId));
     };
     /******/ __webpack_require__.O(0, [774, 888, 179], function() {
-      return __webpack_exec__(8063);
+      return __webpack_exec__(7471);
     });
     /******/ var __webpack_exports__ = __webpack_require__.O();
     /******/ _N_E = __webpack_exports__;
Diff for dynamic-HASH.js
@@ -1,7 +1,7 @@
 (self["webpackChunk_N_E"] = self["webpackChunk_N_E"] || []).push([
   [739],
   {
-    /***/ 4620: /***/ function(
+    /***/ 7849: /***/ function(
       __unused_webpack_module,
       __unused_webpack_exports,
       __webpack_require__
@@ -9,7 +9,7 @@
       (window.__NEXT_P = window.__NEXT_P || []).push([
         "/dynamic",
         function() {
-          return __webpack_require__(9122);
+          return __webpack_require__(2318);
         }
       ]);
       if (false) {
@@ -18,7 +18,7 @@
       /***/
     },
 
-    /***/ 4424: /***/ function(module, exports, __webpack_require__) {
+    /***/ 3823: /***/ function(module, exports, __webpack_require__) {
       "use strict";
 
       Object.defineProperty(exports, "__esModule", {
@@ -34,7 +34,7 @@
       var _interop_require_default = __webpack_require__(7022) /* ["default"] */
         .Z;
       var _react = _interop_require_default(__webpack_require__(7327));
-      var _loadable = _interop_require_default(__webpack_require__(7733));
+      var _loadable = _interop_require_default(__webpack_require__(466));
       function dynamic(dynamicOptions, options) {
         var loadableFn = _loadable.default;
         var loadableOptions = (options == null
@@ -138,7 +138,7 @@
       /***/
     },
 
-    /***/ 2499: /***/ function(
+    /***/ 308: /***/ function(
       __unused_webpack_module,
       exports,
       __webpack_require__
@@ -160,7 +160,7 @@
       /***/
     },
 
-    /***/ 7733: /***/ function(
+    /***/ 466: /***/ function(
       __unused_webpack_module,
       exports,
       __webpack_require__
@@ -180,7 +180,7 @@
       var _interop_require_default = __webpack_require__(7022) /* ["default"] */
         .Z;
       var _react = _interop_require_default(__webpack_require__(7327));
-      var _loadableContext = __webpack_require__(2499);
+      var _loadableContext = __webpack_require__(308);
       var useSyncExternalStore = (true ? __webpack_require__(7327) : 0)
         .useSyncExternalStore;
       var ALL_INITIALIZERS = [];
@@ -494,7 +494,7 @@
       /***/
     },
 
-    /***/ 9122: /***/ function(
+    /***/ 2318: /***/ function(
       __unused_webpack_module,
       __webpack_exports__,
       __webpack_require__
@@ -511,7 +511,7 @@
         6868
       );
       /* harmony import */ var next_dynamic__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
-        164
+        3890
       );
       /* harmony import */ var next_dynamic__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/ __webpack_require__.n(
         next_dynamic__WEBPACK_IMPORTED_MODULE_1__
@@ -520,13 +520,13 @@
       var DynamicHello = next_dynamic__WEBPACK_IMPORTED_MODULE_1___default()(
         function() {
           return __webpack_require__
-            .e(/* import() */ 763)
-            .then(__webpack_require__.bind(__webpack_require__, 4763));
+            .e(/* import() */ 854)
+            .then(__webpack_require__.bind(__webpack_require__, 1854));
         },
         {
           loadableGenerated: {
             webpack: function() {
-              return [/*require.resolve*/ 4763];
+              return [/*require.resolve*/ 1854];
             }
           }
         }
@@ -556,12 +556,12 @@
       /***/
     },
 
-    /***/ 164: /***/ function(
+    /***/ 3890: /***/ function(
       module,
       __unused_webpack_exports,
       __webpack_require__
     ) {
-      module.exports = __webpack_require__(4424);
+      module.exports = __webpack_require__(3823);
 
       /***/
     }
@@ -572,7 +572,7 @@
       return __webpack_require__((__webpack_require__.s = moduleId));
     };
     /******/ __webpack_require__.O(0, [774, 888, 179], function() {
-      return __webpack_exec__(4620);
+      return __webpack_exec__(7849);
     });
     /******/ var __webpack_exports__ = __webpack_require__.O();
     /******/ _N_E = __webpack_exports__;
Diff for edge-ssr-HASH.js
@@ -1,7 +1,7 @@
 (self["webpackChunk_N_E"] = self["webpackChunk_N_E"] || []).push([
   [800],
   {
-    /***/ 9321: /***/ function(
+    /***/ 7308: /***/ function(
       __unused_webpack_module,
       __unused_webpack_exports,
       __webpack_require__
@@ -9,7 +9,7 @@
       (window.__NEXT_P = window.__NEXT_P || []).push([
         "/edge-ssr",
         function() {
-          return __webpack_require__(3934);
+          return __webpack_require__(7265);
         }
       ]);
       if (false) {
@@ -18,7 +18,7 @@
       /***/
     },
 
-    /***/ 3934: /***/ function(
+    /***/ 7265: /***/ function(
       __unused_webpack_module,
       __webpack_exports__,
       __webpack_require__
@@ -50,7 +50,7 @@
       return __webpack_require__((__webpack_require__.s = moduleId));
     };
     /******/ __webpack_require__.O(0, [888, 774, 179], function() {
-      return __webpack_exec__(9321);
+      return __webpack_exec__(7308);
     });
     /******/ var __webpack_exports__ = __webpack_require__.O();
     /******/ _N_E = __webpack_exports__;
Diff for head-HASH.js
@@ -1,7 +1,7 @@
 (self["webpackChunk_N_E"] = self["webpackChunk_N_E"] || []).push([
   [645],
   {
-    /***/ 6369: /***/ function(
+    /***/ 6582: /***/ function(
       __unused_webpack_module,
       __unused_webpack_exports,
       __webpack_require__
@@ -9,7 +9,7 @@
       (window.__NEXT_P = window.__NEXT_P || []).push([
         "/head",
         function() {
-          return __webpack_require__(7405);
+          return __webpack_require__(6359);
         }
       ]);
       if (false) {
@@ -18,7 +18,7 @@
       /***/
     },
 
-    /***/ 7405: /***/ function(
+    /***/ 6359: /***/ function(
       __unused_webpack_module,
       __webpack_exports__,
       __webpack_require__
@@ -35,7 +35,7 @@
         6868
       );
       /* harmony import */ var next_head__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
-        8496
+        7321
       );
       /* harmony import */ var next_head__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/ __webpack_require__.n(
         next_head__WEBPACK_IMPORTED_MODULE_1__
@@ -71,12 +71,12 @@
       /***/
     },
 
-    /***/ 8496: /***/ function(
+    /***/ 7321: /***/ function(
       module,
       __unused_webpack_exports,
       __webpack_require__
     ) {
-      module.exports = __webpack_require__(5953);
+      module.exports = __webpack_require__(6918);
 
       /***/
     }
@@ -87,7 +87,7 @@
       return __webpack_require__((__webpack_require__.s = moduleId));
     };
     /******/ __webpack_require__.O(0, [774, 888, 179], function() {
-      return __webpack_exec__(6369);
+      return __webpack_exec__(6582);
     });
     /******/ var __webpack_exports__ = __webpack_require__.O();
     /******/ _N_E = __webpack_exports__;
Diff for hooks-HASH.js
@@ -1,7 +1,7 @@
 (self["webpackChunk_N_E"] = self["webpackChunk_N_E"] || []).push([
   [757],
   {
-    /***/ 343: /***/ function(
+    /***/ 4231: /***/ function(
       __unused_webpack_module,
       __unused_webpack_exports,
       __webpack_require__
@@ -9,7 +9,7 @@
       (window.__NEXT_P = window.__NEXT_P || []).push([
         "/hooks",
         function() {
-          return __webpack_require__(4742);
+          return __webpack_require__(2473);
         }
       ]);
       if (false) {
@@ -18,7 +18,7 @@
       /***/
     },
 
-    /***/ 4742: /***/ function(
+    /***/ 2473: /***/ function(
       __unused_webpack_module,
       __webpack_exports__,
       __webpack_require__
@@ -132,7 +132,7 @@
       return __webpack_require__((__webpack_require__.s = moduleId));
     };
     /******/ __webpack_require__.O(0, [774, 888, 179], function() {
-      return __webpack_exec__(343);
+      return __webpack_exec__(4231);
     });
     /******/ var __webpack_exports__ = __webpack_require__.O();
     /******/ _N_E = __webpack_exports__;
Diff for image-HASH.js
@@ -26,7 +26,7 @@
       /***/
     },
 
-    /***/ 5352: /***/ function(
+    /***/ 4277: /***/ function(
       __unused_webpack_module,
       __unused_webpack_exports,
       __webpack_require__
@@ -34,7 +34,7 @@
       (window.__NEXT_P = window.__NEXT_P || []).push([
         "/image",
         function() {
-          return __webpack_require__(8627);
+          return __webpack_require__(7151);
         }
       ]);
       if (false) {
@@ -43,7 +43,7 @@
       /***/
     },
 
-    /***/ 8699: /***/ function(module, exports, __webpack_require__) {
+    /***/ 1544: /***/ function(module, exports, __webpack_require__) {
       "use strict";
 
       Object.defineProperty(exports, "__esModule", {
@@ -66,12 +66,12 @@
         5997
       ) /* ["default"] */.Z;
       var _react = _interop_require_wildcard(__webpack_require__(7327));
-      var _head = _interop_require_default(__webpack_require__(5953));
-      var _imageConfig = __webpack_require__(8173);
-      var _useIntersection = __webpack_require__(4911);
-      var _imageConfigContext = __webpack_require__(4623);
-      var _utils = __webpack_require__(5327);
-      var _normalizeTrailingSlash = __webpack_require__(5973);
+      var _head = _interop_require_default(__webpack_require__(6918));
+      var _imageConfig = __webpack_require__(6832);
+      var _useIntersection = __webpack_require__(6031);
+      var _imageConfigContext = __webpack_require__(7293);
+      var _utils = __webpack_require__(481);
+      var _normalizeTrailingSlash = __webpack_require__(6933);
       function Image(_param) {
         var src = _param.src,
           sizes = _param.sizes,
@@ -929,7 +929,7 @@
       /***/
     },
 
-    /***/ 4911: /***/ function(module, exports, __webpack_require__) {
+    /***/ 6031: /***/ function(module, exports, __webpack_require__) {
       "use strict";
 
       Object.defineProperty(exports, "__esModule", {
@@ -941,7 +941,7 @@
       });
       exports.useIntersection = useIntersection;
       var _react = __webpack_require__(7327);
-      var _requestIdleCallback = __webpack_require__(854);
+      var _requestIdleCallback = __webpack_require__(8482);
       var hasIntersectionObserver = typeof IntersectionObserver === "function";
       var observers = new Map();
       var idList = [];
@@ -1066,7 +1066,7 @@
       /***/
     },
 
-    /***/ 8627: /***/ function(
+    /***/ 7151: /***/ function(
       __unused_webpack_module,
       __webpack_exports__,
       __webpack_require__
@@ -1087,8 +1087,8 @@
 
       // EXTERNAL MODULE: ./node_modules/.pnpm/react@0.0.0-experimental-abbbdf4ce-20220930/node_modules/react/jsx-runtime.js
       var jsx_runtime = __webpack_require__(6868);
-      // EXTERNAL MODULE: ./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_f47tis6ffrivjeesiut5tg6xei/node_modules/next/image.js
-      var next_image = __webpack_require__(5034);
+      // EXTERNAL MODULE: ./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_f47tis6ffrivjeesiut5tg6xei/node_modules/next/image.js
+      var next_image = __webpack_require__(8885);
       var image_default = /*#__PURE__*/ __webpack_require__.n(next_image); // CONCATENATED MODULE: ./pages/nextjs.png
       /* harmony default export */ var nextjs = {
         src: "/_next/static/media/nextjs.cae0b805.png",
@@ -1118,12 +1118,12 @@
       /***/
     },
 
-    /***/ 5034: /***/ function(
+    /***/ 8885: /***/ function(
       module,
       __unused_webpack_exports,
       __webpack_require__
     ) {
-      module.exports = __webpack_require__(8699);
+      module.exports = __webpack_require__(1544);
 
       /***/
     }
@@ -1134,7 +1134,7 @@
       return __webpack_require__((__webpack_require__.s = moduleId));
     };
     /******/ __webpack_require__.O(0, [774, 888, 179], function() {
-      return __webpack_exec__(5352);
+      return __webpack_exec__(4277);
     });
     /******/ var __webpack_exports__ = __webpack_require__.O();
     /******/ _N_E = __webpack_exports__;
Diff for index-HASH.js
@@ -1,7 +1,7 @@
 (self["webpackChunk_N_E"] = self["webpackChunk_N_E"] || []).push([
   [405],
   {
-    /***/ 7720: /***/ function(
+    /***/ 241: /***/ function(
       __unused_webpack_module,
       __unused_webpack_exports,
       __webpack_require__
@@ -9,7 +9,7 @@
       (window.__NEXT_P = window.__NEXT_P || []).push([
         "/",
         function() {
-          return __webpack_require__(5260);
+          return __webpack_require__(359);
         }
       ]);
       if (false) {
@@ -18,7 +18,7 @@
       /***/
     },
 
-    /***/ 5260: /***/ function(
+    /***/ 359: /***/ function(
       __unused_webpack_module,
       __webpack_exports__,
       __webpack_require__
@@ -46,7 +46,7 @@
       return __webpack_require__((__webpack_require__.s = moduleId));
     };
     /******/ __webpack_require__.O(0, [888, 774, 179], function() {
-      return __webpack_exec__(7720);
+      return __webpack_exec__(241);
     });
     /******/ var __webpack_exports__ = __webpack_require__.O();
     /******/ _N_E = __webpack_exports__;
Diff for link-HASH.js
@@ -1,7 +1,7 @@
 (self["webpackChunk_N_E"] = self["webpackChunk_N_E"] || []).push([
   [644],
   {
-    /***/ 1249: /***/ function(
+    /***/ 6764: /***/ function(
       __unused_webpack_module,
       __unused_webpack_exports,
       __webpack_require__
@@ -9,7 +9,7 @@
       (window.__NEXT_P = window.__NEXT_P || []).push([
         "/link",
         function() {
-          return __webpack_require__(7487);
+          return __webpack_require__(1940);
         }
       ]);
       if (false) {
@@ -18,7 +18,7 @@
       /***/
     },
 
-    /***/ 1460: /***/ function(module, exports) {
+    /***/ 7175: /***/ function(module, exports) {
       "use strict";
 
       Object.defineProperty(exports, "__esModule", {
@@ -54,7 +54,7 @@
       /***/
     },
 
-    /***/ 9319: /***/ function(module, exports, __webpack_require__) {
+    /***/ 5454: /***/ function(module, exports, __webpack_require__) {
       "use strict";
 
       Object.defineProperty(exports, "__esModule", {
@@ -72,13 +72,13 @@
         5997
       ) /* ["default"] */.Z;
       var _react = _interop_require_default(__webpack_require__(7327));
-      var _router = __webpack_require__(9050);
-      var _addLocale = __webpack_require__(375);
-      var _routerContext = __webpack_require__(9992);
-      var _appRouterContext = __webpack_require__(6277);
-      var _useIntersection = __webpack_require__(4911);
-      var _getDomainLocale = __webpack_require__(1460);
-      var _addBasePath = __webpack_require__(6060);
+      var _router = __webpack_require__(3581);
+      var _addLocale = __webpack_require__(5281);
+      var _routerContext = __webpack_require__(3120);
+      var _appRouterContext = __webpack_require__(7420);
+      var _useIntersection = __webpack_require__(6031);
+      var _getDomainLocale = __webpack_require__(7175);
+      var _addBasePath = __webpack_require__(3492);
       ("client");
       var prefetched = {};
       function prefetch(router, href, as, options) {
@@ -429,7 +429,7 @@
       /***/
     },
 
-    /***/ 4911: /***/ function(module, exports, __webpack_require__) {
+    /***/ 6031: /***/ function(module, exports, __webpack_require__) {
       "use strict";
 
       Object.defineProperty(exports, "__esModule", {
@@ -441,7 +441,7 @@
       });
       exports.useIntersection = useIntersection;
       var _react = __webpack_require__(7327);
-      var _requestIdleCallback = __webpack_require__(854);
+      var _requestIdleCallback = __webpack_require__(8482);
       var hasIntersectionObserver = typeof IntersectionObserver === "function";
       var observers = new Map();
       var idList = [];
@@ -566,7 +566,7 @@
       /***/
     },
 
-    /***/ 6277: /***/ function(
+    /***/ 7420: /***/ function(
       __unused_webpack_module,
       exports,
       __webpack_require__
@@ -594,7 +594,7 @@
       /***/
     },
 
-    /***/ 7487: /***/ function(
+    /***/ 1940: /***/ function(
       __unused_webpack_module,
       __webpack_exports__,
       __webpack_require__
@@ -611,7 +611,7 @@
         6868
       );
       /* harmony import */ var next_link__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
-        3048
+        7225
       );
       /* harmony import */ var next_link__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/ __webpack_require__.n(
         next_link__WEBPACK_IMPORTED_MODULE_1__
@@ -642,12 +642,12 @@
       /***/
     },
 
-    /***/ 3048: /***/ function(
+    /***/ 7225: /***/ function(
       module,
       __unused_webpack_exports,
       __webpack_require__
     ) {
-      module.exports = __webpack_require__(9319);
+      module.exports = __webpack_require__(5454);
 
       /***/
     }
@@ -658,7 +658,7 @@
       return __webpack_require__((__webpack_require__.s = moduleId));
     };
     /******/ __webpack_require__.O(0, [774, 888, 179], function() {
-      return __webpack_exec__(1249);
+      return __webpack_exec__(6764);
     });
     /******/ var __webpack_exports__ = __webpack_require__.O();
     /******/ _N_E = __webpack_exports__;
Diff for routerDirect-HASH.js
@@ -1,7 +1,7 @@
 (self["webpackChunk_N_E"] = self["webpackChunk_N_E"] || []).push([
   [58],
   {
-    /***/ 2544: /***/ function(
+    /***/ 2259: /***/ function(
       __unused_webpack_module,
       __unused_webpack_exports,
       __webpack_require__
@@ -9,7 +9,7 @@
       (window.__NEXT_P = window.__NEXT_P || []).push([
         "/routerDirect",
         function() {
-          return __webpack_require__(4282);
+          return __webpack_require__(4287);
         }
       ]);
       if (false) {
@@ -18,7 +18,7 @@
       /***/
     },
 
-    /***/ 4282: /***/ function(
+    /***/ 4287: /***/ function(
       __unused_webpack_module,
       __webpack_exports__,
       __webpack_require__
@@ -35,7 +35,7 @@
         6868
       );
       /* harmony import */ var next_router__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
-        6766
+        1159
       );
       /* harmony import */ var next_router__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/ __webpack_require__.n(
         next_router__WEBPACK_IMPORTED_MODULE_1__
@@ -56,12 +56,12 @@
       /***/
     },
 
-    /***/ 6766: /***/ function(
+    /***/ 1159: /***/ function(
       module,
       __unused_webpack_exports,
       __webpack_require__
     ) {
-      module.exports = __webpack_require__(1960);
+      module.exports = __webpack_require__(4297);
 
       /***/
     }
@@ -72,7 +72,7 @@
       return __webpack_require__((__webpack_require__.s = moduleId));
     };
     /******/ __webpack_require__.O(0, [774, 888, 179], function() {
-      return __webpack_exec__(2544);
+      return __webpack_exec__(2259);
     });
     /******/ var __webpack_exports__ = __webpack_require__.O();
     /******/ _N_E = __webpack_exports__;
Diff for script-HASH.js
@@ -1,7 +1,7 @@
 (self["webpackChunk_N_E"] = self["webpackChunk_N_E"] || []).push([
   [797],
   {
-    /***/ 9712: /***/ function(
+    /***/ 9421: /***/ function(
       __unused_webpack_module,
       __unused_webpack_exports,
       __webpack_require__
@@ -9,7 +9,7 @@
       (window.__NEXT_P = window.__NEXT_P || []).push([
         "/script",
         function() {
-          return __webpack_require__(7931);
+          return __webpack_require__(3358);
         }
       ]);
       if (false) {
@@ -18,7 +18,7 @@
       /***/
     },
 
-    /***/ 7931: /***/ function(
+    /***/ 3358: /***/ function(
       __unused_webpack_module,
       __webpack_exports__,
       __webpack_require__
@@ -35,7 +35,7 @@
         6868
       );
       /* harmony import */ var next_script__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
-        9839
+        5912
       );
       /* harmony import */ var next_script__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/ __webpack_require__.n(
         next_script__WEBPACK_IMPORTED_MODULE_1__
@@ -70,12 +70,12 @@
       /***/
     },
 
-    /***/ 9839: /***/ function(
+    /***/ 5912: /***/ function(
       module,
       __unused_webpack_exports,
       __webpack_require__
     ) {
-      module.exports = false ? 0 : __webpack_require__(8997);
+      module.exports = false ? 0 : __webpack_require__(3196);
 
       /***/
     }
@@ -86,7 +86,7 @@
       return __webpack_require__((__webpack_require__.s = moduleId));
     };
     /******/ __webpack_require__.O(0, [774, 888, 179], function() {
-      return __webpack_exec__(9712);
+      return __webpack_exec__(9421);
     });
     /******/ var __webpack_exports__ = __webpack_require__.O();
     /******/ _N_E = __webpack_exports__;
Diff for withRouter-HASH.js
@@ -1,7 +1,7 @@
 (self["webpackChunk_N_E"] = self["webpackChunk_N_E"] || []).push([
   [807],
   {
-    /***/ 1144: /***/ function(
+    /***/ 111: /***/ function(
       __unused_webpack_module,
       __unused_webpack_exports,
       __webpack_require__
@@ -9,7 +9,7 @@
       (window.__NEXT_P = window.__NEXT_P || []).push([
         "/withRouter",
         function() {
-          return __webpack_require__(4562);
+          return __webpack_require__(8060);
         }
       ]);
       if (false) {
@@ -18,7 +18,7 @@
       /***/
     },
 
-    /***/ 4562: /***/ function(
+    /***/ 8060: /***/ function(
       __unused_webpack_module,
       __webpack_exports__,
       __webpack_require__
@@ -35,7 +35,7 @@
         6868
       );
       /* harmony import */ var next_router__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
-        6766
+        1159
       );
       /* harmony import */ var next_router__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/ __webpack_require__.n(
         next_router__WEBPACK_IMPORTED_MODULE_1__
@@ -54,12 +54,12 @@
       /***/
     },
 
-    /***/ 6766: /***/ function(
+    /***/ 1159: /***/ function(
       module,
       __unused_webpack_exports,
       __webpack_require__
     ) {
-      module.exports = __webpack_require__(1960);
+      module.exports = __webpack_require__(4297);
 
       /***/
     }
@@ -70,7 +70,7 @@
       return __webpack_require__((__webpack_require__.s = moduleId));
     };
     /******/ __webpack_require__.O(0, [774, 888, 179], function() {
-      return __webpack_exec__(1144);
+      return __webpack_exec__(111);
     });
     /******/ var __webpack_exports__ = __webpack_require__.O();
     /******/ _N_E = __webpack_exports__;
Diff for 263-HASH.js
@@ -1,6 +1,6 @@
 "use strict";
 (self["webpackChunk_N_E"] = self["webpackChunk_N_E"] || []).push([
-  [263],
+  [37],
   {
     /***/ 8286: /***/ function(__unused_webpack_module, exports) {
       Object.defineProperty(exports, "__esModule", {
@@ -711,7 +711,7 @@
       /***/
     },
 
-    /***/ 1159: /***/ function(module, exports, __webpack_require__) {
+    /***/ 1438: /***/ function(module, exports, __webpack_require__) {
       Object.defineProperty(exports, "__esModule", {
         value: true
       });
@@ -727,11 +727,11 @@
         8889
       ) /* ["default"] */.Z;
       var _react = _interop_require_wildcard(__webpack_require__(7327));
-      var _reactServerDomWebpack = __webpack_require__(2341);
-      var _appRouterContext = __webpack_require__(6277);
-      var _reducer = __webpack_require__(3869);
-      var _hooksClientContext = __webpack_require__(6276);
-      var _useReducerWithDevtools = __webpack_require__(2739);
+      var _reactServerDomWebpack = __webpack_require__(3498);
+      var _appRouterContext = __webpack_require__(7420);
+      var _reducer = __webpack_require__(4747);
+      var _hooksClientContext = __webpack_require__(8728);
+      var _useReducerWithDevtools = __webpack_require__(2304);
       function AppRouter(param) {
         var initialTree = param.initialTree,
           initialCanonicalUrl = param.initialCanonicalUrl,
@@ -1152,7 +1152,7 @@
       /***/
     },
 
-    /***/ 6276: /***/ function(module, exports, __webpack_require__) {
+    /***/ 8728: /***/ function(module, exports, __webpack_require__) {
       Object.defineProperty(exports, "__esModule", {
         value: true
       });
@@ -1183,7 +1183,7 @@
       /***/
     },
 
-    /***/ 2179: /***/ function(module, exports) {
+    /***/ 9612: /***/ function(module, exports) {
       Object.defineProperty(exports, "__esModule", {
         value: true
       });
@@ -1219,7 +1219,7 @@
       /***/
     },
 
-    /***/ 8263: /***/ function(module, exports, __webpack_require__) {
+    /***/ 7037: /***/ function(module, exports, __webpack_require__) {
       Object.defineProperty(exports, "__esModule", {
         value: true
       });
@@ -1240,9 +1240,9 @@
         8889
       ) /* ["default"] */.Z;
       var _react = _interop_require_wildcard(__webpack_require__(7327));
-      var _appRouterContext = __webpack_require__(6277);
-      var _appRouterClient = __webpack_require__(1159);
-      var _infinitePromise = __webpack_require__(2179);
+      var _appRouterContext = __webpack_require__(7420);
+      var _appRouterClient = __webpack_require__(1438);
+      var _infinitePromise = __webpack_require__(9612);
       function OuterLayoutRouter(param) {
         var parallelRouterKey = param.parallelRouterKey,
           segmentPath = param.segmentPath,
@@ -1816,7 +1816,7 @@
       /***/
     },
 
-    /***/ 9297: /***/ function(module, exports) {
+    /***/ 2832: /***/ function(module, exports) {
       Object.defineProperty(exports, "__esModule", {
         value: true
       });
@@ -1854,7 +1854,7 @@
       /***/
     },
 
-    /***/ 3869: /***/ function(module, exports, __webpack_require__) {
+    /***/ 4747: /***/ function(module, exports, __webpack_require__) {
       Object.defineProperty(exports, "__esModule", {
         value: true
       });
@@ -1866,8 +1866,8 @@
       });
       exports.reducer = exports.ACTION_PREFETCH = exports.ACTION_SERVER_PATCH = exports.ACTION_RESTORE = exports.ACTION_NAVIGATE = exports.ACTION_RELOAD = void 0;
       var _extends = __webpack_require__(5506) /* ["default"] */.Z;
-      var _matchSegments = __webpack_require__(9297);
-      var _appRouterClient = __webpack_require__(1159); // TODO-APP: change `any` to type inference.
+      var _matchSegments = __webpack_require__(2832);
+      var _appRouterClient = __webpack_require__(1438); // TODO-APP: change `any` to type inference.
       /**
        * Create data fetching record for Promise.
        */ function createRecordFromThenable(thenable) {
@@ -2821,7 +2821,7 @@
       /***/
     },
 
-    /***/ 2739: /***/ function(module, exports, __webpack_require__) {
+    /***/ 2304: /***/ function(module, exports, __webpack_require__) {
       Object.defineProperty(exports, "__esModule", {
         value: true
       });
@@ -2996,7 +2996,7 @@
       /***/
     },
 
-    /***/ 6277: /***/ function(
+    /***/ 7420: /***/ function(
       __unused_webpack_module,
       exports,
       __webpack_require__
@@ -3022,7 +3022,7 @@
       /***/
     },
 
-    /***/ 3242: /***/ function(
+    /***/ 2712: /***/ function(
       __unused_webpack_module,
       exports,
       __webpack_require__
@@ -3461,13 +3461,13 @@
       /***/
     },
 
-    /***/ 2341: /***/ function(
+    /***/ 3498: /***/ function(
       module,
       __unused_webpack_exports,
       __webpack_require__
     ) {
       if (true) {
-        module.exports = __webpack_require__(3242);
+        module.exports = __webpack_require__(2712);
       } else {
       }
Diff for 763.HASH.js
@@ -1,8 +1,8 @@
 "use strict";
 (self["webpackChunk_N_E"] = self["webpackChunk_N_E"] || []).push([
-  [763],
+  [854],
   {
-    /***/ 4763: /***/ function(
+    /***/ 1854: /***/ function(
       __unused_webpack_module,
       __webpack_exports__,
       __webpack_require__
Diff for app-internals-HASH.js
@@ -1,25 +1,25 @@
 (self["webpackChunk_N_E"] = self["webpackChunk_N_E"] || []).push([
   [532],
   {
-    /***/ 5958: /***/ function(
+    /***/ 5201: /***/ function(
       __unused_webpack_module,
       __unused_webpack_exports,
       __webpack_require__
     ) {
       Promise.resolve(/* import() eager */).then(
-        __webpack_require__.t.bind(__webpack_require__, 1159, 23)
+        __webpack_require__.t.bind(__webpack_require__, 1438, 23)
       );
       Promise.resolve(/* import() eager */).then(
-        __webpack_require__.t.bind(__webpack_require__, 8263, 23)
+        __webpack_require__.t.bind(__webpack_require__, 7037, 23)
       );
       Promise.resolve(/* import() eager */).then(
-        __webpack_require__.t.bind(__webpack_require__, 771, 23)
+        __webpack_require__.t.bind(__webpack_require__, 9482, 23)
       );
 
       /***/
     },
 
-    /***/ 771: /***/ function(module, exports, __webpack_require__) {
+    /***/ 9482: /***/ function(module, exports, __webpack_require__) {
       "use strict";
 
       Object.defineProperty(exports, "__esModule", {
@@ -30,7 +30,7 @@
         8889
       ) /* ["default"] */.Z;
       var _react = _interop_require_wildcard(__webpack_require__(7327));
-      var _appRouterContext = __webpack_require__(6277);
+      var _appRouterContext = __webpack_require__(7420);
       function RenderFromTemplateContext() {
         var children = (0, _react).useContext(
           _appRouterContext.TemplateContext
@@ -62,8 +62,8 @@
     /******/ var __webpack_exec__ = function(moduleId) {
       return __webpack_require__((__webpack_require__.s = moduleId));
     };
-    /******/ __webpack_require__.O(0, [774, 263], function() {
-      return __webpack_exec__(5958);
+    /******/ __webpack_require__.O(0, [774, 37], function() {
+      return __webpack_exec__(5201);
     });
     /******/ var __webpack_exports__ = __webpack_require__.O();
     /******/ _N_E = __webpack_exports__;
Diff for page-6b7e2265b66bd292.js
@@ -1,6 +1,6 @@
 (self["webpackChunk_N_E"] = self["webpackChunk_N_E"] || []).push([[760],{
 
-/***/ 6421:
+/***/ 7682:
 /***/ (function() {
 
 
@@ -10,7 +10,7 @@
 },
 /******/ function(__webpack_require__) { // webpackRuntimeModules
 /******/ var __webpack_exec__ = function(moduleId) { return __webpack_require__(__webpack_require__.s = moduleId); }
-/******/ var __webpack_exports__ = (__webpack_exec__(6421));
+/******/ var __webpack_exports__ = (__webpack_exec__(7682));
 /******/ _N_E = __webpack_exports__;
 /******/ }
 ]);
\ No newline at end of file
Diff for main-HASH.js

Diff too large to display

Diff for main-app-HASH.js
@@ -1,7 +1,7 @@
 (self["webpackChunk_N_E"] = self["webpackChunk_N_E"] || []).push([
   [744],
   {
-    /***/ 8650: /***/ function() {
+    /***/ 472: /***/ function() {
       "trimStart" in String.prototype ||
         (String.prototype.trimStart = String.prototype.trimLeft),
         "trimEnd" in String.prototype ||
@@ -51,7 +51,7 @@
       /***/
     },
 
-    /***/ 6415: /***/ function(module, exports, __webpack_require__) {
+    /***/ 1134: /***/ function(module, exports, __webpack_require__) {
       "use strict";
 
       Object.defineProperty(exports, "__esModule", {
@@ -68,12 +68,12 @@
       var _interop_require_wildcard = __webpack_require__(
         8889
       ) /* ["default"] */.Z;
-      __webpack_require__(8650);
+      __webpack_require__(472);
       var _client = _interop_require_default(__webpack_require__(7056));
       var _react = _interop_require_wildcard(__webpack_require__(7327));
-      var _reactServerDomWebpack = __webpack_require__(2341);
+      var _reactServerDomWebpack = __webpack_require__(3498);
       var _performanceRelayer = _interop_require_default(
-        __webpack_require__(2156)
+        __webpack_require__(3597)
       );
       // eslint-disable-next-line no-undef
       var getChunkScriptFilename = __webpack_require__.u;
@@ -246,12 +246,12 @@
       /***/
     },
 
-    /***/ 7580: /***/ function(module, exports, __webpack_require__) {
+    /***/ 8062: /***/ function(module, exports, __webpack_require__) {
       "use strict";
 
-      var _appIndex = __webpack_require__(6415);
-      __webpack_require__(1159);
-      __webpack_require__(8263);
+      var _appIndex = __webpack_require__(1134);
+      __webpack_require__(1438);
+      __webpack_require__(7037);
       window.next = {
         version: _appIndex.version,
         appDir: true
@@ -272,14 +272,14 @@
       /***/
     },
 
-    /***/ 2156: /***/ function(module, exports, __webpack_require__) {
+    /***/ 3597: /***/ function(module, exports, __webpack_require__) {
       "use strict";
 
       Object.defineProperty(exports, "__esModule", {
         value: true
       });
       exports["default"] = void 0;
-      var _webVitals = __webpack_require__(4081);
+      var _webVitals = __webpack_require__(9550);
       var initialHref = location.href;
       var isRegistered = false;
       var userReportHandler;
@@ -327,7 +327,7 @@
       /***/
     },
 
-    /***/ 4081: /***/ function(module) {
+    /***/ 9550: /***/ function(module) {
       var __dirname = "/";
       (function() {
         "use strict";
@@ -872,8 +872,8 @@
     /******/ var __webpack_exec__ = function(moduleId) {
       return __webpack_require__((__webpack_require__.s = moduleId));
     };
-    /******/ __webpack_require__.O(0, [774, 263], function() {
-      return __webpack_exec__(7580);
+    /******/ __webpack_require__.O(0, [774, 37], function() {
+      return __webpack_exec__(8062);
     });
     /******/ var __webpack_exports__ = __webpack_require__.O();
     /******/ _N_E = __webpack_exports__;
Diff for webpack-HASH.js
@@ -212,7 +212,7 @@
     /******/ __webpack_require__.u = function(chunkId) {
       /******/ // return url for filenames based on template
       /******/ return (
-        "static/chunks/" + chunkId + "." + "4675268ea2b1b617" + ".js"
+        "static/chunks/" + chunkId + "." + "b6465d4dd4e21333" + ".js"
       );
       /******/
     };
Diff for index.html
@@ -11,7 +11,7 @@
       src="/_next/static/chunks/polyfills-c67a75d1b6f99dc8.js"
     ></script>
     <script
-      src="/_next/static/chunks/webpack-614b935f44273220.js"
+      src="/_next/static/chunks/webpack-90dc29c93e4df918.js"
       defer=""
     ></script>
     <script
@@ -19,15 +19,15 @@
       defer=""
     ></script>
     <script
-      src="/_next/static/chunks/main-211ecdb7fee85366.js"
+      src="/_next/static/chunks/main-d712e38463beccbc.js"
       defer=""
     ></script>
     <script
-      src="/_next/static/chunks/pages/_app-12ffc2b7115683be.js"
+      src="/_next/static/chunks/pages/_app-71d03ec80432714d.js"
       defer=""
     ></script>
     <script
-      src="/_next/static/chunks/pages/index-7006f133a7f411c1.js"
+      src="/_next/static/chunks/pages/index-a0dbceb1acd97141.js"
       defer=""
     ></script>
     <script src="/_next/static/BUILD_ID/_buildManifest.js" defer=""></script>
Diff for link.html
@@ -11,7 +11,7 @@
       src="/_next/static/chunks/polyfills-c67a75d1b6f99dc8.js"
     ></script>
     <script
-      src="/_next/static/chunks/webpack-614b935f44273220.js"
+      src="/_next/static/chunks/webpack-90dc29c93e4df918.js"
       defer=""
     ></script>
     <script
@@ -19,15 +19,15 @@
       defer=""
     ></script>
     <script
-      src="/_next/static/chunks/main-211ecdb7fee85366.js"
+      src="/_next/static/chunks/main-d712e38463beccbc.js"
       defer=""
     ></script>
     <script
-      src="/_next/static/chunks/pages/_app-12ffc2b7115683be.js"
+      src="/_next/static/chunks/pages/_app-71d03ec80432714d.js"
       defer=""
     ></script>
     <script
-      src="/_next/static/chunks/pages/link-94c7f90bbfcb9a73.js"
+      src="/_next/static/chunks/pages/link-26ad2fab1093b50f.js"
       defer=""
     ></script>
     <script src="/_next/static/BUILD_ID/_buildManifest.js" defer=""></script>
Diff for withRouter.html
@@ -11,7 +11,7 @@
       src="/_next/static/chunks/polyfills-c67a75d1b6f99dc8.js"
     ></script>
     <script
-      src="/_next/static/chunks/webpack-614b935f44273220.js"
+      src="/_next/static/chunks/webpack-90dc29c93e4df918.js"
       defer=""
     ></script>
     <script
@@ -19,15 +19,15 @@
       defer=""
     ></script>
     <script
-      src="/_next/static/chunks/main-211ecdb7fee85366.js"
+      src="/_next/static/chunks/main-d712e38463beccbc.js"
       defer=""
     ></script>
     <script
-      src="/_next/static/chunks/pages/_app-12ffc2b7115683be.js"
+      src="/_next/static/chunks/pages/_app-71d03ec80432714d.js"
       defer=""
     ></script>
     <script
-      src="/_next/static/chunks/pages/withRouter-9d5070dfea49aed8.js"
+      src="/_next/static/chunks/pages/withRouter-6728711715b7767b.js"
       defer=""
     ></script>
     <script src="/_next/static/BUILD_ID/_buildManifest.js" defer=""></script>

Default Build with SWC (Increase detected ⚠️)
General Overall decrease ✓
vercel/next.js canary hanneslund/next.js next-font-loader-json Change
buildDuration 29.7s 30.6s ⚠️ +869ms
buildDurationCached 8.6s 8.3s -223ms
nodeModulesSize 91.9 MB 91.9 MB -382 B
nextStartRea..uration (ms) 275ms 279ms ⚠️ +4ms
nextDevReadyDuration 325ms 326ms ⚠️ +1ms
Page Load Tests Overall decrease ⚠️
vercel/next.js canary hanneslund/next.js next-font-loader-json Change
/ failed reqs 0 0
/ total time (seconds) 10.052 10.106 ⚠️ +0.05
/ avg req/sec 248.71 247.38 ⚠️ -1.33
/error-in-render failed reqs 0 0
/error-in-render total time (seconds) 6.695 6.702 ⚠️ +0.01
/error-in-render avg req/sec 373.39 373.02 ⚠️ -0.37
Client Bundles (main, webpack)
vercel/next.js canary hanneslund/next.js next-font-loader-json Change
263-HASH.js gzip 12.3 kB 12.3 kB ⚠️ +1 B
763.HASH.js gzip 179 B 179 B
app-internal..HASH.js gzip 399 B 399 B
framework-HASH.js gzip 49 kB 49 kB
main-app-HASH.js gzip 3.98 kB 3.98 kB -4 B
main-HASH.js gzip 31 kB 31 kB ⚠️ +1 B
webpack-HASH.js gzip 1.71 kB 1.71 kB ⚠️ +2 B
Overall change 98.5 kB 98.5 kB
Legacy Client Bundles (polyfills)
vercel/next.js canary hanneslund/next.js next-font-loader-json Change
polyfills-HASH.js gzip 31 kB 31 kB
Overall change 31 kB 31 kB
Client Pages Overall decrease ✓
vercel/next.js canary hanneslund/next.js next-font-loader-json Change
_app-HASH.js gzip 194 B 195 B ⚠️ +1 B
_error-HASH.js gzip 182 B 182 B
amp-HASH.js gzip 481 B 479 B -2 B
css-HASH.js gzip 324 B 324 B
dynamic-HASH.js gzip 2.01 kB 2.01 kB ⚠️ +1 B
edge-ssr-HASH.js gzip 263 B 262 B -1 B
head-HASH.js gzip 351 B 350 B -1 B
hooks-HASH.js gzip 780 B 781 B ⚠️ +1 B
image-HASH.js gzip 4.82 kB 4.82 kB ⚠️ +1 B
index-HASH.js gzip 259 B 257 B -2 B
link-HASH.js gzip 2.35 kB 2.35 kB -2 B
routerDirect..HASH.js gzip 312 B 311 B -1 B
script-HASH.js gzip 385 B 386 B ⚠️ +1 B
withRouter-HASH.js gzip 308 B 307 B -1 B
85e02e95b279..7e3.css gzip 107 B 107 B
Overall change 13.1 kB 13.1 kB -5 B
Client Build Manifests Overall decrease ✓
vercel/next.js canary hanneslund/next.js next-font-loader-json Change
_buildManifest.js gzip 484 B 483 B -1 B
Overall change 484 B 483 B -1 B
Rendered Page Sizes
vercel/next.js canary hanneslund/next.js next-font-loader-json Change
index.html gzip 513 B 511 B -2 B
link.html gzip 526 B 527 B ⚠️ +1 B
withRouter.html gzip 506 B 507 B ⚠️ +1 B
Overall change 1.54 kB 1.54 kB
Edge SSR bundle Size Overall decrease ✓
vercel/next.js canary hanneslund/next.js next-font-loader-json Change
edge-ssr.js gzip 57.6 kB 57.6 kB -7 B
page.js gzip 67.1 kB 67.1 kB ⚠️ +2 B
Overall change 125 kB 125 kB -5 B
Middleware size Overall increase ⚠️
vercel/next.js canary hanneslund/next.js next-font-loader-json Change
middleware-b..fest.js gzip 605 B 606 B ⚠️ +1 B
middleware-r..fest.js gzip 145 B 145 B
middleware.js gzip 18.3 kB 18.3 kB ⚠️ +7 B
edge-runtime..pack.js gzip 1.83 kB 1.83 kB
Overall change 20.9 kB 20.9 kB ⚠️ +8 B

Diffs

Diff for page.js

Diff too large to display

Diff for middleware-b..-manifest.js
@@ -7,96 +7,96 @@ self.__BUILD_MANIFEST = {
     "static/BUILD_ID/_ssgManifest.js"
   ],
   rootMainFiles: [
-    "static/chunks/webpack-614b935f44273220.js",
+    "static/chunks/webpack-90dc29c93e4df918.js",
     "static/chunks/framework-678aff0bb8ee52d2.js",
-    "static/chunks/263-35cc9bf0e5ce448f.js",
-    "static/chunks/main-app-3af85c4a1cccd3df.js"
+    "static/chunks/37-83dce667d051066b.js",
+    "static/chunks/main-app-01be8816cd2ebd17.js"
   ],
   pages: {
     "/": [
-      "static/chunks/webpack-614b935f44273220.js",
+      "static/chunks/webpack-90dc29c93e4df918.js",
       "static/chunks/framework-678aff0bb8ee52d2.js",
-      "static/chunks/main-211ecdb7fee85366.js",
-      "static/chunks/pages/index-7006f133a7f411c1.js"
+      "static/chunks/main-d712e38463beccbc.js",
+      "static/chunks/pages/index-a0dbceb1acd97141.js"
     ],
     "/_app": [
-      "static/chunks/webpack-614b935f44273220.js",
+      "static/chunks/webpack-90dc29c93e4df918.js",
       "static/chunks/framework-678aff0bb8ee52d2.js",
-      "static/chunks/main-211ecdb7fee85366.js",
-      "static/chunks/pages/_app-12ffc2b7115683be.js"
+      "static/chunks/main-d712e38463beccbc.js",
+      "static/chunks/pages/_app-71d03ec80432714d.js"
     ],
     "/_error": [
-      "static/chunks/webpack-614b935f44273220.js",
+      "static/chunks/webpack-90dc29c93e4df918.js",
       "static/chunks/framework-678aff0bb8ee52d2.js",
-      "static/chunks/main-211ecdb7fee85366.js",
-      "static/chunks/pages/_error-087ce1b1fb55609f.js"
+      "static/chunks/main-d712e38463beccbc.js",
+      "static/chunks/pages/_error-812087a3eff7337a.js"
     ],
     "/amp": [
-      "static/chunks/webpack-614b935f44273220.js",
+      "static/chunks/webpack-90dc29c93e4df918.js",
       "static/chunks/framework-678aff0bb8ee52d2.js",
-      "static/chunks/main-211ecdb7fee85366.js",
-      "static/chunks/pages/amp-782a2a4b83a9c596.js"
+      "static/chunks/main-d712e38463beccbc.js",
+      "static/chunks/pages/amp-6af15d9ea01dca3c.js"
     ],
     "/css": [
-      "static/chunks/webpack-614b935f44273220.js",
+      "static/chunks/webpack-90dc29c93e4df918.js",
       "static/chunks/framework-678aff0bb8ee52d2.js",
-      "static/chunks/main-211ecdb7fee85366.js",
+      "static/chunks/main-d712e38463beccbc.js",
       "static/css/94fdbc56eafa2039.css",
-      "static/chunks/pages/css-0742f8df5574a2e1.js"
+      "static/chunks/pages/css-eb52c5ce4b1b2161.js"
     ],
     "/dynamic": [
-      "static/chunks/webpack-614b935f44273220.js",
+      "static/chunks/webpack-90dc29c93e4df918.js",
       "static/chunks/framework-678aff0bb8ee52d2.js",
-      "static/chunks/main-211ecdb7fee85366.js",
-      "static/chunks/pages/dynamic-e0d9f7d67377624d.js"
+      "static/chunks/main-d712e38463beccbc.js",
+      "static/chunks/pages/dynamic-d743104cad24cf7b.js"
     ],
     "/edge-ssr": [
-      "static/chunks/webpack-614b935f44273220.js",
+      "static/chunks/webpack-90dc29c93e4df918.js",
       "static/chunks/framework-678aff0bb8ee52d2.js",
-      "static/chunks/main-211ecdb7fee85366.js",
-      "static/chunks/pages/edge-ssr-ec71d2c6be7eb73c.js"
+      "static/chunks/main-d712e38463beccbc.js",
+      "static/chunks/pages/edge-ssr-cce7817452545c4e.js"
     ],
     "/head": [
-      "static/chunks/webpack-614b935f44273220.js",
+      "static/chunks/webpack-90dc29c93e4df918.js",
       "static/chunks/framework-678aff0bb8ee52d2.js",
-      "static/chunks/main-211ecdb7fee85366.js",
-      "static/chunks/pages/head-0e365abb20eafa94.js"
+      "static/chunks/main-d712e38463beccbc.js",
+      "static/chunks/pages/head-d86b8689a698c2eb.js"
     ],
     "/hooks": [
-      "static/chunks/webpack-614b935f44273220.js",
+      "static/chunks/webpack-90dc29c93e4df918.js",
       "static/chunks/framework-678aff0bb8ee52d2.js",
-      "static/chunks/main-211ecdb7fee85366.js",
-      "static/chunks/pages/hooks-57a847a4de579d36.js"
+      "static/chunks/main-d712e38463beccbc.js",
+      "static/chunks/pages/hooks-85059ebdd58dd774.js"
     ],
     "/image": [
-      "static/chunks/webpack-614b935f44273220.js",
+      "static/chunks/webpack-90dc29c93e4df918.js",
       "static/chunks/framework-678aff0bb8ee52d2.js",
-      "static/chunks/main-211ecdb7fee85366.js",
-      "static/chunks/pages/image-4162a2659c5d2acc.js"
+      "static/chunks/main-d712e38463beccbc.js",
+      "static/chunks/pages/image-8d05bd8ffa907f71.js"
     ],
     "/link": [
-      "static/chunks/webpack-614b935f44273220.js",
+      "static/chunks/webpack-90dc29c93e4df918.js",
       "static/chunks/framework-678aff0bb8ee52d2.js",
-      "static/chunks/main-211ecdb7fee85366.js",
-      "static/chunks/pages/link-94c7f90bbfcb9a73.js"
+      "static/chunks/main-d712e38463beccbc.js",
+      "static/chunks/pages/link-26ad2fab1093b50f.js"
     ],
     "/routerDirect": [
-      "static/chunks/webpack-614b935f44273220.js",
+      "static/chunks/webpack-90dc29c93e4df918.js",
       "static/chunks/framework-678aff0bb8ee52d2.js",
-      "static/chunks/main-211ecdb7fee85366.js",
-      "static/chunks/pages/routerDirect-d9a92f165150c850.js"
+      "static/chunks/main-d712e38463beccbc.js",
+      "static/chunks/pages/routerDirect-bab250ea4edec8a6.js"
     ],
     "/script": [
-      "static/chunks/webpack-614b935f44273220.js",
+      "static/chunks/webpack-90dc29c93e4df918.js",
       "static/chunks/framework-678aff0bb8ee52d2.js",
-      "static/chunks/main-211ecdb7fee85366.js",
-      "static/chunks/pages/script-4246c666062b93a2.js"
+      "static/chunks/main-d712e38463beccbc.js",
+      "static/chunks/pages/script-d2e59ee82261b34b.js"
     ],
     "/withRouter": [
-      "static/chunks/webpack-614b935f44273220.js",
+      "static/chunks/webpack-90dc29c93e4df918.js",
       "static/chunks/framework-678aff0bb8ee52d2.js",
-      "static/chunks/main-211ecdb7fee85366.js",
-      "static/chunks/pages/withRouter-9d5070dfea49aed8.js"
+      "static/chunks/main-d712e38463beccbc.js",
+      "static/chunks/pages/withRouter-6728711715b7767b.js"
     ]
   },
   ampFirstPages: []
Diff for middleware-r..-manifest.js
@@ -1,6 +1,6 @@
 self.__REACT_LOADABLE_MANIFEST = {
   "dynamic.js -> ../components/hello": {
-    id: 4763,
-    files: ["static/chunks/763.4675268ea2b1b617.js"]
+    id: 1854,
+    files: ["static/chunks/854.b6465d4dd4e21333.js"]
   }
 };
Diff for middleware.js
@@ -1,7 +1,7 @@
 (self["webpackChunk_N_E"] = self["webpackChunk_N_E"] || []).push([
   [826],
   {
-    /***/ 8635: /***/ (
+    /***/ 1002: /***/ (
       __unused_webpack_module,
       __webpack_exports__,
       __webpack_require__
@@ -14,13 +14,13 @@
         /* harmony export */
       });
       /* harmony import */ var next_dist_server_web_adapter__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
-        9581
+        7286
       );
 
       (0,
       next_dist_server_web_adapter__WEBPACK_IMPORTED_MODULE_0__ /* .enhanceGlobals */.gL)();
 
-      var mod = __webpack_require__(5078);
+      var mod = __webpack_require__(2967);
       var handler = mod.middleware || mod.default;
 
       if (typeof handler !== "function") {
@@ -46,7 +46,7 @@
       /***/
     },
 
-    /***/ 5078: /***/ (
+    /***/ 2967: /***/ (
       __unused_webpack_module,
       __webpack_exports__,
       __webpack_require__
@@ -58,7 +58,7 @@
         /* harmony export */
       });
       /* harmony import */ var next_server__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
-        3543
+        9201
       );
       /* harmony import */ var next_server__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/ __webpack_require__.n(
         next_server__WEBPACK_IMPORTED_MODULE_0__
@@ -71,7 +71,7 @@
       /***/
     },
 
-    /***/ 9441: /***/ (__unused_webpack_module, exports) => {
+    /***/ 6265: /***/ (__unused_webpack_module, exports) => {
       "use strict";
 
       Object.defineProperty(exports, "__esModule", {
@@ -91,7 +91,7 @@
       /***/
     },
 
-    /***/ 4214: /***/ (__unused_webpack_module, exports) => {
+    /***/ 3486: /***/ (__unused_webpack_module, exports) => {
       "use strict";
 
       Object.defineProperty(exports, "__esModule", {
@@ -129,7 +129,7 @@
       /***/
     },
 
-    /***/ 5882: /***/ (__unused_webpack_module, exports) => {
+    /***/ 6104: /***/ (__unused_webpack_module, exports) => {
       "use strict";
 
       Object.defineProperty(exports, "__esModule", {
@@ -161,7 +161,7 @@
       /***/
     },
 
-    /***/ 7321: /***/ (
+    /***/ 2365: /***/ (
       __unused_webpack_module,
       exports,
       __webpack_require__
@@ -172,8 +172,8 @@
         value: true
       });
       exports.addLocale = addLocale;
-      var _addPathPrefix = __webpack_require__(3078);
-      var _pathHasPrefix = __webpack_require__(880);
+      var _addPathPrefix = __webpack_require__(861);
+      var _pathHasPrefix = __webpack_require__(5579);
       function addLocale(path, locale, defaultLocale, ignorePrefix) {
         if (
           locale &&
@@ -193,7 +193,7 @@
       /***/
     },
 
-    /***/ 3078: /***/ (
+    /***/ 861: /***/ (
       __unused_webpack_module,
       exports,
       __webpack_require__
@@ -204,7 +204,7 @@
         value: true
       });
       exports.addPathPrefix = addPathPrefix;
-      var _parsePath = __webpack_require__(5868);
+      var _parsePath = __webpack_require__(242);
       function addPathPrefix(path, prefix) {
         if (!path.startsWith("/") || !prefix) {
           return path;
@@ -216,7 +216,7 @@
       /***/
     },
 
-    /***/ 1931: /***/ (
+    /***/ 7118: /***/ (
       __unused_webpack_module,
       exports,
       __webpack_require__
@@ -227,7 +227,7 @@
         value: true
       });
       exports.addPathSuffix = addPathSuffix;
-      var _parsePath = __webpack_require__(5868);
+      var _parsePath = __webpack_require__(242);
       function addPathSuffix(path, suffix) {
         if (!path.startsWith("/") || !suffix) {
           return path;
@@ -239,7 +239,7 @@
       /***/
     },
 
-    /***/ 5062: /***/ (
+    /***/ 9902: /***/ (
       __unused_webpack_module,
       exports,
       __webpack_require__
@@ -250,10 +250,10 @@
         value: true
       });
       exports.formatNextPathnameInfo = formatNextPathnameInfo;
-      var _removeTrailingSlash = __webpack_require__(4380);
-      var _addPathPrefix = __webpack_require__(3078);
-      var _addPathSuffix = __webpack_require__(1931);
-      var _addLocale = __webpack_require__(7321);
+      var _removeTrailingSlash = __webpack_require__(7621);
+      var _addPathPrefix = __webpack_require__(861);
+      var _addPathSuffix = __webpack_require__(7118);
+      var _addLocale = __webpack_require__(2365);
       function formatNextPathnameInfo(info) {
         let pathname = (0, _addLocale).addLocale(
           info.pathname,
@@ -281,7 +281,7 @@
       /***/
     },
 
-    /***/ 9111: /***/ (
+    /***/ 2289: /***/ (
       __unused_webpack_module,
       exports,
       __webpack_require__
@@ -292,9 +292,9 @@
         value: true
       });
       exports.getNextPathnameInfo = getNextPathnameInfo;
-      var _normalizeLocalePath = __webpack_require__(5882);
-      var _removePathPrefix = __webpack_require__(7793);
-      var _pathHasPrefix = __webpack_require__(880);
+      var _normalizeLocalePath = __webpack_require__(6104);
+      var _removePathPrefix = __webpack_require__(6449);
+      var _pathHasPrefix = __webpack_require__(5579);
       function getNextPathnameInfo(pathname, options) {
         var _nextConfig;
         const { basePath, i18n, trailingSlash } =
@@ -344,7 +344,7 @@
       /***/
     },
 
-    /***/ 5868: /***/ (__unused_webpack_module, exports) => {
+    /***/ 242: /***/ (__unused_webpack_module, exports) => {
       "use strict";
 
       Object.defineProperty(exports, "__esModule", {
@@ -378,7 +378,7 @@
       /***/
     },
 
-    /***/ 880: /***/ (
+    /***/ 5579: /***/ (
       __unused_webpack_module,
       exports,
       __webpack_require__
@@ -389,7 +389,7 @@
         value: true
       });
       exports.pathHasPrefix = pathHasPrefix;
-      var _parsePath = __webpack_require__(5868);
+      var _parsePath = __webpack_require__(242);
       function pathHasPrefix(path, prefix) {
         if (typeof path !== "string") {
           return false;
@@ -401,7 +401,7 @@
       /***/
     },
 
-    /***/ 3998: /***/ (__unused_webpack_module, exports) => {
+    /***/ 9165: /***/ (__unused_webpack_module, exports) => {
       "use strict";
 
       Object.defineProperty(exports, "__esModule", {
@@ -420,7 +420,7 @@
       /***/
     },
 
-    /***/ 7793: /***/ (
+    /***/ 6449: /***/ (
       __unused_webpack_module,
       exports,
       __webpack_require__
@@ -431,7 +431,7 @@
         value: true
       });
       exports.removePathPrefix = removePathPrefix;
-      var _pathHasPrefix = __webpack_require__(880);
+      var _pathHasPrefix = __webpack_require__(5579);
       function removePathPrefix(path, prefix) {
         if ((0, _pathHasPrefix).pathHasPrefix(path, prefix)) {
           const withoutPrefix = path.slice(prefix.length);
@@ -445,7 +445,7 @@
       /***/
     },
 
-    /***/ 4380: /***/ (__unused_webpack_module, exports) => {
+    /***/ 7621: /***/ (__unused_webpack_module, exports) => {
       "use strict";
 
       Object.defineProperty(exports, "__esModule", {
@@ -459,7 +459,7 @@
       /***/
     },
 
-    /***/ 7463: /***/ module => {
+    /***/ 7875: /***/ module => {
       var __dirname = "/";
       (() => {
         "use strict";
@@ -587,7 +587,7 @@
       /***/
     },
 
-    /***/ 9561: /***/ (module, exports, __webpack_require__) => {
+    /***/ 2992: /***/ (module, exports, __webpack_require__) => {
       var __dirname = "/";
       var __WEBPACK_AMD_DEFINE_RESULT__;
       (() => {
@@ -1429,7 +1429,7 @@
       /***/
     },
 
-    /***/ 4927: /***/ (__unused_webpack_module, exports) => {
+    /***/ 8809: /***/ (__unused_webpack_module, exports) => {
       "use strict";
 
       Object.defineProperty(exports, "__esModule", {
@@ -1471,7 +1471,7 @@
       /***/
     },
 
-    /***/ 9581: /***/ (
+    /***/ 7286: /***/ (
       __unused_webpack_module,
       exports,
       __webpack_require__
@@ -1485,14 +1485,14 @@
       exports.VL = adapter;
       exports.OT = blockUnallowedResponse;
       exports.gL = enhanceGlobals;
-      var _error = __webpack_require__(8799);
-      var _utils = __webpack_require__(3546);
-      var _fetchEvent = __webpack_require__(8121);
-      var _request = __webpack_require__(1233);
-      var _response = __webpack_require__(7397);
-      var _relativizeUrl = __webpack_require__(3998);
-      var _nextUrl = __webpack_require__(468);
-      var _internalUtils = __webpack_require__(4927);
+      var _error = __webpack_require__(5326);
+      var _utils = __webpack_require__(1063);
+      var _fetchEvent = __webpack_require__(3112);
+      var _request = __webpack_require__(6769);
+      var _response = __webpack_require__(1169);
+      var _relativizeUrl = __webpack_require__(9165);
+      var _nextUrl = __webpack_require__(3501);
+      var _internalUtils = __webpack_require__(8809);
       class NextRequestHint extends _request.NextRequest {
         constructor(params) {
           super(params.input, params.init);
@@ -1718,7 +1718,7 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
       /***/
     },
 
-    /***/ 8799: /***/ (__unused_webpack_module, exports) => {
+    /***/ 5326: /***/ (__unused_webpack_module, exports) => {
       "use strict";
 
       Object.defineProperty(exports, "__esModule", {
@@ -1759,7 +1759,7 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
       /***/
     },
 
-    /***/ 468: /***/ (
+    /***/ 3501: /***/ (
       __unused_webpack_module,
       exports,
       __webpack_require__
@@ -1769,10 +1769,10 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
       Object.defineProperty(exports, "__esModule", {
         value: true
       });
-      var _detectDomainLocale = __webpack_require__(4214);
-      var _formatNextPathnameInfo = __webpack_require__(5062);
-      var _getHostname = __webpack_require__(9441);
-      var _getNextPathnameInfo = __webpack_require__(9111);
+      var _detectDomainLocale = __webpack_require__(3486);
+      var _formatNextPathnameInfo = __webpack_require__(9902);
+      var _getHostname = __webpack_require__(6265);
+      var _getNextPathnameInfo = __webpack_require__(2289);
       const REGEX_LOCALHOST_HOSTNAME = /(?!^https?:\/\/)(127(?:\.(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)){3}|::1|localhost)/;
       function parseURL(url, base) {
         return new URL(
@@ -1997,7 +1997,7 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
       /***/
     },
 
-    /***/ 1845: /***/ (
+    /***/ 3703: /***/ (
       __unused_webpack_module,
       exports,
       __webpack_require__
@@ -2007,7 +2007,7 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
       Object.defineProperty(exports, "__esModule", {
         value: true
       });
-      var _cookie = _interopRequireDefault(__webpack_require__(7463));
+      var _cookie = _interopRequireDefault(__webpack_require__(7875));
       function _interopRequireDefault(obj) {
         return obj && obj.__esModule
           ? obj
@@ -2142,7 +2142,7 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
       /***/
     },
 
-    /***/ 8121: /***/ (
+    /***/ 3112: /***/ (
       __unused_webpack_module,
       exports,
       __webpack_require__
@@ -2153,7 +2153,7 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
         value: true
       });
       exports.waitUntilSymbol = void 0;
-      var _error = __webpack_require__(8799);
+      var _error = __webpack_require__(5326);
       const responseSymbol = Symbol("response");
       const passThroughSymbol = Symbol("passThrough");
       const waitUntilSymbol = Symbol("waitUntil");
@@ -2206,7 +2206,7 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
       /***/
     },
 
-    /***/ 1233: /***/ (
+    /***/ 6769: /***/ (
       __unused_webpack_module,
       exports,
       __webpack_require__
@@ -2217,10 +2217,10 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
         value: true
       });
       exports.INTERNALS = void 0;
-      var _nextUrl = __webpack_require__(468);
-      var _utils = __webpack_require__(3546);
-      var _error = __webpack_require__(8799);
-      var _cookies = __webpack_require__(1845);
+      var _nextUrl = __webpack_require__(3501);
+      var _utils = __webpack_require__(1063);
+      var _error = __webpack_require__(5326);
+      var _cookies = __webpack_require__(3703);
       const INTERNALS = Symbol("internal request");
       exports.INTERNALS = INTERNALS;
       class NextRequest extends Request {
@@ -2301,7 +2301,7 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
       /***/
     },
 
-    /***/ 7397: /***/ (
+    /***/ 1169: /***/ (
       __unused_webpack_module,
       exports,
       __webpack_require__
@@ -2311,9 +2311,9 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
       Object.defineProperty(exports, "__esModule", {
         value: true
       });
-      var _nextUrl = __webpack_require__(468);
-      var _utils = __webpack_require__(3546);
-      var _cookies = __webpack_require__(1845);
+      var _nextUrl = __webpack_require__(3501);
+      var _utils = __webpack_require__(1063);
+      var _cookies = __webpack_require__(3703);
       const INTERNALS = Symbol("internal response");
       const REDIRECTS = new Set([301, 302, 303, 307, 308]);
       class NextResponse extends Response {
@@ -2403,7 +2403,7 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
       /***/
     },
 
-    /***/ 3191: /***/ (
+    /***/ 9797: /***/ (
       __unused_webpack_module,
       exports,
       __webpack_require__
@@ -2417,7 +2417,7 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
       __webpack_unused_export__ = isBot;
       exports.Nf = userAgentFromString;
       exports.WE = userAgent;
-      var _uaParserJs = _interopRequireDefault(__webpack_require__(9561));
+      var _uaParserJs = _interopRequireDefault(__webpack_require__(2992));
       function _interopRequireDefault(obj) {
         return obj && obj.__esModule
           ? obj
@@ -2445,7 +2445,7 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
       /***/
     },
 
-    /***/ 3546: /***/ (__unused_webpack_module, exports) => {
+    /***/ 1063: /***/ (__unused_webpack_module, exports) => {
       "use strict";
 
       Object.defineProperty(exports, "__esModule", {
@@ -2560,14 +2560,14 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
       /***/
     },
 
-    /***/ 3543: /***/ (module, exports, __webpack_require__) => {
+    /***/ 9201: /***/ (module, exports, __webpack_require__) => {
       const serverExports = {
-        NextRequest: __webpack_require__(1233).NextRequest,
-        NextResponse: __webpack_require__(7397).NextResponse,
+        NextRequest: __webpack_require__(6769).NextRequest,
+        NextResponse: __webpack_require__(1169).NextResponse,
         userAgentFromString: __webpack_require__(
-          3191
+          9797
         ) /* .userAgentFromString */.Nf,
-        userAgent: __webpack_require__(3191) /* .userAgent */.WE
+        userAgent: __webpack_require__(9797) /* .userAgent */.WE
       };
 
       if (typeof URLPattern !== "undefined") {
@@ -2593,7 +2593,7 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
     // webpackRuntimeModules
     /******/ var __webpack_exec__ = moduleId =>
       __webpack_require__((__webpack_require__.s = moduleId));
-    /******/ var __webpack_exports__ = __webpack_exec__(8635);
+    /******/ var __webpack_exports__ = __webpack_exec__(1002);
     /******/ (_ENTRIES =
       typeof _ENTRIES === "undefined"
         ? {}
Diff for edge-ssr.js

Diff too large to display

Diff for _buildManifest.js
@@ -1,28 +1,28 @@
 self.__BUILD_MANIFEST = {
   __rewrites: { beforeFiles: [], afterFiles: [], fallback: [] },
-  "/": ["static\u002Fchunks\u002Fpages\u002Findex-7006f133a7f411c1.js"],
-  "/_error": ["static\u002Fchunks\u002Fpages\u002F_error-087ce1b1fb55609f.js"],
-  "/amp": ["static\u002Fchunks\u002Fpages\u002Famp-782a2a4b83a9c596.js"],
+  "/": ["static\u002Fchunks\u002Fpages\u002Findex-a0dbceb1acd97141.js"],
+  "/_error": ["static\u002Fchunks\u002Fpages\u002F_error-812087a3eff7337a.js"],
+  "/amp": ["static\u002Fchunks\u002Fpages\u002Famp-6af15d9ea01dca3c.js"],
   "/css": [
     "static\u002Fcss\u002F94fdbc56eafa2039.css",
-    "static\u002Fchunks\u002Fpages\u002Fcss-0742f8df5574a2e1.js"
+    "static\u002Fchunks\u002Fpages\u002Fcss-eb52c5ce4b1b2161.js"
   ],
   "/dynamic": [
-    "static\u002Fchunks\u002Fpages\u002Fdynamic-e0d9f7d67377624d.js"
+    "static\u002Fchunks\u002Fpages\u002Fdynamic-d743104cad24cf7b.js"
   ],
   "/edge-ssr": [
-    "static\u002Fchunks\u002Fpages\u002Fedge-ssr-ec71d2c6be7eb73c.js"
+    "static\u002Fchunks\u002Fpages\u002Fedge-ssr-cce7817452545c4e.js"
   ],
-  "/head": ["static\u002Fchunks\u002Fpages\u002Fhead-0e365abb20eafa94.js"],
-  "/hooks": ["static\u002Fchunks\u002Fpages\u002Fhooks-57a847a4de579d36.js"],
-  "/image": ["static\u002Fchunks\u002Fpages\u002Fimage-4162a2659c5d2acc.js"],
-  "/link": ["static\u002Fchunks\u002Fpages\u002Flink-94c7f90bbfcb9a73.js"],
+  "/head": ["static\u002Fchunks\u002Fpages\u002Fhead-d86b8689a698c2eb.js"],
+  "/hooks": ["static\u002Fchunks\u002Fpages\u002Fhooks-85059ebdd58dd774.js"],
+  "/image": ["static\u002Fchunks\u002Fpages\u002Fimage-8d05bd8ffa907f71.js"],
+  "/link": ["static\u002Fchunks\u002Fpages\u002Flink-26ad2fab1093b50f.js"],
   "/routerDirect": [
-    "static\u002Fchunks\u002Fpages\u002FrouterDirect-d9a92f165150c850.js"
+    "static\u002Fchunks\u002Fpages\u002FrouterDirect-bab250ea4edec8a6.js"
   ],
-  "/script": ["static\u002Fchunks\u002Fpages\u002Fscript-4246c666062b93a2.js"],
+  "/script": ["static\u002Fchunks\u002Fpages\u002Fscript-d2e59ee82261b34b.js"],
   "/withRouter": [
-    "static\u002Fchunks\u002Fpages\u002FwithRouter-9d5070dfea49aed8.js"
+    "static\u002Fchunks\u002Fpages\u002FwithRouter-6728711715b7767b.js"
   ],
   sortedPages: [
     "\u002F",
Diff for _app-HASH.js
@@ -1,7 +1,7 @@
 (self["webpackChunk_N_E"] = self["webpackChunk_N_E"] || []).push([
   [888],
   {
-    /***/ 302: /***/ function(
+    /***/ 5298: /***/ function(
       __unused_webpack_module,
       __unused_webpack_exports,
       __webpack_require__
@@ -9,7 +9,7 @@
       (window.__NEXT_P = window.__NEXT_P || []).push([
         "/_app",
         function() {
-          return __webpack_require__(7297);
+          return __webpack_require__(2839);
         }
       ]);
       if (false) {
@@ -24,7 +24,7 @@
       return __webpack_require__((__webpack_require__.s = moduleId));
     };
     /******/ __webpack_require__.O(0, [774, 179], function() {
-      return __webpack_exec__(302), __webpack_exec__(1960);
+      return __webpack_exec__(5298), __webpack_exec__(4297);
     });
     /******/ var __webpack_exports__ = __webpack_require__.O();
     /******/ _N_E = __webpack_exports__;
Diff for _error-HASH.js
@@ -1,7 +1,7 @@
 (self["webpackChunk_N_E"] = self["webpackChunk_N_E"] || []).push([
   [820],
   {
-    /***/ 8845: /***/ function(
+    /***/ 6302: /***/ function(
       __unused_webpack_module,
       __unused_webpack_exports,
       __webpack_require__
@@ -9,7 +9,7 @@
       (window.__NEXT_P = window.__NEXT_P || []).push([
         "/_error",
         function() {
-          return __webpack_require__(5054);
+          return __webpack_require__(5164);
         }
       ]);
       if (false) {
@@ -24,7 +24,7 @@
       return __webpack_require__((__webpack_require__.s = moduleId));
     };
     /******/ __webpack_require__.O(0, [888, 774, 179], function() {
-      return __webpack_exec__(8845);
+      return __webpack_exec__(6302);
     });
     /******/ var __webpack_exports__ = __webpack_require__.O();
     /******/ _N_E = __webpack_exports__;
Diff for amp-HASH.js
@@ -1,17 +1,17 @@
 (self["webpackChunk_N_E"] = self["webpackChunk_N_E"] || []).push([
   [216],
   {
-    /***/ 9343: /***/ function(
+    /***/ 207: /***/ function(
       module,
       __unused_webpack_exports,
       __webpack_require__
     ) {
-      module.exports = __webpack_require__(900);
+      module.exports = __webpack_require__(6886);
 
       /***/
     },
 
-    /***/ 4369: /***/ function(
+    /***/ 386: /***/ function(
       __unused_webpack_module,
       __unused_webpack_exports,
       __webpack_require__
@@ -19,7 +19,7 @@
       (window.__NEXT_P = window.__NEXT_P || []).push([
         "/amp",
         function() {
-          return __webpack_require__(8876);
+          return __webpack_require__(2075);
         }
       ]);
       if (false) {
@@ -28,7 +28,7 @@
       /***/
     },
 
-    /***/ 900: /***/ function(module, exports, __webpack_require__) {
+    /***/ 6886: /***/ function(module, exports, __webpack_require__) {
       "use strict";
 
       Object.defineProperty(exports, "__esModule", {
@@ -38,8 +38,8 @@
       var _interop_require_default = __webpack_require__(7022) /* ["default"] */
         .Z;
       var _react = _interop_require_default(__webpack_require__(7327));
-      var _ampContext = __webpack_require__(526);
-      var _ampMode = __webpack_require__(752);
+      var _ampContext = __webpack_require__(3434);
+      var _ampMode = __webpack_require__(4047);
       function useAmp() {
         // Don't assign the context value to a variable to save bytes
         return (0, _ampMode).isInAmpMode(
@@ -61,7 +61,7 @@
       /***/
     },
 
-    /***/ 8876: /***/ function(
+    /***/ 2075: /***/ function(
       __unused_webpack_module,
       __webpack_exports__,
       __webpack_require__
@@ -78,7 +78,7 @@
         /* harmony export */
       });
       /* harmony import */ var next_amp__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
-        9343
+        207
       );
       /* harmony import */ var next_amp__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/ __webpack_require__.n(
         next_amp__WEBPACK_IMPORTED_MODULE_0__
@@ -102,7 +102,7 @@
       return __webpack_require__((__webpack_require__.s = moduleId));
     };
     /******/ __webpack_require__.O(0, [888, 774, 179], function() {
-      return __webpack_exec__(4369);
+      return __webpack_exec__(386);
     });
     /******/ var __webpack_exports__ = __webpack_require__.O();
     /******/ _N_E = __webpack_exports__;
Diff for css-HASH.js
@@ -1,7 +1,7 @@
 (self["webpackChunk_N_E"] = self["webpackChunk_N_E"] || []).push([
   [706],
   {
-    /***/ 8063: /***/ function(
+    /***/ 7471: /***/ function(
       __unused_webpack_module,
       __unused_webpack_exports,
       __webpack_require__
@@ -9,7 +9,7 @@
       (window.__NEXT_P = window.__NEXT_P || []).push([
         "/css",
         function() {
-          return __webpack_require__(8461);
+          return __webpack_require__(1972);
         }
       ]);
       if (false) {
@@ -18,7 +18,7 @@
       /***/
     },
 
-    /***/ 8461: /***/ function(
+    /***/ 1972: /***/ function(
       __unused_webpack_module,
       __webpack_exports__,
       __webpack_require__
@@ -29,7 +29,7 @@
         6868
       );
       /* harmony import */ var _css_module_css__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
-        9993
+        5317
       );
       /* harmony import */ var _css_module_css__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/ __webpack_require__.n(
         _css_module_css__WEBPACK_IMPORTED_MODULE_1__
@@ -48,7 +48,7 @@
       /***/
     },
 
-    /***/ 9993: /***/ function(module) {
+    /***/ 5317: /***/ function(module) {
       // extracted by mini-css-extract-plugin
       module.exports = { helloWorld: "css_helloWorld__qqNwY" };
 
@@ -61,7 +61,7 @@
       return __webpack_require__((__webpack_require__.s = moduleId));
     };
     /******/ __webpack_require__.O(0, [774, 888, 179], function() {
-      return __webpack_exec__(8063);
+      return __webpack_exec__(7471);
     });
     /******/ var __webpack_exports__ = __webpack_require__.O();
     /******/ _N_E = __webpack_exports__;
Diff for dynamic-HASH.js
@@ -1,7 +1,7 @@
 (self["webpackChunk_N_E"] = self["webpackChunk_N_E"] || []).push([
   [739],
   {
-    /***/ 4620: /***/ function(
+    /***/ 7849: /***/ function(
       __unused_webpack_module,
       __unused_webpack_exports,
       __webpack_require__
@@ -9,7 +9,7 @@
       (window.__NEXT_P = window.__NEXT_P || []).push([
         "/dynamic",
         function() {
-          return __webpack_require__(9122);
+          return __webpack_require__(2318);
         }
       ]);
       if (false) {
@@ -18,7 +18,7 @@
       /***/
     },
 
-    /***/ 4424: /***/ function(module, exports, __webpack_require__) {
+    /***/ 3823: /***/ function(module, exports, __webpack_require__) {
       "use strict";
 
       Object.defineProperty(exports, "__esModule", {
@@ -34,7 +34,7 @@
       var _interop_require_default = __webpack_require__(7022) /* ["default"] */
         .Z;
       var _react = _interop_require_default(__webpack_require__(7327));
-      var _loadable = _interop_require_default(__webpack_require__(7733));
+      var _loadable = _interop_require_default(__webpack_require__(466));
       function dynamic(dynamicOptions, options) {
         var loadableFn = _loadable.default;
         var loadableOptions = (options == null
@@ -138,7 +138,7 @@
       /***/
     },
 
-    /***/ 2499: /***/ function(
+    /***/ 308: /***/ function(
       __unused_webpack_module,
       exports,
       __webpack_require__
@@ -160,7 +160,7 @@
       /***/
     },
 
-    /***/ 7733: /***/ function(
+    /***/ 466: /***/ function(
       __unused_webpack_module,
       exports,
       __webpack_require__
@@ -180,7 +180,7 @@
       var _interop_require_default = __webpack_require__(7022) /* ["default"] */
         .Z;
       var _react = _interop_require_default(__webpack_require__(7327));
-      var _loadableContext = __webpack_require__(2499);
+      var _loadableContext = __webpack_require__(308);
       var useSyncExternalStore = (true ? __webpack_require__(7327) : 0)
         .useSyncExternalStore;
       var ALL_INITIALIZERS = [];
@@ -494,7 +494,7 @@
       /***/
     },
 
-    /***/ 9122: /***/ function(
+    /***/ 2318: /***/ function(
       __unused_webpack_module,
       __webpack_exports__,
       __webpack_require__
@@ -511,7 +511,7 @@
         6868
       );
       /* harmony import */ var next_dynamic__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
-        164
+        3890
       );
       /* harmony import */ var next_dynamic__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/ __webpack_require__.n(
         next_dynamic__WEBPACK_IMPORTED_MODULE_1__
@@ -520,13 +520,13 @@
       var DynamicHello = next_dynamic__WEBPACK_IMPORTED_MODULE_1___default()(
         function() {
           return __webpack_require__
-            .e(/* import() */ 763)
-            .then(__webpack_require__.bind(__webpack_require__, 4763));
+            .e(/* import() */ 854)
+            .then(__webpack_require__.bind(__webpack_require__, 1854));
         },
         {
           loadableGenerated: {
             webpack: function() {
-              return [/*require.resolve*/ 4763];
+              return [/*require.resolve*/ 1854];
             }
           }
         }
@@ -556,12 +556,12 @@
       /***/
     },
 
-    /***/ 164: /***/ function(
+    /***/ 3890: /***/ function(
       module,
       __unused_webpack_exports,
       __webpack_require__
     ) {
-      module.exports = __webpack_require__(4424);
+      module.exports = __webpack_require__(3823);
 
       /***/
     }
@@ -572,7 +572,7 @@
       return __webpack_require__((__webpack_require__.s = moduleId));
     };
     /******/ __webpack_require__.O(0, [774, 888, 179], function() {
-      return __webpack_exec__(4620);
+      return __webpack_exec__(7849);
     });
     /******/ var __webpack_exports__ = __webpack_require__.O();
     /******/ _N_E = __webpack_exports__;
Diff for edge-ssr-HASH.js
@@ -1,7 +1,7 @@
 (self["webpackChunk_N_E"] = self["webpackChunk_N_E"] || []).push([
   [800],
   {
-    /***/ 9321: /***/ function(
+    /***/ 7308: /***/ function(
       __unused_webpack_module,
       __unused_webpack_exports,
       __webpack_require__
@@ -9,7 +9,7 @@
       (window.__NEXT_P = window.__NEXT_P || []).push([
         "/edge-ssr",
         function() {
-          return __webpack_require__(3934);
+          return __webpack_require__(7265);
         }
       ]);
       if (false) {
@@ -18,7 +18,7 @@
       /***/
     },
 
-    /***/ 3934: /***/ function(
+    /***/ 7265: /***/ function(
       __unused_webpack_module,
       __webpack_exports__,
       __webpack_require__
@@ -50,7 +50,7 @@
       return __webpack_require__((__webpack_require__.s = moduleId));
     };
     /******/ __webpack_require__.O(0, [888, 774, 179], function() {
-      return __webpack_exec__(9321);
+      return __webpack_exec__(7308);
     });
     /******/ var __webpack_exports__ = __webpack_require__.O();
     /******/ _N_E = __webpack_exports__;
Diff for head-HASH.js
@@ -1,7 +1,7 @@
 (self["webpackChunk_N_E"] = self["webpackChunk_N_E"] || []).push([
   [645],
   {
-    /***/ 6369: /***/ function(
+    /***/ 6582: /***/ function(
       __unused_webpack_module,
       __unused_webpack_exports,
       __webpack_require__
@@ -9,7 +9,7 @@
       (window.__NEXT_P = window.__NEXT_P || []).push([
         "/head",
         function() {
-          return __webpack_require__(7405);
+          return __webpack_require__(6359);
         }
       ]);
       if (false) {
@@ -18,7 +18,7 @@
       /***/
     },
 
-    /***/ 7405: /***/ function(
+    /***/ 6359: /***/ function(
       __unused_webpack_module,
       __webpack_exports__,
       __webpack_require__
@@ -35,7 +35,7 @@
         6868
       );
       /* harmony import */ var next_head__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
-        8496
+        7321
       );
       /* harmony import */ var next_head__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/ __webpack_require__.n(
         next_head__WEBPACK_IMPORTED_MODULE_1__
@@ -71,12 +71,12 @@
       /***/
     },
 
-    /***/ 8496: /***/ function(
+    /***/ 7321: /***/ function(
       module,
       __unused_webpack_exports,
       __webpack_require__
     ) {
-      module.exports = __webpack_require__(5953);
+      module.exports = __webpack_require__(6918);
 
       /***/
     }
@@ -87,7 +87,7 @@
       return __webpack_require__((__webpack_require__.s = moduleId));
     };
     /******/ __webpack_require__.O(0, [774, 888, 179], function() {
-      return __webpack_exec__(6369);
+      return __webpack_exec__(6582);
     });
     /******/ var __webpack_exports__ = __webpack_require__.O();
     /******/ _N_E = __webpack_exports__;
Diff for hooks-HASH.js
@@ -1,7 +1,7 @@
 (self["webpackChunk_N_E"] = self["webpackChunk_N_E"] || []).push([
   [757],
   {
-    /***/ 343: /***/ function(
+    /***/ 4231: /***/ function(
       __unused_webpack_module,
       __unused_webpack_exports,
       __webpack_require__
@@ -9,7 +9,7 @@
       (window.__NEXT_P = window.__NEXT_P || []).push([
         "/hooks",
         function() {
-          return __webpack_require__(4742);
+          return __webpack_require__(2473);
         }
       ]);
       if (false) {
@@ -18,7 +18,7 @@
       /***/
     },
 
-    /***/ 4742: /***/ function(
+    /***/ 2473: /***/ function(
       __unused_webpack_module,
       __webpack_exports__,
       __webpack_require__
@@ -132,7 +132,7 @@
       return __webpack_require__((__webpack_require__.s = moduleId));
     };
     /******/ __webpack_require__.O(0, [774, 888, 179], function() {
-      return __webpack_exec__(343);
+      return __webpack_exec__(4231);
     });
     /******/ var __webpack_exports__ = __webpack_require__.O();
     /******/ _N_E = __webpack_exports__;
Diff for image-HASH.js
@@ -26,7 +26,7 @@
       /***/
     },
 
-    /***/ 5352: /***/ function(
+    /***/ 4277: /***/ function(
       __unused_webpack_module,
       __unused_webpack_exports,
       __webpack_require__
@@ -34,7 +34,7 @@
       (window.__NEXT_P = window.__NEXT_P || []).push([
         "/image",
         function() {
-          return __webpack_require__(8627);
+          return __webpack_require__(7151);
         }
       ]);
       if (false) {
@@ -43,7 +43,7 @@
       /***/
     },
 
-    /***/ 8699: /***/ function(module, exports, __webpack_require__) {
+    /***/ 1544: /***/ function(module, exports, __webpack_require__) {
       "use strict";
 
       Object.defineProperty(exports, "__esModule", {
@@ -66,12 +66,12 @@
         5997
       ) /* ["default"] */.Z;
       var _react = _interop_require_wildcard(__webpack_require__(7327));
-      var _head = _interop_require_default(__webpack_require__(5953));
-      var _imageConfig = __webpack_require__(8173);
-      var _useIntersection = __webpack_require__(4911);
-      var _imageConfigContext = __webpack_require__(4623);
-      var _utils = __webpack_require__(5327);
-      var _normalizeTrailingSlash = __webpack_require__(5973);
+      var _head = _interop_require_default(__webpack_require__(6918));
+      var _imageConfig = __webpack_require__(6832);
+      var _useIntersection = __webpack_require__(6031);
+      var _imageConfigContext = __webpack_require__(7293);
+      var _utils = __webpack_require__(481);
+      var _normalizeTrailingSlash = __webpack_require__(6933);
       function Image(_param) {
         var src = _param.src,
           sizes = _param.sizes,
@@ -929,7 +929,7 @@
       /***/
     },
 
-    /***/ 4911: /***/ function(module, exports, __webpack_require__) {
+    /***/ 6031: /***/ function(module, exports, __webpack_require__) {
       "use strict";
 
       Object.defineProperty(exports, "__esModule", {
@@ -941,7 +941,7 @@
       });
       exports.useIntersection = useIntersection;
       var _react = __webpack_require__(7327);
-      var _requestIdleCallback = __webpack_require__(854);
+      var _requestIdleCallback = __webpack_require__(8482);
       var hasIntersectionObserver = typeof IntersectionObserver === "function";
       var observers = new Map();
       var idList = [];
@@ -1066,7 +1066,7 @@
       /***/
     },
 
-    /***/ 8627: /***/ function(
+    /***/ 7151: /***/ function(
       __unused_webpack_module,
       __webpack_exports__,
       __webpack_require__
@@ -1087,8 +1087,8 @@
 
       // EXTERNAL MODULE: ./node_modules/.pnpm/react@0.0.0-experimental-abbbdf4ce-20220930/node_modules/react/jsx-runtime.js
       var jsx_runtime = __webpack_require__(6868);
-      // EXTERNAL MODULE: ./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_f47tis6ffrivjeesiut5tg6xei/node_modules/next/image.js
-      var next_image = __webpack_require__(5034);
+      // EXTERNAL MODULE: ./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_f47tis6ffrivjeesiut5tg6xei/node_modules/next/image.js
+      var next_image = __webpack_require__(8885);
       var image_default = /*#__PURE__*/ __webpack_require__.n(next_image); // CONCATENATED MODULE: ./pages/nextjs.png
       /* harmony default export */ var nextjs = {
         src: "/_next/static/media/nextjs.cae0b805.png",
@@ -1118,12 +1118,12 @@
       /***/
     },
 
-    /***/ 5034: /***/ function(
+    /***/ 8885: /***/ function(
       module,
       __unused_webpack_exports,
       __webpack_require__
     ) {
-      module.exports = __webpack_require__(8699);
+      module.exports = __webpack_require__(1544);
 
       /***/
     }
@@ -1134,7 +1134,7 @@
       return __webpack_require__((__webpack_require__.s = moduleId));
     };
     /******/ __webpack_require__.O(0, [774, 888, 179], function() {
-      return __webpack_exec__(5352);
+      return __webpack_exec__(4277);
     });
     /******/ var __webpack_exports__ = __webpack_require__.O();
     /******/ _N_E = __webpack_exports__;
Diff for index-HASH.js
@@ -1,7 +1,7 @@
 (self["webpackChunk_N_E"] = self["webpackChunk_N_E"] || []).push([
   [405],
   {
-    /***/ 7720: /***/ function(
+    /***/ 241: /***/ function(
       __unused_webpack_module,
       __unused_webpack_exports,
       __webpack_require__
@@ -9,7 +9,7 @@
       (window.__NEXT_P = window.__NEXT_P || []).push([
         "/",
         function() {
-          return __webpack_require__(5260);
+          return __webpack_require__(359);
         }
       ]);
       if (false) {
@@ -18,7 +18,7 @@
       /***/
     },
 
-    /***/ 5260: /***/ function(
+    /***/ 359: /***/ function(
       __unused_webpack_module,
       __webpack_exports__,
       __webpack_require__
@@ -46,7 +46,7 @@
       return __webpack_require__((__webpack_require__.s = moduleId));
     };
     /******/ __webpack_require__.O(0, [888, 774, 179], function() {
-      return __webpack_exec__(7720);
+      return __webpack_exec__(241);
     });
     /******/ var __webpack_exports__ = __webpack_require__.O();
     /******/ _N_E = __webpack_exports__;
Diff for link-HASH.js
@@ -1,7 +1,7 @@
 (self["webpackChunk_N_E"] = self["webpackChunk_N_E"] || []).push([
   [644],
   {
-    /***/ 1249: /***/ function(
+    /***/ 6764: /***/ function(
       __unused_webpack_module,
       __unused_webpack_exports,
       __webpack_require__
@@ -9,7 +9,7 @@
       (window.__NEXT_P = window.__NEXT_P || []).push([
         "/link",
         function() {
-          return __webpack_require__(7487);
+          return __webpack_require__(1940);
         }
       ]);
       if (false) {
@@ -18,7 +18,7 @@
       /***/
     },
 
-    /***/ 1460: /***/ function(module, exports) {
+    /***/ 7175: /***/ function(module, exports) {
       "use strict";
 
       Object.defineProperty(exports, "__esModule", {
@@ -54,7 +54,7 @@
       /***/
     },
 
-    /***/ 9319: /***/ function(module, exports, __webpack_require__) {
+    /***/ 5454: /***/ function(module, exports, __webpack_require__) {
       "use strict";
 
       Object.defineProperty(exports, "__esModule", {
@@ -72,13 +72,13 @@
         5997
       ) /* ["default"] */.Z;
       var _react = _interop_require_default(__webpack_require__(7327));
-      var _router = __webpack_require__(9050);
-      var _addLocale = __webpack_require__(375);
-      var _routerContext = __webpack_require__(9992);
-      var _appRouterContext = __webpack_require__(6277);
-      var _useIntersection = __webpack_require__(4911);
-      var _getDomainLocale = __webpack_require__(1460);
-      var _addBasePath = __webpack_require__(6060);
+      var _router = __webpack_require__(3581);
+      var _addLocale = __webpack_require__(5281);
+      var _routerContext = __webpack_require__(3120);
+      var _appRouterContext = __webpack_require__(7420);
+      var _useIntersection = __webpack_require__(6031);
+      var _getDomainLocale = __webpack_require__(7175);
+      var _addBasePath = __webpack_require__(3492);
       ("client");
       var prefetched = {};
       function prefetch(router, href, as, options) {
@@ -429,7 +429,7 @@
       /***/
     },
 
-    /***/ 4911: /***/ function(module, exports, __webpack_require__) {
+    /***/ 6031: /***/ function(module, exports, __webpack_require__) {
       "use strict";
 
       Object.defineProperty(exports, "__esModule", {
@@ -441,7 +441,7 @@
       });
       exports.useIntersection = useIntersection;
       var _react = __webpack_require__(7327);
-      var _requestIdleCallback = __webpack_require__(854);
+      var _requestIdleCallback = __webpack_require__(8482);
       var hasIntersectionObserver = typeof IntersectionObserver === "function";
       var observers = new Map();
       var idList = [];
@@ -566,7 +566,7 @@
       /***/
     },
 
-    /***/ 6277: /***/ function(
+    /***/ 7420: /***/ function(
       __unused_webpack_module,
       exports,
       __webpack_require__
@@ -594,7 +594,7 @@
       /***/
     },
 
-    /***/ 7487: /***/ function(
+    /***/ 1940: /***/ function(
       __unused_webpack_module,
       __webpack_exports__,
       __webpack_require__
@@ -611,7 +611,7 @@
         6868
       );
       /* harmony import */ var next_link__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
-        3048
+        7225
       );
       /* harmony import */ var next_link__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/ __webpack_require__.n(
         next_link__WEBPACK_IMPORTED_MODULE_1__
@@ -642,12 +642,12 @@
       /***/
     },
 
-    /***/ 3048: /***/ function(
+    /***/ 7225: /***/ function(
       module,
       __unused_webpack_exports,
       __webpack_require__
     ) {
-      module.exports = __webpack_require__(9319);
+      module.exports = __webpack_require__(5454);
 
       /***/
     }
@@ -658,7 +658,7 @@
       return __webpack_require__((__webpack_require__.s = moduleId));
     };
     /******/ __webpack_require__.O(0, [774, 888, 179], function() {
-      return __webpack_exec__(1249);
+      return __webpack_exec__(6764);
     });
     /******/ var __webpack_exports__ = __webpack_require__.O();
     /******/ _N_E = __webpack_exports__;
Diff for routerDirect-HASH.js
@@ -1,7 +1,7 @@
 (self["webpackChunk_N_E"] = self["webpackChunk_N_E"] || []).push([
   [58],
   {
-    /***/ 2544: /***/ function(
+    /***/ 2259: /***/ function(
       __unused_webpack_module,
       __unused_webpack_exports,
       __webpack_require__
@@ -9,7 +9,7 @@
       (window.__NEXT_P = window.__NEXT_P || []).push([
         "/routerDirect",
         function() {
-          return __webpack_require__(4282);
+          return __webpack_require__(4287);
         }
       ]);
       if (false) {
@@ -18,7 +18,7 @@
       /***/
     },
 
-    /***/ 4282: /***/ function(
+    /***/ 4287: /***/ function(
       __unused_webpack_module,
       __webpack_exports__,
       __webpack_require__
@@ -35,7 +35,7 @@
         6868
       );
       /* harmony import */ var next_router__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
-        6766
+        1159
       );
       /* harmony import */ var next_router__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/ __webpack_require__.n(
         next_router__WEBPACK_IMPORTED_MODULE_1__
@@ -56,12 +56,12 @@
       /***/
     },
 
-    /***/ 6766: /***/ function(
+    /***/ 1159: /***/ function(
       module,
       __unused_webpack_exports,
       __webpack_require__
     ) {
-      module.exports = __webpack_require__(1960);
+      module.exports = __webpack_require__(4297);
 
       /***/
     }
@@ -72,7 +72,7 @@
       return __webpack_require__((__webpack_require__.s = moduleId));
     };
     /******/ __webpack_require__.O(0, [774, 888, 179], function() {
-      return __webpack_exec__(2544);
+      return __webpack_exec__(2259);
     });
     /******/ var __webpack_exports__ = __webpack_require__.O();
     /******/ _N_E = __webpack_exports__;
Diff for script-HASH.js
@@ -1,7 +1,7 @@
 (self["webpackChunk_N_E"] = self["webpackChunk_N_E"] || []).push([
   [797],
   {
-    /***/ 9712: /***/ function(
+    /***/ 9421: /***/ function(
       __unused_webpack_module,
       __unused_webpack_exports,
       __webpack_require__
@@ -9,7 +9,7 @@
       (window.__NEXT_P = window.__NEXT_P || []).push([
         "/script",
         function() {
-          return __webpack_require__(7931);
+          return __webpack_require__(3358);
         }
       ]);
       if (false) {
@@ -18,7 +18,7 @@
       /***/
     },
 
-    /***/ 7931: /***/ function(
+    /***/ 3358: /***/ function(
       __unused_webpack_module,
       __webpack_exports__,
       __webpack_require__
@@ -35,7 +35,7 @@
         6868
       );
       /* harmony import */ var next_script__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
-        9839
+        5912
       );
       /* harmony import */ var next_script__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/ __webpack_require__.n(
         next_script__WEBPACK_IMPORTED_MODULE_1__
@@ -70,12 +70,12 @@
       /***/
     },
 
-    /***/ 9839: /***/ function(
+    /***/ 5912: /***/ function(
       module,
       __unused_webpack_exports,
       __webpack_require__
     ) {
-      module.exports = false ? 0 : __webpack_require__(8997);
+      module.exports = false ? 0 : __webpack_require__(3196);
 
       /***/
     }
@@ -86,7 +86,7 @@
       return __webpack_require__((__webpack_require__.s = moduleId));
     };
     /******/ __webpack_require__.O(0, [774, 888, 179], function() {
-      return __webpack_exec__(9712);
+      return __webpack_exec__(9421);
     });
     /******/ var __webpack_exports__ = __webpack_require__.O();
     /******/ _N_E = __webpack_exports__;
Diff for withRouter-HASH.js
@@ -1,7 +1,7 @@
 (self["webpackChunk_N_E"] = self["webpackChunk_N_E"] || []).push([
   [807],
   {
-    /***/ 1144: /***/ function(
+    /***/ 111: /***/ function(
       __unused_webpack_module,
       __unused_webpack_exports,
       __webpack_require__
@@ -9,7 +9,7 @@
       (window.__NEXT_P = window.__NEXT_P || []).push([
         "/withRouter",
         function() {
-          return __webpack_require__(4562);
+          return __webpack_require__(8060);
         }
       ]);
       if (false) {
@@ -18,7 +18,7 @@
       /***/
     },
 
-    /***/ 4562: /***/ functi
Post job cleanup.
[command]/usr/bin/git version
git version 2.37.3
Temporarily overriding HOME='/home/runner/work/_temp/780cae73-528b-4387-b2be-3df6d8a8cc64' before making global git config changes
Adding repository directory to the temporary git global config as a safe directory
[command]/usr/bin/git config --global --add safe.directory /home/runner/work/next.js/next.js
[command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
[command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :
[command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
http.https://github.com/.extraheader
[command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
[command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :
Cleaning up orphan processes
Commit: 33c59b9460338d41ede7ca8387a71a0dc9832963

@kodiakhq kodiakhq bot merged commit 7bc2853 into vercel:canary Sep 30, 2022
BowlingX pushed a commit to BowlingX/next.js that referenced this pull request Oct 5, 2022
Stringify into one json object instead. Previously parsing would break if a string included a semicolon.

## Bug

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

## Feature

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

## Documentation / Examples

- [ ] Make sure the linting passes by running `pnpm lint`
- [ ] The "examples guidelines" are followed from [our contributing doc](https://github.com/vercel/next.js/blob/canary/contributing/examples/adding-examples.md)
Kikobeats pushed a commit to Kikobeats/next.js that referenced this pull request Oct 24, 2022
Stringify into one json object instead. Previously parsing would break if a string included a semicolon.

## Bug

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

## Feature

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

## Documentation / Examples

- [ ] Make sure the linting passes by running `pnpm lint`
- [ ] The "examples guidelines" are followed from [our contributing doc](https://github.com/vercel/next.js/blob/canary/contributing/examples/adding-examples.md)
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 16, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants