diff --git a/router.js b/router.js index c7d6933..f67e3a9 100644 --- a/router.js +++ b/router.js @@ -4,6 +4,9 @@ let path = location.pathname; if (path.endsWith('index.html')) { path = path.substring(0, path.length - 'index.html'.length); } +//comeet +//comeet 2 +//comeet 3 // Always have a trailing slash if (!path.endsWith('/')) {