From 0de89e6bc6a467b2cc4261ae65464f40119cc0ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?William=20Herg=C3=A8s?= Date: Fri, 3 Oct 2025 18:40:45 +0200 Subject: feat(frontend): use htmx to dynamically navigate between pages --- index.ts | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 index.ts (limited to 'index.ts') diff --git a/index.ts b/index.ts deleted file mode 100644 index 72679ce..0000000 --- a/index.ts +++ /dev/null @@ -1,6 +0,0 @@ -import 'htmx.org'; - -document.querySelectorAll("a").forEach(e => { - if (e.href.startsWith(window.location.origin)) return; - e.target = "_blank"; -}); -- cgit v1.2.3