Set standalone build

This commit is contained in:
2026-02-28 01:10:26 +01:00
parent 6c26d4f58e
commit fa68bbb175

View File

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