jonbio/data/headerNavLinks.ts
Jonathan Branan 418de925c4
Some checks failed
Build and Deploy docker container / build (push) Has been cancelled
added resume to navlinks
2025-01-28 14:32:15 -06:00

12 lines
355 B
TypeScript

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