1
0

2 Коммиты 7ddab2cf95 ... 3b4a80e173

Автор SHA1 Сообщение Дата
  fogwind 3b4a80e173 合并master 1 день назад
  fogwind fd5b6ec8f0 next.config.ts添加output配置项 1 день назад
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";
 import type { NextConfig } from "next";
 
 
 const nextConfig: NextConfig = {
 const nextConfig: NextConfig = {
+  output: "standalone",
   devIndicators: false,
   devIndicators: false,
   reactStrictMode: true,
   reactStrictMode: true,
   typescript: {
   typescript: {