public/data/navItems.ts

8 lines
172 B
TypeScript
Raw Permalink Normal View History

2022-08-07 11:37:29 -04:00
export const navItems = [
2022-08-09 19:13:22 -04:00
{ href: "/#about", title: "About" },
2022-08-07 11:37:29 -04:00
{ href: "/blog", title: "Blog" },
{ href: "/stories", title: "Stories" },
];
export default navItems;