diff --git a/next.config.mjs b/next.config.mjs index 608f1be..1376c27 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -2,5 +2,4 @@ const nextConfig = { output: "standalone", }; - export default nextConfig;