Hexo github 博客无法显示从其他博客(博客园)索引的图片
问题分析:hexo博客无法显示从博客园复制的图片
打开控制台查看报错结果:
GET https://img2022.cnblogs.com/blog/**984/20***09/29109*****920000408689-1436965707.png 403 (Forbidden)
原因分析:防盗链的影响
解决方案:修改hexo主题中的head文件:layout
——_partial
——head.ejs
<meta name="referrer" content="no-referrer" />
重新hexo g
即可
我的自建博客:https://blog.onefly.top