next.js/test/e2e/app-dir/segment-cache/prefetch-layout-sharing/next.config.ts
next.config.ts9 lines164 B
import type { NextConfig } from 'next'

const nextConfig: NextConfig = {
  cacheComponents: true,
  productionBrowserSourceMaps: true,
}

export default nextConfig
Quest for Codev2.0.0
/
SIGN IN