Files
next-learn/dashboard/starter-example/next.config.js
Delba de Oliveira 0574e4f210 Duplicate starter
2023-10-26 08:37:00 -07:00

9 lines
133 B
JavaScript

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