diff --git a/src/lib/Link.svelte b/src/lib/Link.svelte index 65882e5..5f6bd48 100644 --- a/src/lib/Link.svelte +++ b/src/lib/Link.svelte @@ -10,20 +10,35 @@ return null; } } + + function ext(url) { + + } - -{#if href.startsWith('/') || host(href) === $page.host} - - - -{:else} - - - -{/if} + + +