update
This commit is contained in:
+3
-1
@@ -7,6 +7,8 @@ const withNextIntl = createNextIntlPlugin({
|
||||
},
|
||||
});
|
||||
|
||||
const config: NextConfig = {};
|
||||
const config: NextConfig = {
|
||||
output: 'standalone',
|
||||
};
|
||||
|
||||
export default withNextIntl(config);
|
||||
|
||||
Reference in New Issue
Block a user