Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
aigorithm
/
aicomicsbook
like
8
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
2254a72
aicomicsbook
/
next.config.js
aigorithm
commit
2254a72
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