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:
@@ -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 }) => {
|
||||
|
||||
Reference in New Issue
Block a user