move audio to fit github host
This commit is contained in:
parent
b28563f783
commit
f06ede188c
@ -282,7 +282,7 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import zap from "@/assets/sounds/Three Chain Links - Die Historic.mp3";
|
//import zap from "@/assets/sounds/Three Chain Links - Die Historic.mp3";
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
data() {
|
data() {
|
||||||
@ -293,7 +293,7 @@ export default {
|
|||||||
},
|
},
|
||||||
mounted() {
|
mounted() {
|
||||||
this.$store.commit("initializeSound");
|
this.$store.commit("initializeSound");
|
||||||
this.audio = new Audio(zap);
|
this.audio = new Audio("/sounds/Three Chain Links - Die Historic.mp3");
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
toggleSound() {
|
toggleSound() {
|
||||||
|
BIN
nuxt/static/sounds/Three Chain Links - Die Historic.mp3
Normal file
BIN
nuxt/static/sounds/Three Chain Links - Die Historic.mp3
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user