🎉 We just launched our Bento Grid Maker! ✨ Create beautiful grid layouts with our interactive builder! 🚀
npm i next@latest
/** @type {import('next').NextConfig} */ const nextConfig = { images: { domains: ['res.cloudinary.com'], }, }; export default nextConfig;