From 6fbcbc6caddfcb499ce276cfda893cf0892c5a61 Mon Sep 17 00:00:00 2001 From: ajayrankkly Date: Mon, 17 Feb 2025 10:28:55 +0530 Subject: [PATCH 1/3] commit 1 --- router.js | 1 + 1 file changed, 1 insertion(+) diff --git a/router.js b/router.js index c7d6933..1c09dff 100644 --- a/router.js +++ b/router.js @@ -4,6 +4,7 @@ let path = location.pathname; if (path.endsWith('index.html')) { path = path.substring(0, path.length - 'index.html'.length); } +//comeet // Always have a trailing slash if (!path.endsWith('/')) { From a3f1c8c441e3fae431e8b797a6794d3e65d1cfac Mon Sep 17 00:00:00 2001 From: ajayrankkly Date: Mon, 17 Feb 2025 10:29:43 +0530 Subject: [PATCH 2/3] commit 2 --- router.js | 1 + 1 file changed, 1 insertion(+) diff --git a/router.js b/router.js index 1c09dff..c5b8061 100644 --- a/router.js +++ b/router.js @@ -5,6 +5,7 @@ if (path.endsWith('index.html')) { path = path.substring(0, path.length - 'index.html'.length); } //comeet +//comeet 2 // Always have a trailing slash if (!path.endsWith('/')) { From 47a09f7385680f560211b35ee4cc55214313f4a2 Mon Sep 17 00:00:00 2001 From: ajayrankkly Date: Mon, 17 Feb 2025 10:29:56 +0530 Subject: [PATCH 3/3] commit 3 --- router.js | 1 + 1 file changed, 1 insertion(+) diff --git a/router.js b/router.js index c5b8061..f67e3a9 100644 --- a/router.js +++ b/router.js @@ -6,6 +6,7 @@ if (path.endsWith('index.html')) { } //comeet //comeet 2 +//comeet 3 // Always have a trailing slash if (!path.endsWith('/')) {