Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update htmlToText method in lib/config.js #348

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

emptylight370
Copy link

  • Replace htmlToText.fromString with htmlToText.convert in lib/config.js.
  • function htmlToText.fromString deprecated in [email protected], 和 use htmlToText.convert instead.
  • I test in my local hexo blog, and hexo server work after change the function.
  • Close 本地无法通过hexo s部署页面 #347 as fixed.

My latest package.json is:

  • hexo: 7.3.0
  • hexo-theme-inside: 2.7.1 with modify

- Replace `htmlToText.fromString` with `htmlToText.convert` in `lib/config.js`.
- function `htmlToText.fromString` deprecated in [email protected], and use `htmlToText.convert` instead
emptylight370 added a commit to emptylight370/emptylight370.github.io that referenced this pull request Nov 28, 2024
update to hexo-theme-inside later than 2.7.1 with ikeq/hexo-theme-inside#348
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

本地无法通过hexo s部署页面
1 participant