feat: Build app for production environments

Signed-off-by: shaerpour <amirhosseinshaerpour1@gmail.com>
This commit is contained in:
Amirhossein Shaerpour
2025-01-20 18:05:05 +03:30
committed by shaerpour
parent 767168f6be
commit 6f5431456f

View File

@@ -5,6 +5,7 @@ const nextConfig = {
defaultLocale: 'fa'
},
reactStrictMode: true,
output: "standalone"
};
export default nextConfig;