From e3ede705c7395d9b259554e6907f3ebef8516805 Mon Sep 17 00:00:00 2001 From: PeterNashaat Date: Mon, 15 Sep 2025 07:11:29 +0000 Subject: [PATCH] Update next.config.js --- next.config.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/next.config.js b/next.config.js index 767719f..8e81e6a 100644 --- a/next.config.js +++ b/next.config.js @@ -1,4 +1,6 @@ /** @type {import('next').NextConfig} */ -const nextConfig = {} +const nextConfig = { + output: 'export', +} module.exports = nextConfig