/** @type {import('next').NextConfig} */ const nextConfig = { // basePath: "", // Remove or customize for your deployment eslint: { ignoreDuringBuilds: true, }, typescript: { ignoreBuildErrors: true, }, }; export default nextConfig;