2 Revize 7ddab2cf95 ... 3b4a80e173

Autor SHA1 Zpráva Datum
  fogwind 3b4a80e173 合并master před 23 hodinami
  fogwind fd5b6ec8f0 next.config.ts添加output配置项 před 23 hodinami
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  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: {