Skip to content

Commit

Permalink
v10.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
timneutkens committed Mar 29, 2021
1 parent 378ba1d commit fc286d6
Show file tree
Hide file tree
Showing 15 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
"registry": "https://registry.npmjs.org/"
}
},
"version": "10.0.10-canary.14"
"version": "10.1.0"
}
2 changes: 1 addition & 1 deletion packages/create-next-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-next-app",
"version": "10.0.10-canary.14",
"version": "10.1.0",
"keywords": [
"react",
"next",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@next/eslint-plugin-next",
"version": "10.0.10-canary.14",
"version": "10.1.0",
"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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@next/bundle-analyzer",
"version": "10.0.10-canary.14",
"version": "10.1.0",
"main": "index.js",
"license": "MIT",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/next-codemod/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@next/codemod",
"version": "10.0.10-canary.14",
"version": "10.1.0",
"license": "MIT",
"dependencies": {
"chalk": "4.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/next-env/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@next/env",
"version": "10.0.10-canary.14",
"version": "10.1.0",
"keywords": [
"react",
"next",
Expand Down
2 changes: 1 addition & 1 deletion packages/next-mdx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@next/mdx",
"version": "10.0.10-canary.14",
"version": "10.1.0",
"main": "index.js",
"license": "MIT",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/next-plugin-google-analytics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@next/plugin-google-analytics",
"version": "10.0.10-canary.14",
"version": "10.1.0",
"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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@next/plugin-sentry",
"version": "10.0.10-canary.14",
"version": "10.1.0",
"repository": {
"url": "vercel/next.js",
"directory": "packages/next-plugin-sentry"
Expand Down
2 changes: 1 addition & 1 deletion packages/next-plugin-storybook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@next/plugin-storybook",
"version": "10.0.10-canary.14",
"version": "10.1.0",
"repository": {
"url": "vercel/next.js",
"directory": "packages/next-plugin-storybook"
Expand Down
2 changes: 1 addition & 1 deletion packages/next-polyfill-module/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@next/polyfill-module",
"version": "10.0.10-canary.14",
"version": "10.1.0",
"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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@next/polyfill-nomodule",
"version": "10.0.10-canary.14",
"version": "10.1.0",
"description": "A polyfill for non-dead, nomodule browsers.",
"main": "dist/polyfill-nomodule.js",
"license": "MIT",
Expand Down
14 changes: 7 additions & 7 deletions packages/next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "next",
"version": "10.0.10-canary.14",
"version": "10.1.0",
"description": "The React Framework",
"main": "./dist/server/next.js",
"license": "MIT",
Expand Down Expand Up @@ -64,11 +64,11 @@
"@babel/eslint-parser": "7.13.4",
"@babel/runtime": "7.12.5",
"@hapi/accept": "5.0.1",
"@next/env": "10.0.10-canary.14",
"@next/eslint-plugin-next": "10.0.10-canary.14",
"@next/polyfill-module": "10.0.10-canary.14",
"@next/react-dev-overlay": "10.0.10-canary.14",
"@next/react-refresh-utils": "10.0.10-canary.14",
"@next/env": "10.1.0",
"@next/eslint-plugin-next": "10.1.0",
"@next/polyfill-module": "10.1.0",
"@next/react-dev-overlay": "10.1.0",
"@next/react-refresh-utils": "10.1.0",
"@opentelemetry/api": "0.14.0",
"assert": "2.0.0",
"ast-types": "0.13.2",
Expand Down Expand Up @@ -149,7 +149,7 @@
"@babel/preset-react": "7.12.10",
"@babel/preset-typescript": "7.12.7",
"@babel/types": "7.12.12",
"@next/polyfill-nomodule": "10.0.10-canary.14",
"@next/polyfill-nomodule": "10.1.0",
"@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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@next/react-dev-overlay",
"version": "10.0.10-canary.14",
"version": "10.1.0",
"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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@next/react-refresh-utils",
"version": "10.0.10-canary.14",
"version": "10.1.0",
"description": "An experimental package providing utilities for React Refresh.",
"repository": {
"url": "vercel/next.js",
Expand Down

2 comments on commit fc286d6

@ijjk
Copy link
Member

@ijjk ijjk commented on fc286d6 Mar 29, 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 (Decrease detected ✓)
General
vercel/next.js canary v10.1.0 vercel/next.js refs/heads/canary Change
buildDuration 11.2s 11s -224ms
nodeModulesSize 61.8 MB 61.8 MB
Page Load Tests Overall decrease ⚠️
vercel/next.js canary v10.1.0 vercel/next.js refs/heads/canary Change
/ failed reqs 0 0
/ total time (seconds) 1.82 1.802 -0.02
/ avg req/sec 1373.35 1387.03 +13.68
/error-in-render failed reqs 0 0
/error-in-render total time (seconds) 1.066 1.141 ⚠️ +0.07
/error-in-render avg req/sec 2345.43 2191.64 ⚠️ -153.79
Client Bundles (main, webpack, commons)
vercel/next.js canary v10.1.0 vercel/next.js refs/heads/canary Change
677f882d2ed8..7edd.js gzip 13.4 kB 13.4 kB
framework.HASH.js gzip 39 kB 39 kB
main-HASH.js gzip 7.11 kB 7.11 kB
webpack-HASH.js gzip 751 B 751 B
Overall change 60.2 kB 60.2 kB
Legacy Client Bundles (polyfills)
vercel/next.js canary v10.1.0 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.1.0 vercel/next.js refs/heads/canary Change
_app-8fbabfc..6440.js gzip 1.28 kB 1.28 kB
_error-af59f..582f.js gzip 3.46 kB 3.46 kB
amp-9716187d..0aa8.js gzip 536 B 536 B
hooks-107e90..74c7.js gzip 888 B 888 B
index-ac435c..ecf2.js gzip 227 B 227 B
link-c31053f..c329.js gzip 1.64 kB 1.64 kB
routerDirect..dc9d.js gzip 303 B 303 B
withRouter-6..0e02.js gzip 302 B 302 B
Overall change 8.64 kB 8.64 kB
Client Build Manifests
vercel/next.js canary v10.1.0 vercel/next.js refs/heads/canary Change
_buildManifest.js gzip 370 B 370 B
Overall change 370 B 370 B
Rendered Page Sizes
vercel/next.js canary v10.1.0 vercel/next.js refs/heads/canary Change
index.html gzip 613 B 613 B
link.html gzip 620 B 620 B
withRouter.html gzip 607 B 607 B
Overall change 1.84 kB 1.84 kB

Serverless Mode
General
vercel/next.js canary v10.1.0 vercel/next.js refs/heads/canary Change
buildDuration 12.6s 13.1s ⚠️ +520ms
nodeModulesSize 61.8 MB 61.8 MB
Client Bundles (main, webpack, commons)
vercel/next.js canary v10.1.0 vercel/next.js refs/heads/canary Change
677f882d2ed8..7edd.js gzip 13.4 kB 13.4 kB
framework.HASH.js gzip 39 kB 39 kB
main-HASH.js gzip 7.11 kB 7.11 kB
webpack-HASH.js gzip 751 B 751 B
Overall change 60.2 kB 60.2 kB
Legacy Client Bundles (polyfills)
vercel/next.js canary v10.1.0 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.1.0 vercel/next.js refs/heads/canary Change
_app-8fbabfc..6440.js gzip 1.28 kB 1.28 kB
_error-af59f..582f.js gzip 3.46 kB 3.46 kB
amp-9716187d..0aa8.js gzip 536 B 536 B
hooks-107e90..74c7.js gzip 888 B 888 B
index-ac435c..ecf2.js gzip 227 B 227 B
link-c31053f..c329.js gzip 1.64 kB 1.64 kB
routerDirect..dc9d.js gzip 303 B 303 B
withRouter-6..0e02.js gzip 302 B 302 B
Overall change 8.64 kB 8.64 kB
Client Build Manifests
vercel/next.js canary v10.1.0 vercel/next.js refs/heads/canary Change
_buildManifest.js gzip 370 B 370 B
Overall change 370 B 370 B
Serverless bundles
vercel/next.js canary v10.1.0 vercel/next.js refs/heads/canary Change
_error.js 1.36 MB 1.36 MB
404.html 2.67 kB 2.67 kB
500.html 2.65 kB 2.65 kB
amp.amp.html 10.6 kB 10.6 kB
amp.html 1.86 kB 1.86 kB
hooks.html 1.92 kB 1.92 kB
index.js 1.36 MB 1.36 MB
link.js 1.42 MB 1.42 MB
routerDirect.js 1.41 MB 1.41 MB
withRouter.js 1.41 MB 1.41 MB
Overall change 6.99 MB 6.99 MB

Webpack 5 Mode (Decrease detected ✓)
General
vercel/next.js canary v10.1.0 vercel/next.js refs/heads/canary Change
buildDuration 13.2s 13.5s ⚠️ +287ms
nodeModulesSize 61.8 MB 61.8 MB
Page Load Tests Overall decrease ⚠️
vercel/next.js canary v10.1.0 vercel/next.js refs/heads/canary Change
/ failed reqs 0 0
/ total time (seconds) 1.835 1.783 -0.05
/ avg req/sec 1362.33 1401.9 +39.57
/error-in-render failed reqs 0 0
/error-in-render total time (seconds) 1.084 1.142 ⚠️ +0.06
/error-in-render avg req/sec 2305.91 2188.97 ⚠️ -116.94
Client Bundles (main, webpack, commons)
vercel/next.js canary v10.1.0 vercel/next.js refs/heads/canary Change
597-e27c5352..db8c.js gzip 13.3 kB 13.3 kB
778-6ce6eb65..591b.js gzip 7.04 kB 7.04 kB
framework.HASH.js gzip 39.3 kB 39.3 kB
main-HASH.js gzip 151 B 151 B
webpack-HASH.js gzip 993 B 993 B
Overall change 60.8 kB 60.8 kB
Legacy Client Bundles (polyfills)
vercel/next.js canary v10.1.0 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.1.0 vercel/next.js refs/heads/canary Change
_app-5cc66b2..6f03.js gzip 1.3 kB 1.3 kB
_error-b58c1..9b8e.js gzip 3.4 kB 3.4 kB
amp-89a5460c..567f.js gzip 558 B 558 B
hooks-8c2e74..be37.js gzip 924 B 924 B
index-fec729..83b2.js gzip 243 B 243 B
link-dd34d9b..0ade.js gzip 1.66 kB 1.66 kB
routerDirect..5759.js gzip 336 B 336 B
withRouter-1..98bf.js gzip 334 B 334 B
Overall change 8.76 kB 8.76 kB
Client Build Manifests
vercel/next.js canary v10.1.0 vercel/next.js refs/heads/canary Change
_buildManifest.js gzip 349 B 349 B
Overall change 349 B 349 B
Rendered Page Sizes
vercel/next.js canary v10.1.0 vercel/next.js refs/heads/canary Change
index.html gzip 609 B 609 B
link.html gzip 614 B 614 B
withRouter.html gzip 604 B 604 B
Overall change 1.83 kB 1.83 kB

Diffs

Diff for index.html
@@ -43,7 +43,7 @@
         "props": { "pageProps": {} },
         "page": "/",
         "query": {},
-        "buildId": "2ui07WAwYGBSF6DEtZufj",
+        "buildId": "nAvDDOB80_JLAjZ96SOUT",
         "isFallback": false,
         "gip": true
       }
@@ -77,11 +77,11 @@
       async=""
     ></script>
     <script
-      src="/_next/static/2ui07WAwYGBSF6DEtZufj/_buildManifest.js"
+      src="/_next/static/nAvDDOB80_JLAjZ96SOUT/_buildManifest.js"
       async=""
     ></script>
     <script
-      src="/_next/static/2ui07WAwYGBSF6DEtZufj/_ssgManifest.js"
+      src="/_next/static/nAvDDOB80_JLAjZ96SOUT/_ssgManifest.js"
       async=""
     ></script>
   </body>
Diff for link.html
@@ -48,7 +48,7 @@
         "props": { "pageProps": {} },
         "page": "/link",
         "query": {},
-        "buildId": "2ui07WAwYGBSF6DEtZufj",
+        "buildId": "nAvDDOB80_JLAjZ96SOUT",
         "isFallback": false,
         "gip": true
       }
@@ -82,11 +82,11 @@
       async=""
     ></script>
     <script
-      src="/_next/static/2ui07WAwYGBSF6DEtZufj/_buildManifest.js"
+      src="/_next/static/nAvDDOB80_JLAjZ96SOUT/_buildManifest.js"
       async=""
     ></script>
     <script
-      src="/_next/static/2ui07WAwYGBSF6DEtZufj/_ssgManifest.js"
+      src="/_next/static/nAvDDOB80_JLAjZ96SOUT/_ssgManifest.js"
       async=""
     ></script>
   </body>
Diff for withRouter.html
@@ -43,7 +43,7 @@
         "props": { "pageProps": {} },
         "page": "/withRouter",
         "query": {},
-        "buildId": "2ui07WAwYGBSF6DEtZufj",
+        "buildId": "nAvDDOB80_JLAjZ96SOUT",
         "isFallback": false,
         "gip": true
       }
@@ -77,11 +77,11 @@
       async=""
     ></script>
     <script
-      src="/_next/static/2ui07WAwYGBSF6DEtZufj/_buildManifest.js"
+      src="/_next/static/nAvDDOB80_JLAjZ96SOUT/_buildManifest.js"
       async=""
     ></script>
     <script
-      src="/_next/static/2ui07WAwYGBSF6DEtZufj/_ssgManifest.js"
+      src="/_next/static/nAvDDOB80_JLAjZ96SOUT/_ssgManifest.js"
       async=""
     ></script>
   </body>

@ijjk
Copy link
Member

@ijjk ijjk commented on fc286d6 Mar 29, 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
vercel/next.js canary v10.1.0 vercel/next.js refs/heads/canary Change
buildDuration 11s 11.7s ⚠️ +739ms
nodeModulesSize 61.8 MB 61.8 MB
Page Load Tests Overall increase ✓
vercel/next.js canary v10.1.0 vercel/next.js refs/heads/canary Change
/ failed reqs 0 0
/ total time (seconds) 1.859 1.848 -0.01
/ avg req/sec 1345.01 1352.72 +7.71
/error-in-render failed reqs 0 0
/error-in-render total time (seconds) 1.111 1.095 -0.02
/error-in-render avg req/sec 2250.47 2282.9 +32.43
Client Bundles (main, webpack, commons)
vercel/next.js canary v10.1.0 vercel/next.js refs/heads/canary Change
677f882d2ed8..7edd.js gzip 13.4 kB 13.4 kB
framework.HASH.js gzip 39 kB 39 kB
main-HASH.js gzip 7.11 kB 7.11 kB
webpack-HASH.js gzip 751 B 751 B
Overall change 60.2 kB 60.2 kB
Legacy Client Bundles (polyfills)
vercel/next.js canary v10.1.0 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.1.0 vercel/next.js refs/heads/canary Change
_app-8fbabfc..6440.js gzip 1.28 kB 1.28 kB
_error-af59f..582f.js gzip 3.46 kB 3.46 kB
amp-9716187d..0aa8.js gzip 536 B 536 B
hooks-107e90..74c7.js gzip 888 B 888 B
index-ac435c..ecf2.js gzip 227 B 227 B
link-c31053f..c329.js gzip 1.64 kB 1.64 kB
routerDirect..dc9d.js gzip 303 B 303 B
withRouter-6..0e02.js gzip 302 B 302 B
Overall change 8.64 kB 8.64 kB
Client Build Manifests
vercel/next.js canary v10.1.0 vercel/next.js refs/heads/canary Change
_buildManifest.js gzip 370 B 370 B
Overall change 370 B 370 B
Rendered Page Sizes
vercel/next.js canary v10.1.0 vercel/next.js refs/heads/canary Change
index.html gzip 613 B 613 B
link.html gzip 620 B 620 B
withRouter.html gzip 607 B 607 B
Overall change 1.84 kB 1.84 kB

Serverless Mode
General
vercel/next.js canary v10.1.0 vercel/next.js refs/heads/canary Change
buildDuration 12.9s 12.8s -94ms
nodeModulesSize 61.8 MB 61.8 MB
Client Bundles (main, webpack, commons)
vercel/next.js canary v10.1.0 vercel/next.js refs/heads/canary Change
677f882d2ed8..7edd.js gzip 13.4 kB 13.4 kB
framework.HASH.js gzip 39 kB 39 kB
main-HASH.js gzip 7.11 kB 7.11 kB
webpack-HASH.js gzip 751 B 751 B
Overall change 60.2 kB 60.2 kB
Legacy Client Bundles (polyfills)
vercel/next.js canary v10.1.0 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.1.0 vercel/next.js refs/heads/canary Change
_app-8fbabfc..6440.js gzip 1.28 kB 1.28 kB
_error-af59f..582f.js gzip 3.46 kB 3.46 kB
amp-9716187d..0aa8.js gzip 536 B 536 B
hooks-107e90..74c7.js gzip 888 B 888 B
index-ac435c..ecf2.js gzip 227 B 227 B
link-c31053f..c329.js gzip 1.64 kB 1.64 kB
routerDirect..dc9d.js gzip 303 B 303 B
withRouter-6..0e02.js gzip 302 B 302 B
Overall change 8.64 kB 8.64 kB
Client Build Manifests
vercel/next.js canary v10.1.0 vercel/next.js refs/heads/canary Change
_buildManifest.js gzip 370 B 370 B
Overall change 370 B 370 B
Serverless bundles
vercel/next.js canary v10.1.0 vercel/next.js refs/heads/canary Change
_error.js 1.36 MB 1.36 MB
404.html 2.67 kB 2.67 kB
500.html 2.65 kB 2.65 kB
amp.amp.html 10.6 kB 10.6 kB
amp.html 1.86 kB 1.86 kB
hooks.html 1.92 kB 1.92 kB
index.js 1.36 MB 1.36 MB
link.js 1.42 MB 1.42 MB
routerDirect.js 1.41 MB 1.41 MB
withRouter.js 1.41 MB 1.41 MB
Overall change 6.99 MB 6.99 MB

Webpack 5 Mode (Decrease detected ✓)
General
vercel/next.js canary v10.1.0 vercel/next.js refs/heads/canary Change
buildDuration 13.6s 13.6s -50ms
nodeModulesSize 61.8 MB 61.8 MB
Page Load Tests Overall decrease ⚠️
vercel/next.js canary v10.1.0 vercel/next.js refs/heads/canary Change
/ failed reqs 0 0
/ total time (seconds) 1.842 1.82 -0.02
/ avg req/sec 1357.06 1373.33 +16.27
/error-in-render failed reqs 0 0
/error-in-render total time (seconds) 1.091 1.118 ⚠️ +0.03
/error-in-render avg req/sec 2291.46 2236 ⚠️ -55.46
Client Bundles (main, webpack, commons)
vercel/next.js canary v10.1.0 vercel/next.js refs/heads/canary Change
597-e27c5352..db8c.js gzip 13.3 kB 13.3 kB
778-6ce6eb65..591b.js gzip 7.04 kB 7.04 kB
framework.HASH.js gzip 39.3 kB 39.3 kB
main-HASH.js gzip 151 B 151 B
webpack-HASH.js gzip 993 B 993 B
Overall change 60.8 kB 60.8 kB
Legacy Client Bundles (polyfills)
vercel/next.js canary v10.1.0 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.1.0 vercel/next.js refs/heads/canary Change
_app-5cc66b2..6f03.js gzip 1.3 kB 1.3 kB
_error-b58c1..9b8e.js gzip 3.4 kB 3.4 kB
amp-89a5460c..567f.js gzip 558 B 558 B
hooks-8c2e74..be37.js gzip 924 B 924 B
index-fec729..83b2.js gzip 243 B 243 B
link-dd34d9b..0ade.js gzip 1.66 kB 1.66 kB
routerDirect..5759.js gzip 336 B 336 B
withRouter-1..98bf.js gzip 334 B 334 B
Overall change 8.76 kB 8.76 kB
Client Build Manifests
vercel/next.js canary v10.1.0 vercel/next.js refs/heads/canary Change
_buildManifest.js gzip 349 B 349 B
Overall change 349 B 349 B
Rendered Page Sizes
vercel/next.js canary v10.1.0 vercel/next.js refs/heads/canary Change
index.html gzip 609 B 609 B
link.html gzip 614 B 614 B
withRouter.html gzip 604 B 604 B
Overall change 1.83 kB 1.83 kB

Diffs

Diff for index.html
@@ -43,7 +43,7 @@
         "props": { "pageProps": {} },
         "page": "/",
         "query": {},
-        "buildId": "eKk5liIhXF9lZGQKUonEO",
+        "buildId": "j93pGAcgshZ68XJwgN2ZY",
         "isFallback": false,
         "gip": true
       }
@@ -77,11 +77,11 @@
       async=""
     ></script>
     <script
-      src="/_next/static/eKk5liIhXF9lZGQKUonEO/_buildManifest.js"
+      src="/_next/static/j93pGAcgshZ68XJwgN2ZY/_buildManifest.js"
       async=""
     ></script>
     <script
-      src="/_next/static/eKk5liIhXF9lZGQKUonEO/_ssgManifest.js"
+      src="/_next/static/j93pGAcgshZ68XJwgN2ZY/_ssgManifest.js"
       async=""
     ></script>
   </body>
Diff for link.html
@@ -48,7 +48,7 @@
         "props": { "pageProps": {} },
         "page": "/link",
         "query": {},
-        "buildId": "eKk5liIhXF9lZGQKUonEO",
+        "buildId": "j93pGAcgshZ68XJwgN2ZY",
         "isFallback": false,
         "gip": true
       }
@@ -82,11 +82,11 @@
       async=""
     ></script>
     <script
-      src="/_next/static/eKk5liIhXF9lZGQKUonEO/_buildManifest.js"
+      src="/_next/static/j93pGAcgshZ68XJwgN2ZY/_buildManifest.js"
       async=""
     ></script>
     <script
-      src="/_next/static/eKk5liIhXF9lZGQKUonEO/_ssgManifest.js"
+      src="/_next/static/j93pGAcgshZ68XJwgN2ZY/_ssgManifest.js"
       async=""
     ></script>
   </body>
Diff for withRouter.html
@@ -43,7 +43,7 @@
         "props": { "pageProps": {} },
         "page": "/withRouter",
         "query": {},
-        "buildId": "eKk5liIhXF9lZGQKUonEO",
+        "buildId": "j93pGAcgshZ68XJwgN2ZY",
         "isFallback": false,
         "gip": true
       }
@@ -77,11 +77,11 @@
       async=""
     ></script>
     <script
-      src="/_next/static/eKk5liIhXF9lZGQKUonEO/_buildManifest.js"
+      src="/_next/static/j93pGAcgshZ68XJwgN2ZY/_buildManifest.js"
       async=""
     ></script>
     <script
-      src="/_next/static/eKk5liIhXF9lZGQKUonEO/_ssgManifest.js"
+      src="/_next/static/j93pGAcgshZ68XJwgN2ZY/_ssgManifest.js"
       async=""
     ></script>
   </body>

Please sign in to comment.