feat: programmatically generate open graph cards

This commit is contained in:
Cory Dransfeldt 2023-12-13 14:41:46 -08:00
parent e34ad2cb0e
commit 0b47dc7747
No known key found for this signature in database
15 changed files with 144 additions and 35 deletions

View file

@ -1,6 +1,6 @@
---
date: '2023-02-06'
title: 'Automating (and probably overengineering) my /now page'
title: 'Automating (and probably overengineering) my now page'
description: "omg.lol (where I point my domain) and host most of my site content recently launched support for /now pages."
draft: false
tags: ['automation', 'development', 'Next.js', 'JavaScript']