Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
jbilcke-hf/ai-comic-factory
DaenerysT
/
comicbook
like
5
Runtime error
App
Files
Files
Community
9052a89
comicbook
/
next.config.js
jbilcke-hf
HF staff
fixed upscaling
f5d8038
over 1 year 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