feat: update Next.js config to set output to standalone
All checks were successful
Build and Push Container Image, Deploy to Host / build-and-push-and-deploy (push) Successful in 1m36s

This commit is contained in:
2025-08-09 18:59:09 +08:00
parent ad3acfbc89
commit aab775ef8f

View File

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