diff options
author | Thomas F. K. Jorna <[email protected]> | 2021-08-02 00:44:29 +0200 |
---|---|---|
committer | Thomas F. K. Jorna <[email protected]> | 2021-08-02 00:44:29 +0200 |
commit | 197a3c7060945d422ccb1c3504bfda93791ea380 (patch) | |
tree | 7e18bad3f332c5180a42505718162f4157c60962 /out | |
parent | 45d7df9cd9caae93b745265a6b50caabfceb6cab (diff) |
build: fix the never option crashing
Diffstat (limited to 'out')
-rw-r--r-- | out/404.html | 6 | ||||
-rw-r--r-- | out/_next/static/ESBp6icvgUIL3DPl5IapM/_buildManifest.js (renamed from out/_next/static/_l9JtBWQG51OHkiHgrLCy/_buildManifest.js) | 2 | ||||
-rw-r--r-- | out/_next/static/ESBp6icvgUIL3DPl5IapM/_ssgManifest.js (renamed from out/_next/static/_l9JtBWQG51OHkiHgrLCy/_ssgManifest.js) | 0 | ||||
-rw-r--r-- | out/_next/static/chunks/pages/index-93fd2943e8087c9e1de7.js (renamed from out/_next/static/chunks/pages/index-80878514168ec7a93598.js) | 10 | ||||
-rw-r--r-- | out/index.html | 8 |
5 files changed, 14 insertions, 12 deletions
diff --git a/out/404.html b/out/404.html index 441422a..124f234 100644 --- a/out/404.html +++ b/out/404.html @@ -18,8 +18,8 @@ <script src="/_next/static/chunks/main-1b0f1fd287f08bad6012.js" defer=""></script> <script src="/_next/static/chunks/pages/_app-6ba3a11e93bdf6a85175.js" defer=""></script> <script src="/_next/static/chunks/pages/_error-a0e21b9b223f827fe1f2.js" defer=""></script> - <script src="/_next/static/_l9JtBWQG51OHkiHgrLCy/_buildManifest.js" defer=""></script> - <script src="/_next/static/_l9JtBWQG51OHkiHgrLCy/_ssgManifest.js" defer=""></script> + <script src="/_next/static/ESBp6icvgUIL3DPl5IapM/_buildManifest.js" defer=""></script> + <script src="/_next/static/ESBp6icvgUIL3DPl5IapM/_ssgManifest.js" defer=""></script> </head> <body> <div id="__next"> @@ -753,7 +753,7 @@ "props": { "pageProps": { "statusCode": 404 } }, "page": "/_error", "query": {}, - "buildId": "_l9JtBWQG51OHkiHgrLCy", + "buildId": "ESBp6icvgUIL3DPl5IapM", "nextExport": true, "isFallback": false, "gip": true, diff --git a/out/_next/static/_l9JtBWQG51OHkiHgrLCy/_buildManifest.js b/out/_next/static/ESBp6icvgUIL3DPl5IapM/_buildManifest.js index 0e35904..7a2a021 100644 --- a/out/_next/static/_l9JtBWQG51OHkiHgrLCy/_buildManifest.js +++ b/out/_next/static/ESBp6icvgUIL3DPl5IapM/_buildManifest.js @@ -4,7 +4,7 @@ 'static/chunks/fb7d5399-0d6001c72a29ebec41eb.js', 'static/chunks/d25bd147-65fcc4c92edba8b370fb.js', 'static/chunks/906-7b9696c9b17c64b94384.js', - 'static/chunks/pages/index-80878514168ec7a93598.js', + 'static/chunks/pages/index-93fd2943e8087c9e1de7.js', ], '/_error': ['static/chunks/pages/_error-a0e21b9b223f827fe1f2.js'], sortedPages: ['/', '/_app', '/_error'], diff --git a/out/_next/static/_l9JtBWQG51OHkiHgrLCy/_ssgManifest.js b/out/_next/static/ESBp6icvgUIL3DPl5IapM/_ssgManifest.js index 82bedd6..82bedd6 100644 --- a/out/_next/static/_l9JtBWQG51OHkiHgrLCy/_ssgManifest.js +++ b/out/_next/static/ESBp6icvgUIL3DPl5IapM/_ssgManifest.js diff --git a/out/_next/static/chunks/pages/index-80878514168ec7a93598.js b/out/_next/static/chunks/pages/index-93fd2943e8087c9e1de7.js index 2351181..7ad1d15 100644 --- a/out/_next/static/chunks/pages/index-80878514168ec7a93598.js +++ b/out/_next/static/chunks/pages/index-93fd2943e8087c9e1de7.js @@ -1876,8 +1876,9 @@ colorScheme: '', color: 'black', children: (0, l.jsx)(U.x, { - children: - g.local[0].toUpperCase() + g.local.slice(1), + children: g.local + ? g.local[0].toUpperCase() + g.local.slice(1) + : 'Never', }), }), (0, l.jsxs)(K.h, { @@ -1939,8 +1940,9 @@ colorScheme: '', color: 'black', children: (0, l.jsx)(U.x, { - children: - g.follow[0].toUpperCase() + g.follow.slice(1), + children: g.follow + ? g.follow[0].toUpperCase() + g.follow.slice(1) + : 'Never', }), }), (0, l.jsxs)(K.h, { diff --git a/out/index.html b/out/index.html index fbaf25a..c8af985 100644 --- a/out/index.html +++ b/out/index.html @@ -19,9 +19,9 @@ <script src="/_next/static/chunks/fb7d5399-0d6001c72a29ebec41eb.js" defer=""></script> <script src="/_next/static/chunks/d25bd147-65fcc4c92edba8b370fb.js" defer=""></script> <script src="/_next/static/chunks/906-7b9696c9b17c64b94384.js" defer=""></script> - <script src="/_next/static/chunks/pages/index-80878514168ec7a93598.js" defer=""></script> - <script src="/_next/static/_l9JtBWQG51OHkiHgrLCy/_buildManifest.js" defer=""></script> - <script src="/_next/static/_l9JtBWQG51OHkiHgrLCy/_ssgManifest.js" defer=""></script> + <script src="/_next/static/chunks/pages/index-93fd2943e8087c9e1de7.js" defer=""></script> + <script src="/_next/static/ESBp6icvgUIL3DPl5IapM/_buildManifest.js" defer=""></script> + <script src="/_next/static/ESBp6icvgUIL3DPl5IapM/_ssgManifest.js" defer=""></script> </head> <body> <div id="__next"> @@ -697,7 +697,7 @@ "props": { "pageProps": {} }, "page": "/", "query": {}, - "buildId": "_l9JtBWQG51OHkiHgrLCy", + "buildId": "ESBp6icvgUIL3DPl5IapM", "nextExport": true, "autoExport": true, "isFallback": false, |