jonbio/data/headerNavLinks.ts

12 lines
355 B
TypeScript
Raw Normal View History

2024-10-14 00:18:50 -05:00
const headerNavLinks = [
2025-01-28 14:32:15 -06:00
{ 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' },
2024-10-14 00:18:50 -05:00
]
export default headerNavLinks