chore: add standalone output for Docker/Coolify build

This commit is contained in:
Forge
2026-03-25 08:32:30 +08:00
parent 310a9453de
commit 43a04567bc

View File

@@ -1,4 +1,6 @@
/** @type {import('next').NextConfig} */
const nextConfig = {};
const nextConfig = {
output: 'standalone',
};
export default nextConfig;