reduce image size of hub and disptach container

This commit is contained in:
PxlLoewe
2026-01-13 12:35:44 +01:00
parent c5c3bc0775
commit b1d1e7f2bf
11 changed files with 660 additions and 582 deletions

View File

@@ -1,4 +1,6 @@
/** @type {import('next').NextConfig} */
const nextConfig = {};
const nextConfig = {
output: "standalone",
};
export default nextConfig;