Spaces:
Configuration error
Configuration error
/** @type {import('next').NextConfig} */ | |
const nextConfig = { | |
typescript: { | |
ignoreBuildErrors: true, | |
}, | |
}; | |
module.exports = nextConfig; | |