page links added
This commit is contained in:
parent
9754e2ccad
commit
9122a3ddba
|
@ -32,7 +32,10 @@ export default {
|
|||
return {
|
||||
siteNav: [
|
||||
{ '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' },
|
||||
]
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue