diff --git a/next.config.ts b/next.config.ts index 5a4702d..ab617fe 100644 --- a/next.config.ts +++ b/next.config.ts @@ -2,6 +2,9 @@ import type { NextConfig } from "next"; const nextConfig: NextConfig = { devIndicators: false, + turbopack: { + root: process.cwd(), + }, /* config options here */ images: { remotePatterns: [