next.js/test/e2e/app-dir/app-root-params-getters/fixtures/generate-static-params/next.config.ts
next.config.ts8 lines158 B
import type { NextConfig } from 'next'

const nextConfig: NextConfig = {
  cacheComponents: true, // implies `rootParams: true`.
}

export default nextConfig
Quest for Codev2.0.0
/
SIGN IN