From 7d06bda38717c8333db0201479e2e00175a94d1e Mon Sep 17 00:00:00 2001 From: bytevictor Date: Thu, 28 Mar 2024 18:44:56 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20config:=20updated=20next=20confi?= =?UTF-8?q?g?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- next.config.mjs | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/next.config.mjs b/next.config.mjs index debd939..9d7c247 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -1,6 +1,8 @@ -/** @type {import('next').NextConfig} */ +/** + * @type {import('next').NextConfig} + */ const nextConfig = { - output: 'export', + output: "export", }; -export default nextConfig; +module.exports = nextConfig;