standalone next build

This commit is contained in:
2025-08-11 02:05:52 +02:00
parent 48ca910f83
commit bb1505a463

View File

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