This commit is contained in:
2026-05-25 09:12:22 +03:30
parent 19e53d4b97
commit aae6a4b49b
13 changed files with 4770 additions and 48 deletions
+3 -1
View File
@@ -7,6 +7,8 @@ const withNextIntl = createNextIntlPlugin({
},
});
const config: NextConfig = {};
const config: NextConfig = {
output: 'standalone',
};
export default withNextIntl(config);