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;