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
No known key found for this signature in database
GPG key ID: D89285D72B39ED8F

View file

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