Remove next.config.ts - use .mjs only

This commit is contained in:
Neo
2026-02-19 09:03:35 +00:00
parent 9bf9d2327f
commit 4150f57628

View File

@@ -1,7 +0,0 @@
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
output: 'standalone',
};
export default nextConfig;