import type { NextConfig } from "next"; const nextConfig = { output: 'standalone' }; export default nextConfig;