Relative Content

Tag Archive for javascriptnode.jsfetch

dynamically added content through js not showing up on netlify

I am trying to make a Spotify clone. I am fetching songs from my local machine. All the songs’ albums are inside the songs folder but when I run this on my local machine it’s working fine while on netlify the dynamically added content like my songs, song names and song time are not showing up.
Here is the link to my deployed project on Netlify
Here is the link to my GitHub repo
Looking like this on Mobile
Looking like this on Netlify
Looking like this on my local machine