public/data/navItems.ts
2022-08-07 11:37:29 -04:00

8 lines
171 B
TypeScript

export const navItems = [
{ href: "/about", title: "About" },
{ href: "/blog", title: "Blog" },
{ href: "/stories", title: "Stories" },
];
export default navItems;