fix: remove invalid turbopack config causing build failure

This commit is contained in:
2026-09-05 19:39:50 +03:00
parent 30fea06e5b
commit 499adaf756
-5
View File
@@ -16,11 +16,6 @@ const nextConfig: NextConfig = {
},
],
},
experimental: {
turbopack: {
root: "C:/Users/ayris.dev/kite",
},
},
/* other config options here */
};