ai-comic-factory / next.config.js
jbilcke-hf's picture
jbilcke-hf HF staff
fix issue with PDF when using 1 page
f6f68f6
/** @type {import('next').NextConfig} */
const nextConfig = {
output: 'standalone',
experimental: {
serverActions: {
bodySizeLimit: '8mb',
},
}
}
module.exports = nextConfig