Add blog CMS with tracked public posts
This commit is contained in:
@@ -11,6 +11,7 @@ export function Navbar() {
|
||||
const navItems = [
|
||||
{ label: "Home", path: "/" },
|
||||
{ label: "Projects", path: "/projects" },
|
||||
{ label: "Blog", path: "/blogs" },
|
||||
{ label: "Connect", path: "/contact" },
|
||||
];
|
||||
|
||||
@@ -40,4 +41,3 @@ export function Navbar() {
|
||||
</nav>
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user