feat: moved content back into this repository, and moved private content out

This commit is contained in:
Lewis Wynne 2026-03-23 23:47:40 +00:00
parent 7fb4035f31
commit 63a079deb1
14 changed files with 62 additions and 132 deletions

View file

@ -14,7 +14,7 @@ export async function GET(context: APIContext) {
...posts.map(post => ({
title: post.data.title,
pubDate: post.dates.created,
link: `/md/${getSlug(post.id)}`,
link: `/${getSlug(post.id)}`,
description: post.data.title,
})),
...txtFiles.map(txt => ({