import million from "million/compiler"; /** @type {import('next').NextConfig} */ const nextConfig = { swcMinify: true, reactStrictMode: true, output: "standalone", }; const millionConfig = { auto: { rsc: true }, rsc: true } export default million.next(nextConfig, millionConfig);