fix lastfm, fix meta tags, run ci on linux
Some checks failed
/ build (push) Failing after 10s

This commit is contained in:
Soph :3 2025-10-26 17:26:05 +02:00
parent d5e744c702
commit bc880cfa1c
3 changed files with 8 additions and 6 deletions

View file

@ -1,7 +1,7 @@
on: [push] on: [push]
jobs: jobs:
build: build:
runs-on: windows-node-iron runs-on: node-16
steps: steps:
- uses: http://github.com/actions/checkout@v4 - uses: http://github.com/actions/checkout@v4
- uses: http://github.com/oven-sh/setup-bun@v2 - uses: http://github.com/oven-sh/setup-bun@v2

View file

@ -68,7 +68,7 @@ const lastFM = {
}; };
(async () => { (async () => {
const recentTracks = await lastFM.getRecentTracks("yourfriendoss"); const recentTracks = await lastFM.getRecentTracks("fucksophie");
const track = recentTracks.recenttracks.track[0]; const track = recentTracks.recenttracks.track[0];
if (!track) return; if (!track) return;
const lastFMElement = document.getElementById("lastfm")!; const lastFMElement = document.getElementById("lastfm")!;

View file

@ -7,19 +7,21 @@
<!-- Primary Meta Tags --> <!-- Primary Meta Tags -->
<title>soph's blog and information</title> <title>soph's blog and information</title>
<meta name="title" content="soph's blog and information" /> <meta name="title" content="soph's blog and information" />
<meta name="description" content="yourfriend.lol v2, soph's blog and information"" /> <meta name="description" content="sophie's personal site" />
<!-- Open Graph / Facebook --> <!-- Open Graph / Facebook -->
<meta property="og:type" content="website" /> <meta property="og:type" content="website" />
<meta property="og:url" content="https://sad.ovh" /> <meta property="og:url" content="https://sad.ovh" />
<meta property="og:title" content="soph's blog and information" /> <meta property="og:title" content="soph's blog and information" />
<meta property="og:description" content="yourfriend.lol v2, soph's blog and information" /> <meta property="og:description" content="sophie's personal site" />
<meta property="og:image" content="https://sad.ovh/assets/logo.png" />
<!-- Twitter --> <!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" /> <meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://sad.ovh" /> <meta property="twitter:url" content="https://sad.ovh" />
<meta property="twitter:title" content="soph's blog and information" /> <meta property="twitter:title" content="soph's blog and information" />
<meta property="twitter:description" content="yourfriend.lol v2, soph's blog and information"" /> <meta property="twitter:description" content="sophie's personal site" />
<meta property="twitter:image" content="https://sad.ovh/assets/logo.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="scripts/oneko.js"></script> <script src="scripts/oneko.js"></script>