Open
Description
问题描述
有的图片有防盗链,直接在markdown里放图片会出现403
重现步骤
- markdowm:

- 直接打开可以正常显示
- 运行后博客上403
依赖版本
- node.js: 16.19.1
- vuepress-theme-vdoing: 1.12.6
解决方案
在config.ts中添加head标签,解决图片403防盗链问题
['meta', { name: "referrer", content: "no-referrer"}]