From a27e1e60f9e85d4983803421735505527d3c3174 Mon Sep 17 00:00:00 2001 From: Mackie Date: Fri, 22 May 2026 04:17:00 +0800 Subject: [PATCH] your commit --- next.config.ts | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/next.config.ts b/next.config.ts index 988368c..4d38716 100644 --- a/next.config.ts +++ b/next.config.ts @@ -12,8 +12,7 @@ const NEXT_PUBLIC_SERVER_URL = process.env.VERCEL_PROJECT_PRODUCTION_URL : process.env.__NEXT_PRIVATE_ORIGIN || 'http://localhost:3000' const nextConfig: NextConfig = { - // Temporarily required on Windows until Next.js fixes Turbopack Sass resolution. - // See: https://github.com/vercel/next.js/issues/86431 + output: 'standalone', sassOptions: { loadPaths: ['./node_modules/@payloadcms/ui/dist/scss/'], }, @@ -51,4 +50,4 @@ const nextConfig: NextConfig = { }, } -export default withPayload(nextConfig, { devBundleServerPackages: false }) +export default withPayload(nextConfig, { devBundleServerPackages: false }) \ No newline at end of file