fix: disable in-memory cache for clustered Next.js
Some checks failed
Deploy Next.js application / deploy (push) Has been cancelled

This commit is contained in:
Dorian Niemiec 2024-09-08 17:47:30 +02:00
parent a711cef174
commit 1386869c43

View file

@ -14,6 +14,7 @@ const NextConfig = {
eslint: {
ignoreDuringBuilds: true,
},
cacheMaxMemorySize: 0,
poweredByHeader: false
};