From 7f35dc57c68d14ea500c78a4a026b251852e9fb6 Mon Sep 17 00:00:00 2001 From: Unchained Date: Sat, 28 Mar 2026 18:48:58 +0200 Subject: [PATCH] fix: set turbopack root directory --- next.config.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/next.config.ts b/next.config.ts index 25217ff..0c5cd4a 100644 --- a/next.config.ts +++ b/next.config.ts @@ -5,6 +5,9 @@ const withNextIntl = createNextIntlPlugin(); const nextConfig: NextConfig = { output: 'standalone', + turbopack: { + root: '/home/unchained/code/manoon-headless', + }, images: { remotePatterns: [ {