← back to Ken

next.config.js

7 lines

/** @type {import('next').NextConfig} */
const nextConfig = {
  reactStrictMode: false,
  eslint: { ignoreDuringBuilds: true },
};
module.exports = nextConfig;