Cloudinary delivers spaces in image names like this:
https://res.cloudinary.com/myaccount/image/upload/vnumber/foo%20bar.png
Where the %20 is the space. And when I use this url in the CldImage component, it breaks the url:
https://res.cloudinary.com/myaccount/image/upload/c_limit,w_70/f_webp/q_auto/vnumber/foo%2520bar
It transforms %20 to %2520 which breaks the url and is not found by cloudinary