Spaces:
No application file
No application file
| import type { NextConfig } from 'next'; | |
| const nextConfig: NextConfig = { | |
| output: process.env.VERCEL ? undefined : 'standalone', | |
| transpilePackages: ['mathml2omml', 'pptxgenjs'], | |
| serverExternalPackages: [], | |
| experimental: { | |
| proxyClientMaxBodySize: '200mb', | |
| }, | |
| }; | |
| export default nextConfig; | |