Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Joseph-hf
/
ai-comic-generator
like
20
Running
App
Files
Files
Community
7032c52
ai-comic-generator
/
next.config.js
zanekwok
init
450060f
9 months ago
raw
Copy download link
history
blame
Safe
207 Bytes
/**
@type
{
import('next').NextConfig
} */
const
nextConfig = {
output
:
'standalone'
,
experimental
: {
serverActions
:
true
,
serverActionsBodySizeLimit
:
'8mb'
,
},
}
module
.
exports
= nextConfig