Remove next.config.ts

This commit is contained in:
Neo
2026-02-19 09:31:16 +00:00
parent 7e8d072880
commit 8baf30b8d0

View File

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