feat: reformulado el generador de links para que no sean secuenciales
This commit is contained in:
@@ -8,6 +8,6 @@ export const url = readable(
|
||||
|
||||
export const redirect = readable(
|
||||
typeof window !== "undefined" && window.location.hostname === "localhost"
|
||||
? "http://localhost:5173/short"
|
||||
? "http://localhost:8080/"
|
||||
: "https://fedesrv.ddns.net/s",
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user