techmovie/hexo-theme-instapaper

md里的图片路径

Opened this issue · 0 comments

我的md文件里有一个图片路径如下:

![layout](container_of/layout.png)

hexo g生成的访问路径是:
http://localhost:4000/xxx/layout.png

可实际能访问的路径是:
http://localhost:4000/2024/03/31/xxx/layout.png

所以我md里应该怎么写这个图片路径?