diff --git a/next.config.mjs b/next.config.mjs index d8499b0..608f1be 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -1,6 +1,6 @@ /** @type {import('next').NextConfig} */ const nextConfig = { - /*output: "standalone",*/ + output: "standalone", }; export default nextConfig;