feat: link authors + post links

This commit is contained in:
Cory Dransfeldt 2024-01-11 15:00:43 -08:00
parent 86add0806e
commit 9e7cc103cb
No known key found for this signature in database
6 changed files with 48 additions and 9 deletions

8
src/_data/linkPosts.js Normal file
View file

@ -0,0 +1,8 @@
import { createRequire } from 'module'
const require = createRequire(import.meta.url)
const mastodonCache = require('../../cache/jsonfeed-to-mastodon.json')
export default async function () {
return mastodonCache
}