removed categories

This commit is contained in:
hamdy
2020-11-09 14:53:12 +02:00
parent e6a9eac0c8
commit 6b18d34f98
32 changed files with 5 additions and 134 deletions

View File

@@ -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'