fogwind 1 день назад
Родитель
Сommit
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: {