Skip to content

Bug Fixes

Latest
Compare
Choose a tag to compare
@emptymalei emptymalei released this 14 Oct 23:11
· 2 commits to master since this release

Fixed two bugs

  • hugo serve stucks. This is because backlinks were computed based on network.json which is also computed. There might be some circular dependency using this method. The fix was to compute the backlinks independently for each page.
  • CMD + K command palette was broken. This was a bug on one of the ninja key dependencies. This fix pinged the version as a temporary solution. (BTW, this is why I hate javascript.)