This commit is contained in:
Sam Becker 2024-01-18 13:11:27 -06:00
parent 28b9de280c
commit 31322eafec

View File

@ -31,6 +31,9 @@ const nextConfig = {
.concat(createRemotePattern(AWS_S3_HOSTNAME)),
minimumCacheTTL: 31536000,
},
experimental: {
ppr: true,
},
};
const withBundleAnalyzer = require('@next/bundle-analyzer')({