From 271b3f83895abb09cc730a202bdbaa8e6ecba5ef Mon Sep 17 00:00:00 2001 From: "[Valentino Heman Budiarto]" <[hemanvalentino@gmail.com]> Date: Mon, 31 Aug 2026 20:53:51 +0700 Subject: [PATCH] . --- next.config.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/next.config.ts b/next.config.ts index 687553f..b9ce313 100644 --- a/next.config.ts +++ b/next.config.ts @@ -1,5 +1,3 @@ /** @type {import('next').NextConfig} */ -const nextConfig = { - output: 'export', -}; +const nextConfig = {}; export default nextConfig; \ No newline at end of file