I wanted to write a server which gives me random image each time I GET it. Since I am a weeb, I wanted to add my favorite waifus in my profile. I wrote a server which redirects to random image at waifu.pics and built it on vercel. But I faced with a problem where README always caches images. According to this I set Cache-Control to no-cache, but it didn't help me.