Skip to content

Commit

Permalink
Merge pull request #25 from azvyae/fix/sitemap
Browse files Browse the repository at this point in the history
Fixed sitemap data
  • Loading branch information
Azvya Erstevan authored Aug 28, 2024
2 parents 41ab971 + 7842aae commit 534266d
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions src/app/sitemap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,23 +8,11 @@ export default function sitemap(): MetadataRoute.Sitemap {
changeFrequency: 'yearly',
priority: 1,
},
{
url: 'https://optimisticoder.com/portfolio',
lastModified: new Date(),
changeFrequency: 'monthly',
priority: 0.8,
},
{
url: 'https://optimisticoder.com/contact',
lastModified: new Date(),
changeFrequency: 'monthly',
priority: 0.6,
},
{
url: 'https://optimisticoder.com/stories',
lastModified: new Date(),
changeFrequency: 'weekly',
priority: 0.5,
priority: 0.8,
},
...(generatedSitemap as MetadataRoute.Sitemap),
{
Expand Down

0 comments on commit 534266d

Please sign in to comment.