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

@@ -184,8 +184,8 @@ module.exports = function(api) {
api.createPages(({ createPage }) => {
createPage({
path: '/team',
component: './src/templates/Team.vue',
path: '/people',
component: './src/templates/People.vue',
context: {
private: private
}