diff --git a/test/src/pages/index.astro b/test/src/pages/index.astro index 9136044..76afa3f 100644 --- a/test/src/pages/index.astro +++ b/test/src/pages/index.astro @@ -10,8 +10,8 @@ import {Zorn} from '@minpluto/zorn' <Zorn PlayerName="nameit_whatever_you_want" Title="Ennie and Yoyki: Non-Girly Games" - Poster="http://192.168.1.172:7731/media/videos/Ennie%20and%20Yoyki/Poster.png" - Video="http://192.168.1.172:7731/media/videos/Ennie%20and%20Yoyki/Ennie%20and%20Yoyki%3A%20Non-Girly%20Games.mp4" + Poster="https://ocean.sudovanilla.org/media/videos/Ennie%20and%20Yoyki/Poster.png" + Video="https://ocean.sudovanilla.org/media/videos/Ennie%20and%20Yoyki/Ennie%20and%20Yoyki%3A%20Non-Girly%20Games.mp4" CustomControlsWithMenu SettingsMenu Whitelabel @@ -67,4 +67,4 @@ import {Zorn} from '@minpluto/zorn' PlayerMenu_HideAll() document.querySelector('.vc-menu#quality-changer').style.display = 'flex' } -</script> \ No newline at end of file +</script>