const headerNavLinks = [ { href: '/', title: 'Home' }, { href: '/blog', title: 'Blog' }, { href: '/likes', title: 'Likes' }, { href: '/tags', title: 'Tags' }, { href: '/projects', title: 'Projects' }, { href: 'https://s3.jonb.io/cdn/author/Resume.pdf', title: 'Resume' }, { href: '/about', title: 'About' }, ] export default headerNavLinks