feat: implement server-side image compression with sharp and cleanup RLS policies

This commit is contained in:
2025-12-18 22:08:28 +01:00
parent d26ebc0b2e
commit 9eb9b41061
5 changed files with 153 additions and 26 deletions

View File

@@ -2,6 +2,11 @@
const nextConfig = {
output: 'standalone',
productionBrowserSourceMaps: false,
experimental: {
serverActions: {
bodySizeLimit: '10mb',
},
},
};
export default nextConfig;