hexo 博客部署时出现错误: TypeError: Cannot set property 'lastIndex' of undefined

修改 _config.ymlauto_detect 的值为 false:

highlight: 
  enable: true
  line_number: false
  auto_detect: false
  tab_replace:

参考: https://github.com/hexojs/hexo/issues/2380