Personal Site
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add imports (missing from last commit)

+6
+6
src/components/playing/NowPlaying.astro
··· 343 343 </style> 344 344 345 345 <script> 346 + /*********** 347 + * IMPORTS * 348 + ***********/ 349 + 350 + import { isNowPlaying, type nowPlaying } from "./spotify/client"; 351 + 346 352 /************* 347 353 * FUNCTIONS * 348 354 *************/