diff --git a/next.config.js b/next.config.js index 96481554..cfceef7b 100644 --- a/next.config.js +++ b/next.config.js @@ -16,4 +16,4 @@ const nextConfig = { } } -module.exports = nextConfig +export default nextConfig;