next.js/test/development/app-dir/cache-components-tasks/fixtures/with-prefetch-config/next.config.ts
next.config.ts8 lines127 B
import type { NextConfig } from 'next'

const nextConfig: NextConfig = {
  cacheComponents: true,
}

export default nextConfig
Quest for Codev2.0.0
/
SIGN IN