Spaces:
Sleeping
Sleeping
| import type { NextConfig } from "next"; | |
| const nextConfig: NextConfig = { | |
| output: 'standalone', | |
| experimental: { | |
| serverActions: { | |
| bodySizeLimit: '10mb', | |
| }, | |
| }, | |
| }; | |
| export default nextConfig; | |
| import type { NextConfig } from "next"; | |
| const nextConfig: NextConfig = { | |
| output: 'standalone', | |
| experimental: { | |
| serverActions: { | |
| bodySizeLimit: '10mb', | |
| }, | |
| }, | |
| }; | |
| export default nextConfig; | |