2024-10-14 00:18:50 -05:00
|
|
|
const headerNavLinks = [
|
|
|
|
{ href: '/', title: 'Home' },
|
|
|
|
{ href: '/blog', title: 'Blog' },
|
2024-10-20 00:07:34 -05:00
|
|
|
{ href: '/likes', title: 'Likes' },
|
2024-10-14 00:18:50 -05:00
|
|
|
{ href: '/tags', title: 'Tags' },
|
|
|
|
{ href: '/projects', title: 'Projects' },
|
2025-01-28 04:41:15 -06:00
|
|
|
{ href: 'https://s3.jonb.io/cdn/author/Resume.pdf', title: 'Resume' },
|
2024-10-14 00:18:50 -05:00
|
|
|
{ href: '/about', title: 'About' },
|
|
|
|
]
|
|
|
|
|
|
|
|
export default headerNavLinks
|