page links added

This commit is contained in:
ManjaroOne666 2019-01-14 10:26:52 +00:00
parent 9754e2ccad
commit 9122a3ddba
1 changed files with 4 additions and 1 deletions

View File

@ -32,7 +32,10 @@ export default {
return { return {
siteNav: [ siteNav: [
{ 'to': '/', 'text': 'Home'}, { 'to': '/', 'text': 'Home'},
{ 'to': '/galleries', 'text': 'Galleries' } { 'to': '/galleries', 'text': 'Galleries' },
{ 'to': '/services', 'text': 'Services' },
{ 'to': '/about', 'text': 'About Me' },
{ 'to': '/contact', 'text': 'Contact Me' },
] ]
} }
}, },