/** @type {import("next").NextConfig} */ const config = { eslint: { // will fix linting closer to a stable release ignoreDuringBuilds: true, }, }; export default config;