Add sitemap

This commit is contained in:
Lorenzo Iovino 2024-01-15 18:01:45 +01:00
parent f0e17fbc20
commit f48c2377bd
4 changed files with 64 additions and 2 deletions

View file

@ -22,7 +22,7 @@ export const routes: Routes = [
path: 'biography',
component: BiographyPage,
},
{
/*{
path : 'portfolio',
component: PageComponent,
children: [
@ -51,7 +51,7 @@ export const routes: Routes = [
{
path: 'hello',
component: ContactMePage,
}
}*/
]
}
];