feat: add standalone output to next.config.ts for Docker builds

This commit is contained in:
Christopher Mayor
2026-04-24 14:34:50 -07:00
parent 66a2d647bb
commit 26d879c82e

View File

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