diff --git a/apps/web/next.config.js b/apps/web/next.config.js index 2be1af63..2988922f 100644 --- a/apps/web/next.config.js +++ b/apps/web/next.config.js @@ -13,7 +13,7 @@ const config = { output: env("NEXT_PUBLIC_USE_STANDALONE_OUTPUT") === "true" ? "standalone" - : "export", + : undefined, reactStrictMode: true, /** Enables hot reloading for local packages without a build step */