joshwcomeau / use-sound

A React Hook for playing sound effects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

404 error on vercel

Destab1lisEe opened this issue · comments

Hello use your tool in my project, everything works fine locally on mine, but when I load the application on vercel. I get 404 on all my sound in the console. The files are in the public/audio folder.

Here is an example of usage

const[playActive] = useSound(
'/audio/arrow-click-1.mp3',
);