I set it as a src in img tag in the GitHub Readme. but my problem is when my image changed from API, the image doesn't update in GitHub Readme and it cached! what should I do?
Also I have set the following headers to my API response but not working: res.setHeader('Cache-Control', 'private, no-cache, no-store, must-revalidate'); res.setHeader('Expires', '-1'); res.setHeader('Pragma', 'no-cache');
Обсуждают сегодня