Skip to content

Commit 534266d

Browse files
author
Azvya Erstevan
authored
Merge pull request #25 from azvyae/fix/sitemap
Fixed sitemap data
2 parents 41ab971 + 7842aae commit 534266d

1 file changed

Lines changed: 1 addition & 13 deletions

File tree

src/app/sitemap.ts

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8,23 +8,11 @@ export default function sitemap(): MetadataRoute.Sitemap {
88
changeFrequency: 'yearly',
99
priority: 1,
1010
},
11-
{
12-
url: 'https://optimisticoder.com/portfolio',
13-
lastModified: new Date(),
14-
changeFrequency: 'monthly',
15-
priority: 0.8,
16-
},
17-
{
18-
url: 'https://optimisticoder.com/contact',
19-
lastModified: new Date(),
20-
changeFrequency: 'monthly',
21-
priority: 0.6,
22-
},
2311
{
2412
url: 'https://optimisticoder.com/stories',
2513
lastModified: new Date(),
2614
changeFrequency: 'weekly',
27-
priority: 0.5,
15+
priority: 0.8,
2816
},
2917
...(generatedSitemap as MetadataRoute.Sitemap),
3018
{

0 commit comments

Comments
 (0)