M96820
feat: add ai-comic-factory
fdc200a unverified
raw
history blame
198 Bytes
/** @type {import('next').NextConfig} */
const nextConfig = {
output: 'standalone',
experimental: {
serverActions: {
bodySizeLimit: '8mb',
},
}
}
module.exports = nextConfig