diff --git a/admin-web/next.config.ts b/admin-web/next.config.ts index 68a6c64..e9ffa30 100644 --- a/admin-web/next.config.ts +++ b/admin-web/next.config.ts @@ -1,7 +1,7 @@ import type { NextConfig } from "next"; const nextConfig: NextConfig = { - output: "standalone", + /* config options here */ }; export default nextConfig;