« get me outta code hell

content: linkWikiHome: fix silly bugs - 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>2023-08-02 22:09:54 -0300
committer(quasar) nebula <qznebula@protonmail.com>2023-08-02 22:09:54 -0300
commit851e9178545a205c4da52bff6ca65a707135a47a (patch)
treeca7ff9cc0dec9c5f28ce6a329b2fc95d45ba5ee3
parentb149e73fcd30602fd2312e26aca86c2b769bbc01 (diff)
content: linkWikiHome: fix silly bugs
-rw-r--r--src/content/dependencies/linkWikiHome.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/content/dependencies/linkWikiHome.js b/src/content/dependencies/linkWikiHome.js
index 06ec643..d8d3d0a 100644
--- a/src/content/dependencies/linkWikiHome.js
+++ b/src/content/dependencies/linkWikiHome.js
@@ -1,5 +1,5 @@
 export default {
-  contentDependencies: ['linkStationaryIndex'],
+  contentDependencies: ['linkTemplate'],
   extraDependencies: ['wikiData'],
 
   sprawl({wikiInfo}) {
@@ -14,7 +14,7 @@ export default {
 
   generate: (data, relations) =>
     relations.link.slots({
-      path: ['home'],
+      path: ['localized.home'],
       content: data.wikiShortName,
     }),
 };