Fix Build Issues

This commit is contained in:
Ahmad 2025-01-19 00:48:04 -05:00
parent 0f899cb34f
commit 23751c9b49
No known key found for this signature in database
GPG key ID: 8FD8A93530D182BF

View file

@ -53,7 +53,7 @@ const nextConfig: NextConfig = {
},
cacheHandler:
process.env.NODE_ENV === 'production'
? require.resolve('./cache-handler.ts')
? require.resolve('./cache-handler')
: undefined,
};