Skip to content

Commit

Permalink
chore: disable eslint during build
Browse files Browse the repository at this point in the history
  • Loading branch information
pooriaset committed Dec 14, 2024
1 parent b983c35 commit c685556
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ const withNextIntl = nextIntlPlugin('./src/i18n.ts');
const nextConfig = {
output: 'standalone',
reactStrictMode: false,
eslint: {
ignoreDuringBuilds: true,
},
images: {
remotePatterns: [
{
Expand Down

0 comments on commit c685556

Please sign in to comment.