1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2026-05-15 21:34:26 -04:00

dynamic opengraph images

This commit is contained in:
2025-03-14 08:22:32 -04:00
parent 4d2febd262
commit e162d6a46c
35 changed files with 310 additions and 208 deletions
+1 -2
View File
@@ -1,5 +1,4 @@
import Link from "../../components/Link";
import featuredImage from "./covid19dashboards.png";
export const frontmatter = {
title: "COVID-19 vs. the Open Source Community ⚔️",
@@ -7,7 +6,7 @@ export const frontmatter = {
description:
"The open source community is rallying together like no other to provide coronavirus information to the public in innovative ways.",
tags: ["Open Source", "COVID-19", "Coronavirus", "Public Health", "GitHub"],
image: featuredImage.src,
image: "covid19dashboards.png",
};
export const OctocatLink = ({ repo }) => {