From 499adaf756b07b6c827ada99275d3c2bb1901d16 Mon Sep 17 00:00:00 2001 From: ayrisdev Date: Sat, 5 Sep 2026 19:39:50 +0300 Subject: [PATCH] fix: remove invalid turbopack config causing build failure --- next.config.ts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/next.config.ts b/next.config.ts index c24643b..44051dd 100644 --- a/next.config.ts +++ b/next.config.ts @@ -16,11 +16,6 @@ const nextConfig: NextConfig = { }, ], }, - experimental: { - turbopack: { - root: "C:/Users/ayris.dev/kite", - }, - }, /* other config options here */ };