diff --git a/next.config.ts b/next.config.ts index a395085..b95431b 100644 --- a/next.config.ts +++ b/next.config.ts @@ -21,6 +21,9 @@ const nextConfig: NextConfig = { experimental: { viewTransition: true, }, + turbopack: { + root: __dirname, + }, }; export default nextConfig;