Jonathan Branan
0d63ca3288
Some checks failed
Build and Deploy docker container / build (push) Failing after 1m15s
12 lines
336 B
TypeScript
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
|