From 222d90f6754ed7b9594e8c7df216d74fbfb8c3e0 Mon Sep 17 00:00:00 2001 From: Darius Cepulis Date: Mon, 9 Feb 2026 15:39:06 -0600 Subject: [PATCH] fix(site): don't hit archive.org during build --- .../content/blog/2010-10-12-facebook-adds-html5-video.mdx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/site/src/content/blog/2010-10-12-facebook-adds-html5-video.mdx b/site/src/content/blog/2010-10-12-facebook-adds-html5-video.mdx index 0b48af31..d770aae5 100644 --- a/site/src/content/blog/2010-10-12-facebook-adds-html5-video.mdx +++ b/site/src/content/blog/2010-10-12-facebook-adds-html5-video.mdx @@ -11,8 +11,13 @@ authors: [steve-heffernan] --- import MinimalFrame from '@/components/frames/Minimal.astro'; +import P from '@/components/typography/P.astro'; -[![What](https://web.archive.org/web/20121025050955if_/http://farm2.static.flickr.com/1199/4603715307_c878c8a77b_m.jpg)](https://web.archive.org/web/20100516093313/http://www.flickr.com/photos/24374884@N08/4603715307/ 'What') +

+ + What + +

Among other new HTML5 features, Facebook has an HTML5 video player for playback on the iPhone and iPad. They say that on other mobile browsers, Flash outperformed the HTML5 implementation. That’s a little discouraging to hear, but HTML5 video is still young.