Add projects page

This commit is contained in:
Oliver Davies 2019-04-06 00:51:45 +01:00
parent 7a368cc4c5
commit af1cb05d80
2 changed files with 63 additions and 0 deletions

View file

@ -83,6 +83,11 @@ export default {
href: '/experience',
pattern: '^/experience/?$',
},
{
title: 'Projects',
href: '/projects',
pattern: '^/projects/?$',
},
{
title: 'Articles',
href: '/articles',