From c3db2fcd36b6a39ca06ff63fa2b6939ca3857ed1 Mon Sep 17 00:00:00 2001 From: kuekhaoyang Date: Sat, 6 Dec 2025 12:25:48 +0800 Subject: [PATCH] chore: Remove `output: 'standalone'` from Next.js configuration. --- next.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/next.config.ts b/next.config.ts index 314efe9..59d0adc 100644 --- a/next.config.ts +++ b/next.config.ts @@ -10,7 +10,7 @@ const nextConfig: NextConfig = { removeConsole: process.env.NODE_ENV === 'production', }, - output: 'standalone', + images: { remotePatterns: [