Next config as module
This commit is contained in:
parent
58cd4b872b
commit
6d54581ad0
1 changed files with 5 additions and 1 deletions
|
@ -1,4 +1,7 @@
|
|||
module.exports = {
|
||||
/**
|
||||
* @type {import('next').NextConfig}
|
||||
*/
|
||||
const nextConfig = {
|
||||
eslint: {
|
||||
ignoreDuringBuilds: true,
|
||||
},
|
||||
|
@ -14,3 +17,4 @@ module.exports = {
|
|||
return config;
|
||||
},
|
||||
};
|
||||
export default nextConfig;
|
Reference in a new issue