diff --git a/unfurler/src/index.ts b/unfurler/src/index.ts index 140e7081a..162525dca 100644 --- a/unfurler/src/index.ts +++ b/unfurler/src/index.ts @@ -251,6 +251,7 @@ class Server { if (!img) { // send local fallback image file + res.set('Cache-control', 'no-cache'); res.sendFile(nodejsPath.join(__dirname, matchedRoute.fallbackImg)); } else { res.contentType('image/png');