From fb97f92d04156c421b016295fea8dc66eb67ed0a Mon Sep 17 00:00:00 2001 From: dmkav Date: Thu, 20 Apr 2023 15:29:33 +0200 Subject: [PATCH] fix: JOIN-30444 refactor apps page to getServerSideProps --- apps/web/next.config.js | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/apps/web/next.config.js b/apps/web/next.config.js index e64cc799292371..3d6e0d36e55a31 100644 --- a/apps/web/next.config.js +++ b/apps/web/next.config.js @@ -224,6 +224,15 @@ const nextConfig = { }, ], }, + { + source: "/_next/data/:path*", + headers: [ + { + key: "Cache-Control", + value: "no-store", + }, + ], + }, { source: "/:path*", headers: [