Skip to content

Commit

Permalink
Fixed sitemap data
Browse files Browse the repository at this point in the history
  • Loading branch information
Azvya Erstevan committed Aug 28, 2024
1 parent 41ab971 commit 7842aae
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 7842aae

Please sign in to comment.