Fix dynamic build

This commit is contained in:
2025-12-28 01:48:06 +01:00
parent b34b1cef39
commit ce658849e9

View File

@ -10,6 +10,7 @@ module.exports = {
bodySizeLimit: '50mb', bodySizeLimit: '50mb',
}, },
}, },
output: "standalone",
} }
export default nextConfig; export default nextConfig;