From d2d6bcc98f7ac2b9f9858d15c6736f409874c262 Mon Sep 17 00:00:00 2001 From: Emeka Akashili Date: Mon, 8 Apr 2024 12:25:38 +0100 Subject: [PATCH] Update next.config.js --- app/next-client-app/{next.config.mjs => next.config.js} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename app/next-client-app/{next.config.mjs => next.config.js} (50%) diff --git a/app/next-client-app/next.config.mjs b/app/next-client-app/next.config.js similarity index 50% rename from app/next-client-app/next.config.mjs rename to app/next-client-app/next.config.js index 8aa20654c..c10e07d95 100644 --- a/app/next-client-app/next.config.mjs +++ b/app/next-client-app/next.config.js @@ -1,6 +1,6 @@ /** @type {import('next').NextConfig} */ const nextConfig = { - output: "standalone", - }; + output: "standalone", +}; - module.exports = nextConfig; +module.exports = nextConfig;