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