bobwatcherx commited on
Commit
300b08c
1 Parent(s): b43281f
src/base/config.js CHANGED
@@ -1,9 +1,9 @@
1
  export let domain_dood = "https://doodapi.com/api"
2
  export let key_api = "216735islyizxgcm82ph3s"
3
 
4
- export let player_dood = "https://ds2play.com"
5
 
6
- export let frame_domain_player = "https://darenx-doodplayer.hf.space"
7
 
8
 
9
  export let shortlink_domain = "https://cuty.io/quick?token="
 
1
  export let domain_dood = "https://doodapi.com/api"
2
  export let key_api = "216735islyizxgcm82ph3s"
3
 
4
+ export let player_dood = "https://dood.li"
5
 
6
+ export let frame_domain_player = "https://doodframe.vercel.app"
7
 
8
 
9
  export let shortlink_domain = "https://cuty.io/quick?token="
src/routes/p/[id]/+page.svelte CHANGED
@@ -69,7 +69,7 @@ style="text-align: center;"
69
  {/if}
70
 
71
 
72
- <iframe src={`${frame_domain_player}/dood?id=${data.id}`}
73
  allowfullscreen
74
  allowscrolling="no"
75
  style="width:100%;height:330px;margin-top: 10px;"
 
69
  {/if}
70
 
71
 
72
+ <iframe src={`${frame_domain_player}/?id=${data.id}`}
73
  allowfullscreen
74
  allowscrolling="no"
75
  style="width:100%;height:330px;margin-top: 10px;"