removed categories
This commit is contained in:
@@ -36,8 +36,8 @@ module.exports = {
|
||||
typeName: 'Author',
|
||||
path: './content/author/*.md',
|
||||
refs: {
|
||||
category: {
|
||||
typeName: 'Category',
|
||||
tags: {
|
||||
typeName: 'Tag',
|
||||
create: true
|
||||
}
|
||||
}
|
||||
@@ -56,10 +56,6 @@ module.exports = {
|
||||
tags: {
|
||||
typeName: 'Tag',
|
||||
create: true
|
||||
},
|
||||
category: {
|
||||
typeName: 'Category',
|
||||
create: true
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -81,10 +77,6 @@ module.exports = {
|
||||
Blog: [{
|
||||
path: '/blog/:id'
|
||||
}],
|
||||
Category: [{
|
||||
path: '/category/:id',
|
||||
component: '~/templates/Category.vue'
|
||||
}],
|
||||
Author: [{
|
||||
path: '/author/:id',
|
||||
component: '~/templates/Author.vue'
|
||||
|
||||
Reference in New Issue
Block a user