Upload starter template
This commit is contained in:
7
data/headerNavLinks.js
Normal file
7
data/headerNavLinks.js
Normal file
@@ -0,0 +1,7 @@
|
||||
const headerNavLinks = [
|
||||
{ href: '/blog', title: 'Blog' },
|
||||
{ href: '/tags', title: 'Tags' },
|
||||
{ href: '/about', title: 'About' },
|
||||
]
|
||||
|
||||
export default headerNavLinks
|
||||
Reference in New Issue
Block a user