Add PPR
This commit is contained in:
parent
28b9de280c
commit
31322eafec
@ -31,6 +31,9 @@ const nextConfig = {
|
||||
.concat(createRemotePattern(AWS_S3_HOSTNAME)),
|
||||
minimumCacheTTL: 31536000,
|
||||
},
|
||||
experimental: {
|
||||
ppr: true,
|
||||
},
|
||||
};
|
||||
|
||||
const withBundleAnalyzer = require('@next/bundle-analyzer')({
|
||||
|
||||
Loading…
Reference in New Issue
Block a user