From a70f9e47fdc0e04900cadb29f52f754670e282ee Mon Sep 17 00:00:00 2001 From: kareraolivier <77101006+kareraolivier@users.noreply.github.com> Date: Fri, 15 Mar 2024 07:13:28 -0700 Subject: [PATCH] Update next.config.mjs --- next.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/next.config.mjs b/next.config.mjs index 2643e74..8431154 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -9,4 +9,4 @@ const nextConfig = { }, }; -export default nextConfig; +module.exports = nextConfig