Remove PPR
This commit is contained in:
parent
4df4fb2fc8
commit
80a0e6d9d5
@ -35,9 +35,6 @@ const nextConfig = {
|
||||
.concat(createRemotePattern(HOSTNAME_AWS_S3)),
|
||||
minimumCacheTTL: 31536000,
|
||||
},
|
||||
...process.env.NEXT_PUBLIC_STATICALLY_OPTIMIZE === '1' && {
|
||||
experimental: { ppr: true },
|
||||
},
|
||||
webpack: (config) => {
|
||||
config.optimization ??= {};
|
||||
if (process.env.NODE_ENV !== 'production') {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user