refactor: moves /txt/*.txt to /*.txt

This commit is contained in:
Lewis Wynne 2026-01-31 23:29:10 +00:00
parent e2b7c18692
commit 0672a761e3
13 changed files with 17 additions and 14 deletions

View file

@ -19,7 +19,7 @@ export async function GET(context: APIContext) {
...txtFiles.map(txt => ({
title: txt.name,
pubDate: txt.date,
link: `/txt/${txt.name}`,
link: `/${txt.name}`,
description: txt.name,
})),
...bookmarks.map(b => ({