added favourite tracks to albums page

This commit is contained in:
2025-08-26 18:21:05 +02:00
parent 8f7d1c3f8d
commit 31ecdc9600
11 changed files with 398 additions and 401 deletions

View File

@@ -6,7 +6,7 @@
import LinkList from "$lib/link-list.svelte";
import { quotes, type Quote } from "./quotes";
import { posts } from "$lib/devlog-posts";
import { posts } from "./projects/projectn5/devlog/devlog-posts";
var lastIndex = -1;
let meImg: string = $state("common/me/a.webp");