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