feat(index): add last played music via maloja
All checks were successful
build dist / build-dist (push) Successful in 29s

This commit is contained in:
z0x 2025-04-18 22:47:20 -04:00
parent 70dc2d08a6
commit 41d2c7cbac
6 changed files with 99 additions and 5 deletions

View file

@ -1,6 +1,7 @@
---
import Links from "@/components/Links.astro";
import Logo from "@/components/Logo.astro";
import Music from "@/components/Music.astro";
import Text from "@/components/Text.astro";
import Layout from "@/layouts/Layout.astro";
---
@ -9,4 +10,5 @@ import Layout from "@/layouts/Layout.astro";
<Text text="z0x"/>
<Logo />
<Links />
<Music />
</Layout>