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