From 23751c9b49d1dc098eb2020262949327dd5b940a Mon Sep 17 00:00:00 2001 From: Ahmad <103906421+ahmadk953@users.noreply.github.com> Date: Sun, 19 Jan 2025 00:48:04 -0500 Subject: [PATCH] Fix Build Issues --- next.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/next.config.ts b/next.config.ts index dd0a3c4..5535f68 100644 --- a/next.config.ts +++ b/next.config.ts @@ -53,7 +53,7 @@ const nextConfig: NextConfig = { }, cacheHandler: process.env.NODE_ENV === 'production' - ? require.resolve('./cache-handler.ts') + ? require.resolve('./cache-handler') : undefined, };