Mimi
Mimi
@thomas10011 You just need to change the version of `hexo-related-posts` to 1.5.1 in your `package.json`, and run `npm i` then it should work There's nothing to change in theme NexT.
See https://github.com/next-theme/hexo-theme-next/pull/361 @astroHaoPeng Can you help review this pull request? Thanks
Will be fixed in https://github.com/hexojs/hexo/pull/5118
Any updates on this thread?
I updated the links to some themes in #1941 and they just needed 301 redirects. Thanks again for your contribution!
Sorry for the late reply. We have replaced Travis CI with GitHub actions (https://github.com/hexojs/site/pull/1868). Thanks for your contribution!
Fixed in https://github.com/hexojs/hexo/pull/5112 Thanks for your feedback!
I will close this issue because I believe the problem discussed has been resolved. In practice, many Hexo plugin repositories do not retain the `package-lock.json`, but it has been shown...
Found another patch: https://github.com/hexojs/hexo/pull/4498 We could revert #4498 since the solution in this PR is simpler See also https://github.com/hexojs/hexo/issues/3860
You can use `after_render:css` filter, or find out css files like this: https://github.com/next-theme/hexo-optimize/blob/53c7f19b9df3812dee6ffabbb534c0f92089b315/lib/filter.js#L73