diff --git a/next.config.ts b/next.config.ts index 66e1566..2fbc263 100644 --- a/next.config.ts +++ b/next.config.ts @@ -3,6 +3,7 @@ import type { NextConfig } from "next"; const nextConfig: NextConfig = { /* config options here */ reactCompiler: true, + output: "standalone" }; export default nextConfig;