From 80dbf906683ac696b570f5114d37f3c8cfb221af Mon Sep 17 00:00:00 2001 From: armanddidierjean <95971503+armanddidierjean@users.noreply.github.com> Date: Thu, 15 Aug 2024 10:52:41 +0200 Subject: [PATCH] fix: export nextConfig --- next.config.mjs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/next.config.mjs b/next.config.mjs index 83503e0d..39da4093 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -7,3 +7,5 @@ const nextConfig = { return config; }, }; + +export default nextConfig;