hexo-asset-image icon indicating copy to clipboard operation
hexo-asset-image copied to clipboard

fix some bug

Open zimo0o0omiz opened this issue 6 years ago • 0 comments

// if config.root not '/',skip it others may double,fix the problem,hope accept for example, url: http://zimolove3.gitee.io/blog/ root: /blog in your project,this may generate url like this "/blog/blog/about/index/1565320816536.png",it's wrong.the right should like this "/blog/about/index/1565320816536.png",so I change your code to fix this bug,hope you accept

zimo0o0omiz avatar Aug 17 '19 15:08 zimo0o0omiz