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

const nextConfig: NextConfig = {
  experimental: {
    rootParams: true,
  },
}

export default nextConfig
Quest for Codev2.0.0
/
SIGN IN