From 197a3c7060945d422ccb1c3504bfda93791ea380 Mon Sep 17 00:00:00 2001 From: "Thomas F. K. Jorna" Date: Mon, 2 Aug 2021 00:44:29 +0200 Subject: build: fix the never option crashing --- out/_next/static/_l9JtBWQG51OHkiHgrLCy/_buildManifest.js | 12 ------------ out/_next/static/_l9JtBWQG51OHkiHgrLCy/_ssgManifest.js | 1 - 2 files changed, 13 deletions(-) delete mode 100644 out/_next/static/_l9JtBWQG51OHkiHgrLCy/_buildManifest.js delete mode 100644 out/_next/static/_l9JtBWQG51OHkiHgrLCy/_ssgManifest.js (limited to 'out/_next/static/_l9JtBWQG51OHkiHgrLCy') diff --git a/out/_next/static/_l9JtBWQG51OHkiHgrLCy/_buildManifest.js b/out/_next/static/_l9JtBWQG51OHkiHgrLCy/_buildManifest.js deleted file mode 100644 index 0e35904..0000000 --- a/out/_next/static/_l9JtBWQG51OHkiHgrLCy/_buildManifest.js +++ /dev/null @@ -1,12 +0,0 @@ -;(self.__BUILD_MANIFEST = { - __rewrites: { beforeFiles: [], afterFiles: [], fallback: [] }, - '/': [ - 'static/chunks/fb7d5399-0d6001c72a29ebec41eb.js', - 'static/chunks/d25bd147-65fcc4c92edba8b370fb.js', - 'static/chunks/906-7b9696c9b17c64b94384.js', - 'static/chunks/pages/index-80878514168ec7a93598.js', - ], - '/_error': ['static/chunks/pages/_error-a0e21b9b223f827fe1f2.js'], - sortedPages: ['/', '/_app', '/_error'], -}), - self.__BUILD_MANIFEST_CB && self.__BUILD_MANIFEST_CB() diff --git a/out/_next/static/_l9JtBWQG51OHkiHgrLCy/_ssgManifest.js b/out/_next/static/_l9JtBWQG51OHkiHgrLCy/_ssgManifest.js deleted file mode 100644 index 82bedd6..0000000 --- a/out/_next/static/_l9JtBWQG51OHkiHgrLCy/_ssgManifest.js +++ /dev/null @@ -1 +0,0 @@ -;(self.__SSG_MANIFEST = new Set()), self.__SSG_MANIFEST_CB && self.__SSG_MANIFEST_CB() -- cgit v1.2.3