removed standalone

This commit is contained in:
2026-08-22 03:58:50 +02:00
parent 2a8fd23409
commit fb02c498a6
+1 -3
View File
@@ -1,7 +1,5 @@
import type { NextConfig } from "next";
// next.config.ts
const nextConfig: NextConfig = {
output: "standalone",
};
const nextConfig: NextConfig = {};
export default nextConfig;