next.config.ts aktualisiert
Deploy Next.js via Docker / deploy (push) Has been cancelled

This commit is contained in:
2026-07-10 15:19:54 +00:00
parent d577efad55
commit 8759f0972b
+1 -1
View File
@@ -1,7 +1,7 @@
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
output: 'standalone',
};
export default nextConfig;