diff --git a/next.config.js b/next.config.js index 9ee18918..7852092f 100644 --- a/next.config.js +++ b/next.config.js @@ -31,6 +31,9 @@ const nextConfig = { .concat(createRemotePattern(AWS_S3_HOSTNAME)), minimumCacheTTL: 31536000, }, + experimental: { + ppr: true, + }, }; const withBundleAnalyzer = require('@next/bundle-analyzer')({