diff --git a/frontend/next.config.ts b/frontend/next.config.ts index 66b0998..6533f2f 100644 --- a/frontend/next.config.ts +++ b/frontend/next.config.ts @@ -1,8 +1,9 @@ import type { NextConfig } from "next"; const nextConfig: NextConfig = { - /* config options here */ - reactCompiler: true, + /* config options here */ + reactCompiler: true, + output: 'standalone', }; export default nextConfig;