fix: disable in-memory cache for clustered Next.js
Some checks failed
Deploy Next.js application / deploy (push) Has been cancelled
Some checks failed
Deploy Next.js application / deploy (push) Has been cancelled
This commit is contained in:
parent
a711cef174
commit
1386869c43
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ const NextConfig = {
|
|||
eslint: {
|
||||
ignoreDuringBuilds: true,
|
||||
},
|
||||
cacheMaxMemorySize: 0,
|
||||
poweredByHeader: false
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue