Skip to content

Commit

Permalink
v10.0.7-canary.5
Browse files Browse the repository at this point in the history
  • Loading branch information
timneutkens committed Feb 5, 2021
1 parent 6387f36 commit 8b44bcc
Show file tree
Hide file tree
Showing 15 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -17,5 +17,5 @@
"registry": "https://registry.npmjs.org/"
}
},
"version": "10.0.7-canary.4"
"version": "10.0.7-canary.5"
}
2 changes: 1 addition & 1 deletion packages/create-next-app/package.json
@@ -1,6 +1,6 @@
{
"name": "create-next-app",
"version": "10.0.7-canary.4",
"version": "10.0.7-canary.5",
"keywords": [
"react",
"next",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-next/package.json
@@ -1,6 +1,6 @@
{
"name": "@next/eslint-plugin-next",
"version": "10.0.7-canary.4",
"version": "10.0.7-canary.5",
"description": "ESLint plugin for NextJS.",
"main": "lib/index.js",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/next-bundle-analyzer/package.json
@@ -1,6 +1,6 @@
{
"name": "@next/bundle-analyzer",
"version": "10.0.7-canary.4",
"version": "10.0.7-canary.5",
"main": "index.js",
"license": "MIT",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/next-codemod/package.json
@@ -1,6 +1,6 @@
{
"name": "@next/codemod",
"version": "10.0.7-canary.4",
"version": "10.0.7-canary.5",
"license": "MIT",
"dependencies": {
"chalk": "4.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/next-env/package.json
@@ -1,6 +1,6 @@
{
"name": "@next/env",
"version": "10.0.7-canary.4",
"version": "10.0.7-canary.5",
"keywords": [
"react",
"next",
Expand Down
2 changes: 1 addition & 1 deletion packages/next-mdx/package.json
@@ -1,6 +1,6 @@
{
"name": "@next/mdx",
"version": "10.0.7-canary.4",
"version": "10.0.7-canary.5",
"main": "index.js",
"license": "MIT",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/next-plugin-google-analytics/package.json
@@ -1,6 +1,6 @@
{
"name": "@next/plugin-google-analytics",
"version": "10.0.7-canary.4",
"version": "10.0.7-canary.5",
"repository": {
"url": "vercel/next.js",
"directory": "packages/next-plugin-google-analytics"
Expand Down
2 changes: 1 addition & 1 deletion packages/next-plugin-sentry/package.json
@@ -1,6 +1,6 @@
{
"name": "@next/plugin-sentry",
"version": "10.0.7-canary.4",
"version": "10.0.7-canary.5",
"repository": {
"url": "vercel/next.js",
"directory": "packages/next-plugin-sentry"
Expand Down
2 changes: 1 addition & 1 deletion packages/next-plugin-storybook/package.json
@@ -1,6 +1,6 @@
{
"name": "@next/plugin-storybook",
"version": "10.0.7-canary.4",
"version": "10.0.7-canary.5",
"repository": {
"url": "vercel/next.js",
"directory": "packages/next-plugin-storybook"
Expand Down
2 changes: 1 addition & 1 deletion packages/next-polyfill-module/package.json
@@ -1,6 +1,6 @@
{
"name": "@next/polyfill-module",
"version": "10.0.7-canary.4",
"version": "10.0.7-canary.5",
"description": "A standard library polyfill for ES Modules supporting browsers (Edge 16+, Firefox 60+, Chrome 61+, Safari 10.1+)",
"main": "dist/polyfill-module.js",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/next-polyfill-nomodule/package.json
@@ -1,6 +1,6 @@
{
"name": "@next/polyfill-nomodule",
"version": "10.0.7-canary.4",
"version": "10.0.7-canary.5",
"description": "A polyfill for non-dead, nomodule browsers.",
"main": "dist/polyfill-nomodule.js",
"license": "MIT",
Expand Down
12 changes: 6 additions & 6 deletions packages/next/package.json
@@ -1,6 +1,6 @@
{
"name": "next",
"version": "10.0.7-canary.4",
"version": "10.0.7-canary.5",
"description": "The React Framework",
"main": "./dist/server/next.js",
"license": "MIT",
Expand Down Expand Up @@ -63,10 +63,10 @@
"@ampproject/toolbox-optimizer": "2.7.1-alpha.0",
"@babel/runtime": "7.12.5",
"@hapi/accept": "5.0.1",
"@next/env": "10.0.7-canary.4",
"@next/polyfill-module": "10.0.7-canary.4",
"@next/react-dev-overlay": "10.0.7-canary.4",
"@next/react-refresh-utils": "10.0.7-canary.4",
"@next/env": "10.0.7-canary.5",
"@next/polyfill-module": "10.0.7-canary.5",
"@next/react-dev-overlay": "10.0.7-canary.5",
"@next/react-refresh-utils": "10.0.7-canary.5",
"@opentelemetry/api": "0.14.0",
"ast-types": "0.13.2",
"browserslist": "4.16.1",
Expand Down Expand Up @@ -135,7 +135,7 @@
"@babel/preset-react": "7.12.10",
"@babel/preset-typescript": "7.12.7",
"@babel/types": "7.12.12",
"@next/polyfill-nomodule": "10.0.7-canary.4",
"@next/polyfill-nomodule": "10.0.7-canary.5",
"@taskr/clear": "1.1.0",
"@taskr/esnext": "1.1.0",
"@taskr/watch": "1.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-dev-overlay/package.json
@@ -1,6 +1,6 @@
{
"name": "@next/react-dev-overlay",
"version": "10.0.7-canary.4",
"version": "10.0.7-canary.5",
"description": "A development-only overlay for developing React applications.",
"repository": {
"url": "vercel/next.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-refresh-utils/package.json
@@ -1,6 +1,6 @@
{
"name": "@next/react-refresh-utils",
"version": "10.0.7-canary.4",
"version": "10.0.7-canary.5",
"description": "An experimental package providing utilities for React Refresh.",
"repository": {
"url": "vercel/next.js",
Expand Down

1 comment on commit 8b44bcc

@ijjk
Copy link
Member

@ijjk ijjk commented on 8b44bcc Feb 5, 2021

Choose a reason for hiding this comment

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

Stats from current release

Default Server Mode (Increase detected ⚠️)
General Overall increase ⚠️
vercel/next.js canary v10.0.6 vercel/next.js refs/heads/canary Change
buildDuration 9.8s 10.3s ⚠️ +503ms
nodeModulesSize 75.2 MB 75.3 MB ⚠️ +150 kB
Page Load Tests Overall increase ✓
vercel/next.js canary v10.0.6 vercel/next.js refs/heads/canary Change
/ failed reqs 0 0
/ total time (seconds) 2.172 2.102 -0.07
/ avg req/sec 1150.96 1189.25 +38.29
/error-in-render failed reqs 0 0
/error-in-render total time (seconds) 1.627 1.437 -0.19
/error-in-render avg req/sec 1536.32 1739.87 +203.55
Client Bundles (main, webpack, commons) Overall increase ⚠️
vercel/next.js canary v10.0.6 vercel/next.js refs/heads/canary Change
677f882d2ed8..38ed.js gzip 13.1 kB 13.1 kB ⚠️ +5 B
framework.HASH.js gzip 39 kB 39 kB
main-HASH.js gzip 6.63 kB 6.63 kB ⚠️ +7 B
webpack-HASH.js gzip 751 B 751 B
Overall change 59.4 kB 59.5 kB ⚠️ +12 B
Legacy Client Bundles (polyfills)
vercel/next.js canary v10.0.6 vercel/next.js refs/heads/canary Change
polyfills-HASH.js gzip 31.3 kB 31.3 kB
Overall change 31.3 kB 31.3 kB
Client Pages
vercel/next.js canary v10.0.6 vercel/next.js refs/heads/canary Change
_app-2a09aa2..4a98.js gzip 1.28 kB 1.28 kB
_error-8b758..aef6.js gzip 3.46 kB 3.46 kB
hooks-c71ae4..70cd.js gzip 887 B 887 B
index-bbee2f..528b.js gzip 227 B 227 B
link-7faf09b..eba4.js gzip 1.64 kB 1.64 kB
routerDirect..bf84.js gzip 303 B 303 B
withRouter-a..5826.js gzip 302 B 302 B
Overall change 8.09 kB 8.09 kB
Client Build Manifests
vercel/next.js canary v10.0.6 vercel/next.js refs/heads/canary Change
_buildManifest.js gzip 321 B 321 B
Overall change 321 B 321 B
Rendered Page Sizes Overall increase ⚠️
vercel/next.js canary v10.0.6 vercel/next.js refs/heads/canary Change
index.html gzip 613 B 615 B ⚠️ +2 B
link.html gzip 618 B 621 B ⚠️ +3 B
withRouter.html gzip 606 B 608 B ⚠️ +2 B
Overall change 1.84 kB 1.84 kB ⚠️ +7 B

Diffs

Diff for 677f882d2ed8..dde534236.js
@@ -2840,9 +2840,10 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
             value: function scrollToHash(as) {
               var _as$split3 = as.split("#"),
                 _as$split4 = _slicedToArray(_as$split3, 2),
-                hash = _as$split4[1]; // Scroll to top if the hash is just `#` with no value
+                hash = _as$split4[1]; // Scroll to top if the hash is just `#` with no value or `#top`
+              // To mirror browsers
 
-              if (hash === "") {
+              if (hash === "" || hash === "top") {
                 window.scrollTo(0, 0);
                 return;
               } // First we check if the element by id is found
Diff for main-HASH.js
@@ -355,7 +355,7 @@ _N_E = (window["webpackJsonp_N_E"] = window["webpackJsonp_N_E"] || []).push([
         document.getElementById("__NEXT_DATA__").textContent
       );
       window.__NEXT_DATA__ = data;
-      var version = "10.0.6";
+      var version = "10.0.7-canary.5";
       exports.version = version;
 
       var looseToArray = function looseToArray(input) {
Diff for index.html
@@ -7,7 +7,7 @@
     <noscript data-n-css=""></noscript>
     <link
       rel="preload"
-      href="/_next/static/chunks/main-2eae767553b6c33378c2.js"
+      href="/_next/static/chunks/main-6a8bc52f67a772c97116.js"
       as="script"
     />
     <link
@@ -22,7 +22,7 @@
     />
     <link
       rel="preload"
-      href="/_next/static/chunks/677f882d2ed86fa3467b8979053c1a4c3f8bc4df.d59cca9b248dde534236.js"
+      href="/_next/static/chunks/677f882d2ed86fa3467b8979053c1a4c3f8bc4df.4c703037e67abf803634.js"
       as="script"
     />
     <link
@@ -53,7 +53,7 @@
       src="/_next/static/chunks/polyfills-7cd0807c85ae48513b2d.js"
     ></script>
     <script
-      src="/_next/static/chunks/main-2eae767553b6c33378c2.js"
+      src="/_next/static/chunks/main-6a8bc52f67a772c97116.js"
       async=""
     ></script>
     <script
@@ -65,7 +65,7 @@
       async=""
     ></script>
     <script
-      src="/_next/static/chunks/677f882d2ed86fa3467b8979053c1a4c3f8bc4df.d59cca9b248dde534236.js"
+      src="/_next/static/chunks/677f882d2ed86fa3467b8979053c1a4c3f8bc4df.4c703037e67abf803634.js"
       async=""
     ></script>
     <script
Diff for link.html
@@ -7,7 +7,7 @@
     <noscript data-n-css=""></noscript>
     <link
       rel="preload"
-      href="/_next/static/chunks/main-2eae767553b6c33378c2.js"
+      href="/_next/static/chunks/main-6a8bc52f67a772c97116.js"
       as="script"
     />
     <link
@@ -22,7 +22,7 @@
     />
     <link
       rel="preload"
-      href="/_next/static/chunks/677f882d2ed86fa3467b8979053c1a4c3f8bc4df.d59cca9b248dde534236.js"
+      href="/_next/static/chunks/677f882d2ed86fa3467b8979053c1a4c3f8bc4df.4c703037e67abf803634.js"
       as="script"
     />
     <link
@@ -58,7 +58,7 @@
       src="/_next/static/chunks/polyfills-7cd0807c85ae48513b2d.js"
     ></script>
     <script
-      src="/_next/static/chunks/main-2eae767553b6c33378c2.js"
+      src="/_next/static/chunks/main-6a8bc52f67a772c97116.js"
       async=""
     ></script>
     <script
@@ -70,7 +70,7 @@
       async=""
     ></script>
     <script
-      src="/_next/static/chunks/677f882d2ed86fa3467b8979053c1a4c3f8bc4df.d59cca9b248dde534236.js"
+      src="/_next/static/chunks/677f882d2ed86fa3467b8979053c1a4c3f8bc4df.4c703037e67abf803634.js"
       async=""
     ></script>
     <script
Diff for withRouter.html
@@ -7,7 +7,7 @@
     <noscript data-n-css=""></noscript>
     <link
       rel="preload"
-      href="/_next/static/chunks/main-2eae767553b6c33378c2.js"
+      href="/_next/static/chunks/main-6a8bc52f67a772c97116.js"
       as="script"
     />
     <link
@@ -22,7 +22,7 @@
     />
     <link
       rel="preload"
-      href="/_next/static/chunks/677f882d2ed86fa3467b8979053c1a4c3f8bc4df.d59cca9b248dde534236.js"
+      href="/_next/static/chunks/677f882d2ed86fa3467b8979053c1a4c3f8bc4df.4c703037e67abf803634.js"
       as="script"
     />
     <link
@@ -53,7 +53,7 @@
       src="/_next/static/chunks/polyfills-7cd0807c85ae48513b2d.js"
     ></script>
     <script
-      src="/_next/static/chunks/main-2eae767553b6c33378c2.js"
+      src="/_next/static/chunks/main-6a8bc52f67a772c97116.js"
       async=""
     ></script>
     <script
@@ -65,7 +65,7 @@
       async=""
     ></script>
     <script
-      src="/_next/static/chunks/677f882d2ed86fa3467b8979053c1a4c3f8bc4df.d59cca9b248dde534236.js"
+      src="/_next/static/chunks/677f882d2ed86fa3467b8979053c1a4c3f8bc4df.4c703037e67abf803634.js"
       async=""
     ></script>
     <script

Serverless Mode (Increase detected ⚠️)
General Overall increase ⚠️
vercel/next.js canary v10.0.6 vercel/next.js refs/heads/canary Change
buildDuration 12.2s 12s -207ms
nodeModulesSize 75.2 MB 75.3 MB ⚠️ +150 kB
Client Bundles (main, webpack, commons) Overall increase ⚠️
vercel/next.js canary v10.0.6 vercel/next.js refs/heads/canary Change
677f882d2ed8..38ed.js gzip 13.1 kB N/A N/A
framework.HASH.js gzip 39 kB 39 kB
main-HASH.js gzip 6.63 kB 6.63 kB ⚠️ +7 B
webpack-HASH.js gzip 751 B 751 B
677f882d2ed8..49c4.js gzip N/A 13.1 kB N/A
Overall change 59.4 kB 59.5 kB ⚠️ +12 B
Legacy Client Bundles (polyfills)
vercel/next.js canary v10.0.6 vercel/next.js refs/heads/canary Change
polyfills-HASH.js gzip 31.3 kB 31.3 kB
Overall change 31.3 kB 31.3 kB
Client Pages
vercel/next.js canary v10.0.6 vercel/next.js refs/heads/canary Change
_app-2a09aa2..4a98.js gzip 1.28 kB 1.28 kB
_error-8b758..aef6.js gzip 3.46 kB 3.46 kB
hooks-c71ae4..70cd.js gzip 887 B 887 B
index-bbee2f..528b.js gzip 227 B 227 B
link-7faf09b..eba4.js gzip 1.64 kB 1.64 kB
routerDirect..bf84.js gzip 303 B 303 B
withRouter-a..5826.js gzip 302 B 302 B
Overall change 8.09 kB 8.09 kB
Client Build Manifests
vercel/next.js canary v10.0.6 vercel/next.js refs/heads/canary Change
_buildManifest.js gzip 321 B 321 B
Overall change 321 B 321 B
Serverless bundles Overall increase ⚠️
vercel/next.js canary v10.0.6 vercel/next.js refs/heads/canary Change
_error.js 1 MB 1 MB
404.html 2.67 kB 2.67 kB
hooks.html 1.92 kB 1.92 kB
index.js 1 MB 1 MB
link.js 1.06 MB 1.06 MB ⚠️ +54 B
routerDirect.js 1.05 MB 1.06 MB ⚠️ +54 B
withRouter.js 1.05 MB 1.06 MB ⚠️ +54 B
Overall change 5.19 MB 5.19 MB ⚠️ +162 B

Webpack 5 Mode (Increase detected ⚠️)
General Overall increase ⚠️
vercel/next.js canary v10.0.6 vercel/next.js refs/heads/canary Change
buildDuration 12.3s 12.6s ⚠️ +308ms
nodeModulesSize 75.2 MB 75.3 MB ⚠️ +150 kB
Page Load Tests Overall decrease ⚠️
vercel/next.js canary v10.0.6 vercel/next.js refs/heads/canary Change
/ failed reqs 0 0
/ total time (seconds) 2.172 2.224 ⚠️ +0.05
/ avg req/sec 1151.16 1123.96 ⚠️ -27.2
/error-in-render failed reqs 0 0
/error-in-render total time (seconds) 1.544 1.549 0
/error-in-render avg req/sec 1619.66 1614.12 ⚠️ -5.54
Client Bundles (main, webpack, commons) Overall increase ⚠️
vercel/next.js canary v10.0.6 vercel/next.js refs/heads/canary Change
597-7c719119..27b6.js gzip 13 kB 13 kB ⚠️ +7 B
framework.HASH.js gzip 39.3 kB 39.3 kB
main-HASH.js gzip 6.57 kB 6.58 kB ⚠️ +9 B
webpack-HASH.js gzip 954 B 954 B
Overall change 59.8 kB 59.9 kB ⚠️ +16 B
Legacy Client Bundles (polyfills)
vercel/next.js canary v10.0.6 vercel/next.js refs/heads/canary Change
polyfills-HASH.js gzip 31.1 kB 31.1 kB
Overall change 31.1 kB 31.1 kB
Client Pages
vercel/next.js canary v10.0.6 vercel/next.js refs/heads/canary Change
_app-6e0a903..b885.js gzip 1.26 kB 1.26 kB
_error-7a100..a392.js gzip 3.38 kB 3.38 kB
hooks-f7e199..11b9.js gzip 904 B 904 B
index-3dc22c..ffbb.js gzip 232 B 232 B
link-c010d28..b60a.js gzip 1.63 kB 1.63 kB
routerDirect..323a.js gzip 308 B 308 B
withRouter-a..2ef8.js gzip 304 B 304 B
Overall change 8.02 kB 8.02 kB
Client Build Manifests
vercel/next.js canary v10.0.6 vercel/next.js refs/heads/canary Change
_buildManifest.js gzip 299 B 299 B
Overall change 299 B 299 B
Rendered Page Sizes
vercel/next.js canary v10.0.6 vercel/next.js refs/heads/canary Change
index.html gzip 586 B 585 B -1 B
link.html gzip 592 B 592 B
withRouter.html gzip 579 B 580 B ⚠️ +1 B
Overall change 1.76 kB 1.76 kB

Diffs

Diff for 677f882d2ed8..c23f838ed.js
@@ -1654,7 +1654,7 @@
               value: function(t) {
                 var e = t.split("#"),
                   r = u(e, 2)[1];
-                if ("" !== r) {
+                if ("" !== r && "top" !== r) {
                   var n = document.getElementById(r);
                   if (n) n.scrollIntoView();
                   else {
Diff for main-HASH.js
@@ -234,7 +234,7 @@ _N_E = (window.webpackJsonp_N_E = window.webpackJsonp_N_E || []).push([
         k = r("nOHt"),
         A = JSON.parse(document.getElementById("__NEXT_DATA__").textContent);
       window.__NEXT_DATA__ = A;
-      t.version = "10.0.6";
+      t.version = "10.0.7-canary.5";
       var C = function(e) {
           return [].slice.call(e);
         },
Diff for index.html
@@ -7,7 +7,7 @@
     <noscript data-n-css=""></noscript>
     <link
       rel="preload"
-      href="/_next/static/chunks/main-c4d4764fa9b45f66e95b.js"
+      href="/_next/static/chunks/main-a0002d392b7795d357c3.js"
       as="script"
     />
     <link
@@ -22,7 +22,7 @@
     />
     <link
       rel="preload"
-      href="/_next/static/chunks/677f882d2ed86fa3467b8979053c1a4c3f8bc4df.c28076628b4c23f838ed.js"
+      href="/_next/static/chunks/677f882d2ed86fa3467b8979053c1a4c3f8bc4df.4256237aee7dc0f149c4.js"
       as="script"
     />
     <link
@@ -43,7 +43,7 @@
         "props": { "pageProps": {} },
         "page": "/",
         "query": {},
-        "buildId": "--Cm8eEVOqTanSpS2tuwW",
+        "buildId": "xS0JCS3O6uaNxcT6hHO9n",
         "isFallback": false,
         "gip": true
       }
@@ -53,7 +53,7 @@
       src="/_next/static/chunks/polyfills-af28de04c604a2479390.js"
     ></script>
     <script
-      src="/_next/static/chunks/main-c4d4764fa9b45f66e95b.js"
+      src="/_next/static/chunks/main-a0002d392b7795d357c3.js"
       async=""
     ></script>
     <script
@@ -65,7 +65,7 @@
       async=""
     ></script>
     <script
-      src="/_next/static/chunks/677f882d2ed86fa3467b8979053c1a4c3f8bc4df.c28076628b4c23f838ed.js"
+      src="/_next/static/chunks/677f882d2ed86fa3467b8979053c1a4c3f8bc4df.4256237aee7dc0f149c4.js"
       async=""
     ></script>
     <script
@@ -77,11 +77,11 @@
       async=""
     ></script>
     <script
-      src="/_next/static/--Cm8eEVOqTanSpS2tuwW/_buildManifest.js"
+      src="/_next/static/xS0JCS3O6uaNxcT6hHO9n/_buildManifest.js"
       async=""
     ></script>
     <script
-      src="/_next/static/--Cm8eEVOqTanSpS2tuwW/_ssgManifest.js"
+      src="/_next/static/xS0JCS3O6uaNxcT6hHO9n/_ssgManifest.js"
       async=""
     ></script>
   </body>
Diff for link.html
@@ -7,7 +7,7 @@
     <noscript data-n-css=""></noscript>
     <link
       rel="preload"
-      href="/_next/static/chunks/main-c4d4764fa9b45f66e95b.js"
+      href="/_next/static/chunks/main-a0002d392b7795d357c3.js"
       as="script"
     />
     <link
@@ -22,7 +22,7 @@
     />
     <link
       rel="preload"
-      href="/_next/static/chunks/677f882d2ed86fa3467b8979053c1a4c3f8bc4df.c28076628b4c23f838ed.js"
+      href="/_next/static/chunks/677f882d2ed86fa3467b8979053c1a4c3f8bc4df.4256237aee7dc0f149c4.js"
       as="script"
     />
     <link
@@ -48,7 +48,7 @@
         "props": { "pageProps": {} },
         "page": "/link",
         "query": {},
-        "buildId": "--Cm8eEVOqTanSpS2tuwW",
+        "buildId": "xS0JCS3O6uaNxcT6hHO9n",
         "isFallback": false,
         "gip": true
       }
@@ -58,7 +58,7 @@
       src="/_next/static/chunks/polyfills-af28de04c604a2479390.js"
     ></script>
     <script
-      src="/_next/static/chunks/main-c4d4764fa9b45f66e95b.js"
+      src="/_next/static/chunks/main-a0002d392b7795d357c3.js"
       async=""
     ></script>
     <script
@@ -70,7 +70,7 @@
       async=""
     ></script>
     <script
-      src="/_next/static/chunks/677f882d2ed86fa3467b8979053c1a4c3f8bc4df.c28076628b4c23f838ed.js"
+      src="/_next/static/chunks/677f882d2ed86fa3467b8979053c1a4c3f8bc4df.4256237aee7dc0f149c4.js"
       async=""
     ></script>
     <script
@@ -82,11 +82,11 @@
       async=""
     ></script>
     <script
-      src="/_next/static/--Cm8eEVOqTanSpS2tuwW/_buildManifest.js"
+      src="/_next/static/xS0JCS3O6uaNxcT6hHO9n/_buildManifest.js"
       async=""
     ></script>
     <script
-      src="/_next/static/--Cm8eEVOqTanSpS2tuwW/_ssgManifest.js"
+      src="/_next/static/xS0JCS3O6uaNxcT6hHO9n/_ssgManifest.js"
       async=""
     ></script>
   </body>
Diff for withRouter.html
@@ -7,7 +7,7 @@
     <noscript data-n-css=""></noscript>
     <link
       rel="preload"
-      href="/_next/static/chunks/main-c4d4764fa9b45f66e95b.js"
+      href="/_next/static/chunks/main-a0002d392b7795d357c3.js"
       as="script"
     />
     <link
@@ -22,7 +22,7 @@
     />
     <link
       rel="preload"
-      href="/_next/static/chunks/677f882d2ed86fa3467b8979053c1a4c3f8bc4df.c28076628b4c23f838ed.js"
+      href="/_next/static/chunks/677f882d2ed86fa3467b8979053c1a4c3f8bc4df.4256237aee7dc0f149c4.js"
       as="script"
     />
     <link
@@ -43,7 +43,7 @@
         "props": { "pageProps": {} },
         "page": "/withRouter",
         "query": {},
-        "buildId": "--Cm8eEVOqTanSpS2tuwW",
+        "buildId": "xS0JCS3O6uaNxcT6hHO9n",
         "isFallback": false,
         "gip": true
       }
@@ -53,7 +53,7 @@
       src="/_next/static/chunks/polyfills-af28de04c604a2479390.js"
     ></script>
     <script
-      src="/_next/static/chunks/main-c4d4764fa9b45f66e95b.js"
+      src="/_next/static/chunks/main-a0002d392b7795d357c3.js"
       async=""
     ></script>
     <script
@@ -65,7 +65,7 @@
       async=""
     ></script>
     <script
-      src="/_next/static/chunks/677f882d2ed86fa3467b8979053c1a4c3f8bc4df.c28076628b4c23f838ed.js"
+      src="/_next/static/chunks/677f882d2ed86fa3467b8979053c1a4c3f8bc4df.4256237aee7dc0f149c4.js"
       async=""
     ></script>
     <script
@@ -77,11 +77,11 @@
       async=""
     ></script>
     <script
-      src="/_next/static/--Cm8eEVOqTanSpS2tuwW/_buildManifest.js"
+      src="/_next/static/xS0JCS3O6uaNxcT6hHO9n/_buildManifest.js"
       async=""
     ></script>
     <script
-      src="/_next/static/--Cm8eEVOqTanSpS2tuwW/_ssgManifest.js"
+      src="/_next/static/xS0JCS3O6uaNxcT6hHO9n/_ssgManifest.js"
       async=""
     ></script>
   </body>

Please sign in to comment.