You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.)