/** @type {import('next').NextConfig} */
const nextConfig = {
ignoreBuildErrors: true,
};
export default nextConfig;