Jonathan Branan
418de925c4
Some checks failed
Build and Deploy docker container / build (push) Has been cancelled
12 lines
355 B
TypeScript
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
|