hexo配置文件进行相应的修改
1 | deploy: |
执行命令
1 | hexo g -d |
就报错了:
1 | FATAL Cannot read property 'replace' of null |
解决:
看帖子都是说 _config.yml 配置文件中的url 设置错误
我的设置:
1 | # URL |
看了下url果然有错,加上url后好了
执行 hexo g -d 成功。
hexo配置文件进行相应的修改
1 | deploy: |
执行命令
1 | hexo g -d |
就报错了:
1 | FATAL Cannot read property 'replace' of null |
解决:
看帖子都是说 _config.yml 配置文件中的url 设置错误
我的设置:
1 | # URL |
看了下url果然有错,加上url后好了
执行 hexo g -d 成功。