feat: update next.config.ts to set output to standalone
Some checks failed
Build and Push Container Image, Deploy to Host / build-and-push-and-deploy (push) Failing after 1m21s

This commit is contained in:
2025-08-14 00:24:52 +08:00
parent a3f89a757c
commit 134e2f28b0

View File

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