图片无法加载
#864
Replies: 1 comment 1 reply
-
检查到部署到[username].github.io网页的源码出现 <img src="http://img.reedyoung.cn/image-20230321102004862.png" class="lazyload error" data-srcset="http://img.reedyoung.cn/image-20230321102004862.png" srcset="http://img.reedyoung.cn/image-20230321102004862.png" alt="image-20230321102004862" data-ll-status="error"> 但是在本地生成的静态文件中,却没有error,显示为: <img src="http://img.reedyoung.cn/image-20230321102004862.png" class="lazyload loaded" srcset="http://img.reedyoung.cn/image-20230321102004862.png" alt="image-20230321102004862" data-ll-status="loaded"> 求教😭 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
部署的博客中,图片无法正常加载,应该显示图片的位置变成一条空行;奇怪的是hexo s查看却一切正常,使用html语法加载来自个人图床的图片(经过测试md语法问题相同)
如果曾在官方文档提到过,很抱歉,但这个问题真的困扰我很久
Beta Was this translation helpful? Give feedback.
All reactions