refactor: Remove unnecessary output property in next.config.js
This commit is contained in:
@@ -45,4 +45,4 @@ const nextConfig = (phase, { defaultConfig }) => {
|
||||
};
|
||||
};
|
||||
|
||||
module.exports = {...withNextIntl(nextConfig), output: 'export'};
|
||||
module.exports = {...withNextIntl(nextConfig)};
|
||||
|
||||
Reference in New Issue
Block a user