update pagination
This commit is contained in:
@@ -238,13 +238,19 @@ module.exports = {
|
||||
tags: {
|
||||
typeName: 'BlogTag',
|
||||
create: true
|
||||
},
|
||||
|
||||
category: {
|
||||
typeName: 'BlogCategory',
|
||||
create: true
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
{
|
||||
use: '@gridsome/source-filesystem',
|
||||
use: '@gridsome/source-filesystem',
|
||||
options: {
|
||||
typeName: 'News',
|
||||
path: './content/news/**/*.md',
|
||||
@@ -253,6 +259,11 @@ module.exports = {
|
||||
tags: {
|
||||
typeName: 'NewsTag',
|
||||
create: true
|
||||
},
|
||||
|
||||
category: {
|
||||
typeName: 'NewsCategory',
|
||||
create: true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user