mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-11-14 23:20:51 -05:00
dynamic opengraph images
This commit is contained in:
@@ -1,12 +1,10 @@
|
||||
import featuredImage from "./security-headers.png";
|
||||
|
||||
export const frontmatter = {
|
||||
title: "Adding Security Headers Using Cloudflare Workers",
|
||||
date: "2019-02-28 03:18:10-0400",
|
||||
description:
|
||||
"How to add important security headers to your website using Cloudflare Workers before delivering the response to the user.",
|
||||
tags: ["Security", "HTTP Headers", "Cloudflare", "Hosting", "Tutorial"],
|
||||
image: featuredImage.src,
|
||||
image: "security-headers.png",
|
||||
};
|
||||
|
||||

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