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 */ };