diff --git a/next.config.ts b/next.config.ts index 9988f56..cac284c 100644 --- a/next.config.ts +++ b/next.config.ts @@ -1,7 +1,5 @@ import type { NextConfig } from "next"; // next.config.ts -const nextConfig: NextConfig = { - output: "standalone", -}; +const nextConfig: NextConfig = {}; export default nextConfig;