Enhance tags

This commit is contained in:
2025-12-21 01:06:27 +01:00
parent e90578c98a
commit 6fc641306a
20 changed files with 687 additions and 111 deletions

View File

@ -7,7 +7,7 @@ const nextConfig: NextConfig = {
module.exports = {
experimental: {
serverActions: {
bodySizeLimit: '5mb',
bodySizeLimit: '50mb',
},
},
}