/** * @type {import('next').NextConfig} */ const nextConfig = { cacheComponents: true, typescript: { ignoreBuildErrors: true, }, } module.exports = nextConfig