You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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',
);
The text was updated successfully, but these errors were encountered: