build for prod

This commit is contained in:
2025-12-11 19:14:13 +01:00
parent dfaa23d56d
commit 43420e0b28
5 changed files with 85 additions and 2 deletions

View File

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