Added projects tab; first project
All checks were successful
Deploy Website / build-and-deploy (push) Successful in 8m8s
All checks were successful
Deploy Website / build-and-deploy (push) Successful in 8m8s
This commit is contained in:
@@ -12,6 +12,8 @@ export default function sitemap(): MetadataRoute.Sitemap {
|
||||
|
||||
return [
|
||||
{ url: 'https://akkolli.net', lastModified: latestPostDate },
|
||||
{ url: 'https://akkolli.net/projects', lastModified: new Date('2024-10-26') },
|
||||
{ url: 'https://akkolli.net/projects/graph-attention-topology', lastModified: new Date('2024-10-26') },
|
||||
{ url: 'https://akkolli.net/blog', lastModified: latestPostDate },
|
||||
{ url: 'https://akkolli.net/resume' },
|
||||
...blogEntries,
|
||||
|
||||
Reference in New Issue
Block a user