feat: setup standalone build and docker deployment

This commit is contained in:
SpecialX
2025-12-18 17:16:39 +08:00
parent 81a91fbfff
commit 4bd5c687bc
3 changed files with 41 additions and 1 deletions

View File

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