update ev section

This commit is contained in:
2026-06-12 17:07:38 +05:30
parent ba34c80761
commit 2bc01b5952
3 changed files with 168 additions and 312 deletions

View File

@@ -1,6 +1,10 @@
import type { NextConfig } from "next";
import path from "path";
const nextConfig: NextConfig = {
turbopack: {
root: path.resolve(__dirname),
},
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