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,12 +1,10 @@
|
||||
import featuredImage from "./web-vitals.png";
|
||||
|
||||
export const frontmatter = {
|
||||
title: "Revenge of the JavaScript: Moving from Hugo to Next.js",
|
||||
date: "2022-04-07 10:53:33-0400",
|
||||
description:
|
||||
"The next chapter in this website's history of overengineering, from static HTML with Hugo to React everywhere with Next.js.",
|
||||
tags: ["React", "JavaScript", "Next.js", "Hugo", "Meta"],
|
||||
image: featuredImage.src,
|
||||
image: "web-vitals.png",
|
||||
};
|
||||
|
||||

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