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 - + - + - + + - + +