From 4150f5762862d601fbf044a075ed511e1b2e0b53 Mon Sep 17 00:00:00 2001 From: Neo Date: Thu, 19 Feb 2026 09:03:35 +0000 Subject: [PATCH] Remove next.config.ts - use .mjs only --- next.config.ts | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 next.config.ts diff --git a/next.config.ts b/next.config.ts deleted file mode 100644 index 225e495..0000000 --- a/next.config.ts +++ /dev/null @@ -1,7 +0,0 @@ -import type { NextConfig } from "next"; - -const nextConfig: NextConfig = { - output: 'standalone', -}; - -export default nextConfig;