+
Bite-sized insights on how the world is changing, published every weekday.
diff --git a/site/gdocs/OwidGdocPage.tsx b/site/gdocs/OwidGdocPage.tsx index ed80dd3699..8ee697f6e5 100644 --- a/site/gdocs/OwidGdocPage.tsx +++ b/site/gdocs/OwidGdocPage.tsx @@ -21,6 +21,7 @@ import { import { DATA_INSIGHT_ATOM_FEED_PROPS } from "../SiteConstants.js" import { Html } from "../Html.js" import { CLOUDFLARE_IMAGES_URL } from "../../settings/clientSettings.js" +import { addPreferSmallFilenameToDataInsightImages } from "../gdocs/utils.js" declare global { interface Window { @@ -111,6 +112,10 @@ export default function OwidGdocPage({ } } + if (gdoc.content.type === OwidGdocType.DataInsight) { + addPreferSmallFilenameToDataInsightImages(gdoc.content) + } + return (Related topic pages:
+Related topic pages: