laid groundwork to modularise new feed page

This commit is contained in:
2026-04-07 14:58:53 +02:00
parent 2ace713455
commit 692d9d8aff
5 changed files with 224 additions and 185 deletions

4
src/routes/feed/feed.ts Normal file
View File

@@ -0,0 +1,4 @@
export let entries: string[] = [
"drawings/firstmonth",
"electronics/deej0461",
];