stack/apps/middleware/next.config.mjs
2024-05-05 17:33:36 +02:00

9 lines
131 B
JavaScript

/** @type {import('next').NextConfig} */
const nextConfig = {
experimental: {
ppr: true,
},
};
export default nextConfig;