/** @type {import('next').NextConfig} */ const nextConfig = { output: 'standalone', distDir: 'build', }; export default nextConfig;