This commit is contained in:
parent
d5e744c702
commit
bc880cfa1c
3 changed files with 8 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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")!;
|
||||
|
|
|
|||
|
|
@ -7,19 +7,21 @@
|
|||
<!-- Primary Meta Tags -->
|
||||
<title>soph's blog and information</title>
|
||||
<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 -->
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://sad.ovh" />
|
||||
<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 -->
|
||||
<meta property="twitter:card" content="summary_large_image" />
|
||||
<meta property="twitter:url" content="https://sad.ovh" />
|
||||
<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">
|
||||
<script src="scripts/oneko.js"></script>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue