OpenTechSchool / websitenext

OpenTechSchool website
https://www.opentechschool.org
8 stars 6 forks source link

Embed images via next-images #145

Open xMartin opened 4 years ago

xMartin commented 4 years ago
vercel[bot] commented 4 years ago

This pull request is being automatically deployed with Vercel (learn more). To see the status of your deployment, click below or on the icon next to each commit.

Twissi commented 4 years ago

When working with sharing images before I noticed that cache busting doesn't always help. Especially for fb I always need to re-crawl the website after updating the image using the debug tools: https://developers.facebook.com/tools/debug/

xMartin commented 4 years ago

@Twissi Yes, Facebook caches the image for a day or so but if there's no change in the file name for me it didn't get ever updated, also not with the debugger.

Independently of that, we should have cache busting for all assets.

Twissi commented 3 years ago

@mamhoff Can you please update the branch?