jonbio/data/headerNavLinks.ts

14 lines
471 B
TypeScript
Raw Normal View History

2024-10-14 00:18:50 -05:00
const headerNavLinks = [
{ href: '/', title: 'Home' },
{ href: '/blog', title: 'Blog' },
{ href: 'https://git.jonb.io/', title: 'Code' },
{ href: 'https://up.jonb.io/status/default', title: 'Status' },
{ href: 'https://castlemine-map.jonb.io/', title: 'Castlemine Map' },
{ href: '/likes', title: 'Likes' },
2024-10-14 00:18:50 -05:00
{ href: '/tags', title: 'Tags' },
{ href: '/projects', title: 'Projects' },
{ href: '/about', title: 'About' },
]
export default headerNavLinks