« get me outta code hell

fix homepage link exiting localization - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2022-06-21 22:43:22 -0300
committer(quasar) nebula <qznebula@protonmail.com>2022-06-21 22:43:22 -0300
commit942052df2375e66a82acd8adbec0131971126e82 (patch)
tree3bdf14c395d35ec52ac27bf4dd4776c164b4b602
parent9fde418688d2d61e7f5b19f94706468190c46a8c (diff)
fix homepage link exiting localization
-rw-r--r--src/url-spec.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/url-spec.js b/src/url-spec.js
index c1ed1eb..5c59941 100644
--- a/src/url-spec.js
+++ b/src/url-spec.js
@@ -22,7 +22,7 @@ const urlSpec = {
             root: '',
             path: '<>',
 
-            home: '/',
+            home: '',
 
             album: 'album/<>/',
             albumCommentary: 'commentary/album/<>/',