enzostvs HF staff commited on
Commit
4c7c347
·
1 Parent(s): 6763579

hide banner

Browse files
Files changed (1) hide show
  1. src/routes/+layout.svelte +1 -0
src/routes/+layout.svelte CHANGED
@@ -24,6 +24,7 @@
24
 
25
  onMount(() => {
26
  if (browser) {
 
27
  if (window.location.host === "enzostvs-lora-studio.hf.space") {
28
  window.location.href = "https://lorastudio.co";
29
  }
 
24
 
25
  onMount(() => {
26
  if (browser) {
27
+ console.log(window.location)
28
  if (window.location.host === "enzostvs-lora-studio.hf.space") {
29
  window.location.href = "https://lorastudio.co";
30
  }