Remove PPR flag

This commit is contained in:
Delba de Oliveira
2023-10-26 09:32:59 -07:00
parent 94849b458b
commit cae336221a

View File

@@ -1,8 +1,4 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
experimental: {
ppr: true,
},
};
const nextConfig = {};
module.exports = nextConfig;