chore: disable temporarily

This commit is contained in:
ryana mittens 2024-09-06 22:48:52 +08:00
parent 23ab9e16d6
commit 9e2d9c5e6b

View file

@ -1,4 +1,8 @@
/** @type {import('next').NextConfig} */
const nextConfig = {};
const nextConfig = {
eslint: {
ignoreDuringBuilds: true,
},
};
export default nextConfig;