jonbio/data/headerNavLinks.ts
Jonathan Branan 0d63ca3288
Some checks failed
Build and Deploy docker container / build (push) Failing after 1m15s
modified likes page
2024-11-03 01:48:17 -06:00

12 lines
336 B
TypeScript

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