A website inspired by Last.fm that will keep track of your listening statistics
lastfm music statistics
0
fork

Configure Feed

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

Forgot to explicitly add href to the inertia link component in my link component, causing it not to work.

oscar345 6231e13d b2b43396

+1 -1
+1 -1
web/components/interaction/Link.svelte
··· 46 46 {@render content()} 47 47 </a> 48 48 {:else} 49 - <Link class={classes} {...rest}> 49 + <Link class={classes} {href} {...rest}> 50 50 {@render content()} 51 51 </Link> 52 52 {/if}