AI-Comic-Factory-2 / next.config.js
Hotalen's picture
Upload 206 files
4baf4b0 verified
raw
history blame contribute delete
207 Bytes
/** @type {import('next').NextConfig} */
const nextConfig = {
output: 'standalone',
experimental: {
serverActions: true,
serverActionsBodySizeLimit: '8mb',
},
}
module.exports = nextConfig