mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2026-05-15 20:54:28 -04:00
dynamic opengraph images
This commit is contained in:
@@ -1,12 +1,10 @@
|
||||
import featuredImage from "./blm-topic.png";
|
||||
|
||||
export const frontmatter = {
|
||||
title: "How To: Safely Rename `master` Branch on GitHub ✊🏾",
|
||||
date: "2020-06-28 09:28:52-0400",
|
||||
description:
|
||||
'Some of the most popular open-source projects are renaming their default branch from "master" on GitHub. Here\'s how to do so, and safely.',
|
||||
tags: ["How To", "Tutorial", "Git", "GitHub", "Open Source", "Black Lives Matter"],
|
||||
image: featuredImage.src,
|
||||
image: "blm-topic.png",
|
||||
};
|
||||
|
||||

|
||||
|
||||
Reference in New Issue
Block a user