From be20ad347e52ec378c5897c463e25b0b8b19991a Mon Sep 17 00:00:00 2001
From: Bryan <16054900+bmsurber@users.noreply.github.com>
Date: Fri, 9 Jan 2026 20:09:25 -0500
Subject: [PATCH 1/2] Update qr href from absolute to relative
---
index.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/index.html b/index.html
index 5fb7b3a..3e50b39 100644
--- a/index.html
+++ b/index.html
@@ -279,7 +279,7 @@
New document
-
+
@@ -558,7 +558,7 @@
button.addEventListener('click', event => {
if (event.clientX || event.targetTouches) ripple(event)
menu.classList.toggle('visible')
- qr.setAttribute('href', '/qr' + location.hash)
+ qr.setAttribute('href', 'qr' + location.hash)
shareLink.setAttribute('href', location.href)
})
From 8d39806e25979e6be39af524072f96e21d7834b4 Mon Sep 17 00:00:00 2001
From: Bryan <16054900+bmsurber@users.noreply.github.com>
Date: Fri, 9 Jan 2026 20:17:23 -0500
Subject: [PATCH 2/2] Update absolute & hardcoded URLs to dynamic ones
---
qr.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/qr.html b/qr.html
index 198f81d..f0bf20a 100644
--- a/qr.html
+++ b/qr.html
@@ -65,9 +65,9 @@