updated next config to output standalone

This commit is contained in:
2026-06-01 14:39:28 +01:00
parent bb008f7f8f
commit 92e3de7340

View File

@@ -1,7 +1,7 @@
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
output: "standalone",
};
export default nextConfig;