diff --git a/next-app/next.config.ts b/next-app/next.config.ts index 9846d880..18ece627 100644 --- a/next-app/next.config.ts +++ b/next-app/next.config.ts @@ -49,6 +49,15 @@ const nextConfig: NextConfig = { }, ], }, + { + source: "/user/dashboard", + headers: [ + { + key: "Cache-Control", + value: "no-store, max-age=0" + }, + ], + }, ] }, async redirects() {