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