import type { NextConfig } from 'next' const nextConfig: NextConfig = { experimental: { rootParams: true }, } export default nextConfig