79075577

Date: 2024-10-10 17:43:22
Score: 1.5
Natty:
Report link

Got the answer from youtube. For anyone with a similr issue, simply add this to your next.config.js

const nextConfig = {
  eslint: {
    ignoreDuringBuilds: true,
  },
};
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Being47