Update application features and add scripts (core changes)
This commit is contained in:
@@ -9,8 +9,15 @@ const nextConfig: NextConfig = {
|
||||
remotePatterns: [
|
||||
{ protocol: 'https', hostname: 'res.cloudinary.com' },
|
||||
{ protocol: 'https', hostname: 'images.unsplash.com' },
|
||||
{ protocol: 'https', hostname: 'media.ayris.tech' },
|
||||
],
|
||||
},
|
||||
experimental: {
|
||||
serverActions: {
|
||||
bodySizeLimit: '20mb',
|
||||
},
|
||||
proxyClientMaxBodySize: '20mb',
|
||||
},
|
||||
}
|
||||
|
||||
export default withNextIntl(nextConfig)
|
||||
|
||||
Reference in New Issue
Block a user