diff options
Diffstat (limited to 'src/content/dependencies')
-rw-r--r-- | src/content/dependencies/transformContent.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/content/dependencies/transformContent.js b/src/content/dependencies/transformContent.js index a194e268..8494738c 100644 --- a/src/content/dependencies/transformContent.js +++ b/src/content/dependencies/transformContent.js @@ -385,7 +385,7 @@ export default { if (label) link.setSlot('content', label); if (hash) link.setSlot('hash', hash); - if (toIndex) { + if (!toIndex) { link.setSlot('preferShortName', slots.preferShortLinkNames); } |