/** @type {import('next').NextConfig} */ const nextConfig = { output: "standalone", experimental: { typedRoutes: true, }, }; export default nextConfig;