Update next.config.mjs

This commit is contained in:
NotII
2025-04-06 16:12:22 +01:00
parent adf65dc6e7
commit 17e6e7d677

View File

@@ -24,6 +24,8 @@ const nextConfig = {
}, },
]; ];
}, },
// Output mode for Docker builds
output: 'standalone',
// Reduce memory usage during builds // Reduce memory usage during builds
onDemandEntries: { onDemandEntries: {
// Period (in ms) where the server will keep pages in the buffer // Period (in ms) where the server will keep pages in the buffer