Phase 7. 배포 환경 구성 작업 진행

This commit is contained in:
2026-06-11 10:58:27 +09:00
parent 605f6bcdf0
commit 976fe42a2a
8 changed files with 171 additions and 6 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
output: "standalone",
};
export default nextConfig;