Skip to content

Commit

Permalink
chore: udpate seo stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
asmyshlyaev177 committed Dec 18, 2024
1 parent 410797b commit 8ca35de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/example-nextjs14/src/app/sitemap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ export default function sitemap(): MetadataRoute.Sitemap {
{
url: siteUrl,
lastModified: new Date(),
changeFrequency: 'weekly',
changeFrequency: 'monthly',
priority: 1,
},
{
url: `${siteUrl}/react-router`,
lastModified: new Date(),
changeFrequency: 'weekly',
changeFrequency: 'monthly',
priority: 1,
},
];
Expand Down

0 comments on commit 8ca35de

Please sign in to comment.