From 1286045a211d47b0dc5f260854301943a94cd55f Mon Sep 17 00:00:00 2001 From: Aravind Date: Tue, 16 Jun 2026 11:58:27 +0530 Subject: [PATCH] fix build failed --- next.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/next.config.ts b/next.config.ts index e708fa1..7e78a4a 100644 --- a/next.config.ts +++ b/next.config.ts @@ -5,7 +5,7 @@ const nextConfig: NextConfig = { turbopack: { root: path.resolve(__dirname), }, - output: "export", + // output: "export", // Required by the How It Works 3D experience. React StrictMode double-invokes // mount/effects in dev, which tears down and re-creates the WebGL context of // the heavy 32MB scene mid-initialization — the context is lost ("THREE.