diff options
author | Thomas F. K. Jorna <[email protected]> | 2021-08-01 00:14:19 +0200 |
---|---|---|
committer | Thomas F. K. Jorna <[email protected]> | 2021-08-01 00:14:19 +0200 |
commit | 6c190c6f494552ae8567b3fade91c059ee190bfa (patch) | |
tree | 66dc2c00ccbf87f3155431a1f87503bcf403ac5e /out/_next/static/pWGCcN6In51gaA-4Ph1xA | |
parent | 565f99190c29c02ab1dcd5f72ded466ee96a3837 (diff) |
fixed missing links issue
Diffstat (limited to 'out/_next/static/pWGCcN6In51gaA-4Ph1xA')
-rw-r--r-- | out/_next/static/pWGCcN6In51gaA-4Ph1xA/_buildManifest.js | 12 | ||||
-rw-r--r-- | out/_next/static/pWGCcN6In51gaA-4Ph1xA/_ssgManifest.js | 1 |
2 files changed, 13 insertions, 0 deletions
diff --git a/out/_next/static/pWGCcN6In51gaA-4Ph1xA/_buildManifest.js b/out/_next/static/pWGCcN6In51gaA-4Ph1xA/_buildManifest.js new file mode 100644 index 0000000..7aeeb23 --- /dev/null +++ b/out/_next/static/pWGCcN6In51gaA-4Ph1xA/_buildManifest.js @@ -0,0 +1,12 @@ +;(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-20e9c7abc17251dea160.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/pWGCcN6In51gaA-4Ph1xA/_ssgManifest.js b/out/_next/static/pWGCcN6In51gaA-4Ph1xA/_ssgManifest.js new file mode 100644 index 0000000..82bedd6 --- /dev/null +++ b/out/_next/static/pWGCcN6In51gaA-4Ph1xA/_ssgManifest.js @@ -0,0 +1 @@ +;(self.__SSG_MANIFEST = new Set()), self.__SSG_MANIFEST_CB && self.__SSG_MANIFEST_CB() |