Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
hide banner
Browse files
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 |
}
|