- {transcriptMessages.map((message) => (
+ {transcriptMessages.map((message, index) => (
diff --git a/next.config.ts b/next.config.ts
index fa67b35..cb651cd 100644
--- a/next.config.ts
+++ b/next.config.ts
@@ -1,9 +1,5 @@
import type { NextConfig } from "next";
-const nextConfig: NextConfig = {
- turbopack: {
- root: __dirname,
- },
-};
+const nextConfig: NextConfig = {};
export default nextConfig;