/** @type {import('next').NextConfig} */ const nextConfig = { images: { domains: ['res.cloudinary.com'], }, transpilePackages: ['@rentaldrivego/types'], } module.exports = nextConfig