Files
public/app/data/navItems.ts
2025-10-19 15:33:02 +08:00

8 lines
172 B
TypeScript

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