@factor/plugin-blog
Advanced tools
Comparing version 1.5.3 to 1.5.4
@@ -44,3 +44,4 @@ import { addPostType, addContentRoute } from "@factor/api" | ||
customPermalink: true, | ||
categories: setting("blog.categories") | ||
categories: setting("blog.categories"), | ||
addSitemap: true | ||
}) | ||
@@ -47,0 +48,0 @@ |
{ | ||
"name": "@factor/plugin-blog", | ||
"description": "", | ||
"version": "1.5.3", | ||
"version": "1.5.4", | ||
"license": "GPL-2.0", | ||
@@ -18,3 +18,3 @@ "factor": { | ||
"dependencies": { | ||
"@factor/plugin-highlight-code": "^1.4.2" | ||
"@factor/plugin-highlight-code": "^1.5.4" | ||
}, | ||
@@ -24,3 +24,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "c4a11d6f6af9091972876e066a6f7fb827126d94", | ||
"gitHead": "41692117e7dcba394dec21ba8046b3e40a8bd276", | ||
"keywords": [ | ||
@@ -27,0 +27,0 @@ "factor", |
Sorry, the diff of this file is not supported yet
323342
104