jonbio/data/headerNavLinks.ts

10 lines
244 B
TypeScript
Raw Normal View History

2021-01-09 17:50:45 +08:00
const headerNavLinks = [
2023-07-29 22:35:45 +08:00
{ href: '/', title: 'Home' },
2021-01-09 17:50:45 +08:00
{ href: '/blog', title: 'Blog' },
{ href: '/tags', title: 'Tags' },
2021-02-12 18:51:59 +08:00
{ href: '/projects', title: 'Projects' },
2021-01-09 17:50:45 +08:00
{ href: '/about', title: 'About' },
]
export default headerNavLinks