From fbc2f96bdf9a18329e5e53756bf5073064d40358 Mon Sep 17 00:00:00 2001 From: "Sam. K." Date: Mon, 25 Sep 2023 16:39:14 +0200 Subject: [PATCH] nextjs config --- next.config.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/next.config.js b/next.config.js index 767719f..933ffde 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