ai-comic-factory / next.config.js
AchyuthGamer's picture
Update next.config.js
9ee2c40 verified
/** @type {import('next').NextConfig} */
const nextConfig = {
output: 'standalone',
experimental: {
serverActions: true,
serverActionsBodySizeLimit: 32mb',
},
}
module.exports = nextConfig