From 7aec416287e4063a70b73a409307f818c00aaeee Mon Sep 17 00:00:00 2001 From: Grant Richmond Date: Fri, 16 Feb 2024 12:22:40 +0100 Subject: [PATCH] update next.config.js as esmodule --- next.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/next.config.js b/next.config.js index 42420c9..d7b0a78 100644 --- a/next.config.js +++ b/next.config.js @@ -45,4 +45,4 @@ const config = { }, } -module.exports = config +export default config