Fixed ESLInt and stuff

This commit is contained in:
2025-08-05 20:38:18 -05:00
parent 761cf6569b
commit a38472ae95
8 changed files with 20 additions and 55 deletions

View File

@@ -1,7 +1,9 @@
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
eslint: {
ignoreDuringBuilds: true,
},
};
export default nextConfig;