fix build failed

This commit is contained in:
2026-06-16 11:58:27 +05:30
parent 23d9108436
commit 1286045a21

View File

@@ -5,7 +5,7 @@ const nextConfig: NextConfig = {
turbopack: { turbopack: {
root: path.resolve(__dirname), root: path.resolve(__dirname),
}, },
output: "export", // output: "export",
// Required by the How It Works 3D experience. React StrictMode double-invokes // 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 // 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. // the heavy 32MB scene mid-initialization — the context is lost ("THREE.