We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea8d1b4 commit a600a4eCopy full SHA for a600a4e
routes/_app.tsx
@@ -31,7 +31,7 @@ export default function App({ Component }: PageProps) {
31
<script>
32
var x = document.getElementById("myAudio");
33
34
- mySounds = [ 'sound1', 'sound2', 'sound3', 'sound4', 'sound5' ]
+ mySounds = [ 'sound1', 'sound2', 'sound3', 'sound4', 'sound5', 'sound6', 'sound7', 'sound8', 'sound9', 'sound10', 'sound11', 'sound12', 'sound13', 'sound14', 'sound15' ];
35
function randomSound() {
36
var index = Math.floor(Math.random() * 1000) % mySounds.length;
37
var id = mySounds[index];
0 commit comments