Revert change to allow for relative links

Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
Émile Ré
2026-04-03 17:21:47 +04:00
parent 9ebb86ab37
commit d82ff8267e

View File

@@ -39,7 +39,7 @@ export function safeLinkHref(href: string): string {
return "#";
}
} catch {
return "#";
return href;
}
}