Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Hotalen
/
AI-Comic-Factory-2
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
4baf4b0
AI-Comic-Factory-2
/
next.config.js
Hotalen
Upload 206 files
4baf4b0
verified
8 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