auto-save 2026-05-18 10:44 (+6, ~2)
This commit is contained in:
6
next.config.mjs
Normal file
6
next.config.mjs
Normal file
@@ -0,0 +1,6 @@
|
||||
/** @type {import('next').NextConfig} */
|
||||
const nextConfig = {
|
||||
experimental: { serverActions: { bodySizeLimit: '20mb' } },
|
||||
images: { remotePatterns: [{ protocol: 'https', hostname: '**' }] },
|
||||
};
|
||||
export default nextConfig;
|
||||
Reference in New Issue
Block a user