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