import type { NextConfig } from "next"; const nextConfig: NextConfig = { output: process.env.NETLIFY === "true" ? undefined : "standalone", }; export default nextConfig;