feat: reformulado el generador de links para que no sean secuenciales

This commit is contained in:
2026-03-18 16:24:44 -03:00
parent fba107e266
commit e4e400c3be
4 changed files with 37 additions and 26 deletions

View File

@@ -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",
);