Project tags CRUD + fix page metadata

This commit is contained in:
Ahmed Al-Taiar
2024-09-06 22:08:02 -04:00
parent 3204a8319c
commit 1c5a8d026a
42 changed files with 933 additions and 135 deletions

View File

@@ -31,6 +31,14 @@ const NavbarLayout = ({ children }: NavbarLayoutProps) => {
name: 'Socials',
path: routes.socials(),
},
{
name: 'Projects',
path: routes.projects(),
},
{
name: 'Tags',
path: routes.tags(),
},
{
name: 'Portrait',
path: routes.portrait(),