From 4f4e7dd3c657c474b07045f0584b106ed9cd426f Mon Sep 17 00:00:00 2001 From: GiannisTsagkaropoulos Date: Thu, 29 Feb 2024 21:58:09 +0200 Subject: [PATCH] change --- next.config.mjs | 1 + 1 file changed, 1 insertion(+) diff --git a/next.config.mjs b/next.config.mjs index b6ed7d5..fbe2b58 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -2,6 +2,7 @@ // const nextConfig = {}; const nextConfig = { reactStrictMode: false, + output: "export", }; export default nextConfig;