Skip to content

Commit

Permalink
Update audio.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jiinbe authored Jun 27, 2024
1 parent 044242c commit 31e5868
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/audio.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ function preload() {
// if mp3 is not supported by this browser,
// loadSound will load the ogg file
// we have included with our sketch
song = loadSound('https://intifada.pages.dev/seventeen.mp3');
song = loadSound('https://redz.pages.dev/assets/gugurbunga.mp3');
}

function setup() {
Expand Down

0 comments on commit 31e5868

Please sign in to comment.