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