This commit is contained in:
hamdy
2020-11-19 16:03:42 +02:00
parent 2a71e4dd80
commit 9a7d82cb1c
3 changed files with 7 additions and 2 deletions

View File

@@ -10,6 +10,11 @@
"link": "/people",
"external": false
},
{
"name": "News",
"link": "/news",
"external": false
},
{
"name": "Values",

View File

@@ -79,7 +79,7 @@ module.exports = {
typeName: 'Blog',
path: './content/blog/**/*.md',
templates: {
BlogPost: '/blog/:id'
BlogPost: '/news/:id'
},
refs: {
author: 'Person',
@@ -124,7 +124,7 @@ module.exports = {
},
templates: {
Blog: [{
path: '/blog/:id'
path: '/news/:id'
}],
Person: [{
path: '/people/:id',