From 82064af0db8da149ffc8ff114ad9cbe06e0315c3 Mon Sep 17 00:00:00 2001 From: taDuc Date: Thu, 4 Jun 2026 00:36:18 +0700 Subject: [PATCH] chore: enable standalone output mode in 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 28c32e3..916db6c 100644 --- a/next.config.ts +++ b/next.config.ts @@ -26,7 +26,7 @@ const nextConfig: NextConfig = { }, ], }, - // output: 'standalone', + output: 'standalone', webpack(config) { config.module.rules.push({ test: /\.svg$/,