From a0f0e5aabee5b3bad68afb7eab092b684275e6fa Mon Sep 17 00:00:00 2001 From: "Thomas F. K. Jorna" Date: Tue, 3 Aug 2021 13:18:38 +0200 Subject: fix: make tags update correctly and show them on refresh --- out/_next/static/DEWNAb9qrxKluipBrYTq4/_buildManifest.js | 12 ++++++++++++ out/_next/static/DEWNAb9qrxKluipBrYTq4/_ssgManifest.js | 1 + 2 files changed, 13 insertions(+) create mode 100644 out/_next/static/DEWNAb9qrxKluipBrYTq4/_buildManifest.js create mode 100644 out/_next/static/DEWNAb9qrxKluipBrYTq4/_ssgManifest.js (limited to 'out/_next/static/DEWNAb9qrxKluipBrYTq4') diff --git a/out/_next/static/DEWNAb9qrxKluipBrYTq4/_buildManifest.js b/out/_next/static/DEWNAb9qrxKluipBrYTq4/_buildManifest.js new file mode 100644 index 0000000..c84d2fe --- /dev/null +++ b/out/_next/static/DEWNAb9qrxKluipBrYTq4/_buildManifest.js @@ -0,0 +1,12 @@ +;(self.__BUILD_MANIFEST = { + __rewrites: { beforeFiles: [], afterFiles: [], fallback: [] }, + '/': [ + 'static/chunks/fb7d5399-0d6001c72a29ebec41eb.js', + 'static/chunks/d25bd147-2c59edc357c0e2372258.js', + 'static/chunks/13-b599b309c84d7675574b.js', + 'static/chunks/pages/index-689c814695b38e570f06.js', + ], + '/_error': ['static/chunks/pages/_error-f5e67a79c709c2df06b8.js'], + sortedPages: ['/', '/_app', '/_error'], +}), + self.__BUILD_MANIFEST_CB && self.__BUILD_MANIFEST_CB() diff --git a/out/_next/static/DEWNAb9qrxKluipBrYTq4/_ssgManifest.js b/out/_next/static/DEWNAb9qrxKluipBrYTq4/_ssgManifest.js new file mode 100644 index 0000000..82bedd6 --- /dev/null +++ b/out/_next/static/DEWNAb9qrxKluipBrYTq4/_ssgManifest.js @@ -0,0 +1 @@ +;(self.__SSG_MANIFEST = new Set()), self.__SSG_MANIFEST_CB && self.__SSG_MANIFEST_CB() -- cgit v1.2.3