import type { NextConfig } from "next";
const nextConfig: NextConfig = {
ignoreBuildErrors: true,
};
export default nextConfig;