modify the markdown file under the ant-design-pro-site site and use the relative path to introduce the picture in the markdowm file.
attachment: the picture was originally introduced using the http path.
<img src="./images/1.jpg" />
![image](./images/1.jpg)
neither of the above methods is effective.
how to solve it?