feat: Build app for production environments
Signed-off-by: shaerpour <amirhosseinshaerpour1@gmail.com>
This commit is contained in:
parent
767168f6be
commit
6f5431456f
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ const nextConfig = {
|
|||
defaultLocale: 'fa'
|
||||
},
|
||||
reactStrictMode: true,
|
||||
output: "standalone"
|
||||
};
|
||||
|
||||
export default nextConfig;
|
||||
|
|
Loading…
Add table
Reference in a new issue