From bc880cfa1c83ecb267fc1a7a85fa757d5b06a9ee Mon Sep 17 00:00:00 2001 From: yourfriendoss Date: Sun, 26 Oct 2025 17:26:05 +0200 Subject: [PATCH] fix lastfm, fix meta tags, run ci on linux --- .forgejo/workflows/update.yaml | 2 +- website/scripts/lastfm.ts | 2 +- website/templates/head.html | 10 ++++++---- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/.forgejo/workflows/update.yaml b/.forgejo/workflows/update.yaml index c8a2c7d..9cf22dc 100644 --- a/.forgejo/workflows/update.yaml +++ b/.forgejo/workflows/update.yaml @@ -1,7 +1,7 @@ on: [push] jobs: build: - runs-on: windows-node-iron + runs-on: node-16 steps: - uses: http://github.com/actions/checkout@v4 - uses: http://github.com/oven-sh/setup-bun@v2 diff --git a/website/scripts/lastfm.ts b/website/scripts/lastfm.ts index 3596656..6bbe1aa 100644 --- a/website/scripts/lastfm.ts +++ b/website/scripts/lastfm.ts @@ -68,7 +68,7 @@ const lastFM = { }; (async () => { - const recentTracks = await lastFM.getRecentTracks("yourfriendoss"); + const recentTracks = await lastFM.getRecentTracks("fucksophie"); const track = recentTracks.recenttracks.track[0]; if (!track) return; const lastFMElement = document.getElementById("lastfm")!; diff --git a/website/templates/head.html b/website/templates/head.html index 12c4a83..6a25171 100644 --- a/website/templates/head.html +++ b/website/templates/head.html @@ -7,19 +7,21 @@ soph's blog and information - + - + - + + - + +