/home/techb158/cosmic-risk.abdallabala.com
Edit: /home/techb158/cosmic-risk.abdallabala.com/next.config.mjs (219B)
/** @type {import('next').NextConfig} */
const nextConfig = {
output: "standalone",
poweredByHeader: false,
experimental: {
serverActions: {
bodySizeLimit: "1mb"
}
}
};
export default nextConfig;