File size: 215 Bytes
b91e262
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
/**
 * @type {import('next').NextConfig}
 */
const nextConfig = {
  cacheComponents: true,
  experimental: {
    // Future but produces bad results.
    reactDebugChannel: false,
  },
}

module.exports = nextConfig