2
2
mirror of https://github.com/Thream/website.git synced 2024-07-06 18:40:12 +02:00

build: ignore ESLint errors for Production build

It improves performance when extra checking is not necessary.
This commit is contained in:
Théo LUDWIG 2023-09-18 22:14:33 +02:00
parent d35416646b
commit b1ef2cc41c
Signed by: theoludwig
GPG Key ID: ADFE5A563D718F3B

View File

@ -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',