import type { NextConfig } from "next"; const nextConfig: NextConfig = { output: 'standalone', reactStrictMode: true, transpilePackages: ['next-mdx-remote'] }; export default nextConfig;