/** @type {import('next').NextConfig} */ const nextConfig = { typedRoutes: false }; export default nextConfig;