Update content from team to people

This commit is contained in:
samaradel
2021-04-12 14:55:38 +02:00
parent e666655084
commit 8480012e6d
7 changed files with 22 additions and 22 deletions

View File

@@ -6,9 +6,9 @@
module.exports = {
siteName: 'ThreeFold',
pathPrefix: "threefold",
plugins: [
pathPrefix: "threefold",
plugins: [
// Local models
{
@@ -460,7 +460,7 @@ module.exports = {
}],
Membership: [{
path: '/team/memberships/:id',
path: '/people/memberships/:id',
component: '~/templates/Membership.vue'
}],
@@ -475,11 +475,11 @@ module.exports = {
}],
Person: [{
path: '/team/:id',
path: '/people/:id',
component: '~/templates/Person.vue'
}],
PersonTag: [{
path: '/team/tags/:id',
path: '/people/tags/:id',
component: '~/templates/Tag.vue'
}],
@@ -495,9 +495,9 @@ module.exports = {
externalLinksTarget: '_blank',
externalLinksRel: ['nofollow', 'noopener', 'noreferrer'],
anchorClassName: 'icon icon-link',
pathPrefix: "threefold",
plugins: [
pathPrefix: "threefold",
plugins: [
['gridsome-plugin-remark-prismjs-all', {
highlightClassName: "gridsome-highlight",
codeTitleClassName: "gridsome-code-title",