@factor/plugin-blog
Advanced tools
Comparing version 1.8.7 to 1.8.8
@@ -15,3 +15,5 @@ export default { | ||
blogWrap: (): Promise<any> => import("./blog-wrap.vue"), | ||
standardBlogIndex: (): Promise<any> => import("./standard-blog-index.vue"), | ||
blogIndex: (): Promise<any> => import("./blog-index.vue"), | ||
standardBlogSingle: (): Promise<any> => import("./standard-blog-single.vue"), | ||
blogSingle: (): Promise<any> => import("./blog-single.vue"), | ||
@@ -18,0 +20,0 @@ returnLink: (): Promise<any> => import("./widget-return-link.vue"), |
@@ -11,4 +11,4 @@ import { addPostType, addContentRoute } from "@factor/api" | ||
*/ | ||
export const standardBlogIndex = setting("blog.components.blogIndex") | ||
export const standardBlogSingle = setting("blog.components.blogSingle") | ||
export const standardBlogIndex = setting("blog.components.standardBlogIndex") | ||
export const standardBlogSingle = setting("blog.components.standardBlogSingle") | ||
@@ -15,0 +15,0 @@ /** |
@@ -9,3 +9,3 @@ { | ||
}, | ||
"version": "1.8.7", | ||
"version": "1.8.8", | ||
"license": "GPL-2.0", | ||
@@ -40,3 +40,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "079558eeb1f8aeb190c314c91e024b61d7ed4b54", | ||
"gitHead": "4d20525b3a9ac80e4abc35516912f428be3befb8", | ||
"keywords": [ | ||
@@ -43,0 +43,0 @@ "factor", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
140
4349722