feat: terminada funcionalidad
actualmente funciona en dev falta cocinar deploy
This commit is contained in:
@@ -2,6 +2,12 @@ import { readable } from "svelte/store";
|
||||
|
||||
export const url = readable(
|
||||
typeof window !== "undefined" && window.location.hostname === "localhost"
|
||||
? "http://localhost:8080"
|
||||
: "https://fedesrv.ddns.net/short",
|
||||
? "/short"
|
||||
: "https://fedesrv.ddns.net/s",
|
||||
);
|
||||
|
||||
export const redirect = readable(
|
||||
typeof window !== "undefined" && window.location.hostname === "localhost"
|
||||
? "http://localhost:5173/short"
|
||||
: "https://fedesrv.ddns.net/s",
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user