diff --git a/next.config.ts b/next.config.ts index cd8f14f..68a6c64 100644 --- a/next.config.ts +++ b/next.config.ts @@ -2,9 +2,6 @@ import type { NextConfig } from "next"; const nextConfig: NextConfig = { output: "standalone", - turbopack: { - root: process.cwd(), - }, }; export default nextConfig;