diff --git a/apps/wiki.json b/apps/wiki.json index d23db6f3..ba1c0362 100644 --- a/apps/wiki.json +++ b/apps/wiki.json @@ -1,5 +1,5 @@ { "type": "tildefriends-app", "emoji": "📝", - "previous": "&SkX7Tmt1TEAPoyIPTv8qrxIrAcxTUicFEKkVtuU9CSo=.sha256" + "previous": "&w+d5glrC/yHNrj1b6nihHNn4rpNZG5R4GuThkZ/XT6w=.sha256" } \ No newline at end of file diff --git a/apps/wiki/handler.js b/apps/wiki/handler.js index 76719676..c0fe3b93 100644 --- a/apps/wiki/handler.js +++ b/apps/wiki/handler.js @@ -13,7 +13,7 @@ function markdown(md) { if (node.type === 'link') { if (node.destination.indexOf(':') == -1 && node.destination.indexOf('/') == -1) { - node.destination = `#${this.wiki?.name}/${node.destination}`; + node.destination = `${node.destination}`; } } }