next.js/test/production/app-dir/generate-static-params-errors/next.config.ts
next.config.ts8 lines140 B
import type { NextConfig } from 'next'

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

export default nextConfig
Quest for Codev2.0.0
/
SIGN IN