build: ignore ESLint errors for Production build
It improves performance when extra checking is not necessary.
This commit is contained in:
parent
d35416646b
commit
b1ef2cc41c
@ -4,6 +4,9 @@ const nextTranslate = require('next-translate-plugin')
|
||||
const nextConfig = {
|
||||
reactStrictMode: false,
|
||||
output: 'standalone',
|
||||
eslint: {
|
||||
ignoreDuringBuilds: true
|
||||
},
|
||||
images: {
|
||||
domains: [
|
||||
'api.thream.theoludwig.fr',
|
||||
|
Reference in New Issue
Block a user