My personal site hosted @ https://indexx.dev

minor: rename lastfm API

Index 9f4bea3b 26474b94

Changed files
+1 -1
src
components
+1 -1
src/components/NowPlaying.jsx
···
const fetchNowPlaying = async () => {
try {
const res = await fetch(
-
"https://indexx.dev/api/misc/now-playing",
+
"https://indexx.dev/api/misc/lastfm",
);
if (!res.ok) throw new Error(`HTTP ${res.status}`);