Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
ruslanmv
/
ai-story-teller
like
8
Runtime error
App
Files
Files
Community
1
82179b4
ai-story-teller
/
next.config.js
ruslanmv
First commit
5f663a9
10 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