hexo-theme-shokax 0.1.2 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hexo-theme-shokax",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "a hexo theme based on shoka",
5
5
  "main": "index.js",
6
6
  "repository": "https://github.com/zkz098/hexo-theme-shokaX",
@@ -50,7 +50,7 @@ function linkGrid (args, content) {
50
50
  let urlparam = {}
51
51
 
52
52
  if (item.url) {
53
- urlparam = new URL(item.url)
53
+ urlparam = new URL(item.url, hexo.config.url)
54
54
  }
55
55
 
56
56
  let item_image = item.image || theme.assets + '/404.png'