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;