Quellcode durchsuchen

next.config.ts添加output配置项

fogwind vor 20 Stunden
Ursprung
Commit
fd5b6ec8f0
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  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: {