소스 검색

合并master

fogwind 1 일 전
부모
커밋
3b4a80e173
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      next.config.ts

+ 1 - 0
next.config.ts

@@ -2,6 +2,7 @@ import { configHeader } from '@/utils/constants/server';
 import type { NextConfig } from "next";
 
 const nextConfig: NextConfig = {
+  output: "standalone",
   devIndicators: false,
   reactStrictMode: true,
   typescript: {