Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Minecraft3193092/ai-manga-factory
privateuserh
/
MangaWeb
like
0
Running
App
Files
Files
Community
2
Fetching metadata from the HF Docker repository...
refs/pr/1
MangaWeb
/
next.config.js
jbilcke-hf
HF Staff
fix issue with PDF when using 1 page
f6f68f6
about 1 year ago
raw
Copy download link
history
blame
Safe
Wrap lines
198 Bytes
/**
@type
{
import('next').NextConfig
} */
const
nextConfig = {
output
:
'standalone'
,
experimental
: {
serverActions
: {
bodySizeLimit
:
'8mb'
,
},
}
}
module
.
exports
= nextConfig