From 2f9e5da688b5da4d8d23cab610d2c86d47dd6678 Mon Sep 17 00:00:00 2001 From: kuekhaoyang Date: Thu, 25 Dec 2025 17:26:17 +0800 Subject: [PATCH] feat: Add `outputFileTracingRoot` and `turbopack` root configurations to `next.config.ts`. --- next.config.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/next.config.ts b/next.config.ts index 314efe9..955d5ec 100644 --- a/next.config.ts +++ b/next.config.ts @@ -11,6 +11,10 @@ const nextConfig: NextConfig = { }, output: 'standalone', + outputFileTracingRoot: __dirname, + turbopack: { + root: __dirname, + }, images: { remotePatterns: [