Update application features and add scripts (core changes)

This commit is contained in:
AyrisAI
2026-07-19 11:38:56 +03:00
parent a36b833e00
commit da84cdc231
44 changed files with 2953 additions and 449 deletions
+7
View File
@@ -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)