aboutsummaryrefslogtreecommitdiff
path: root/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'index.ts')
-rw-r--r--index.ts6
1 files changed, 0 insertions, 6 deletions
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";
-});