fix: set lower priority for profiles in sitemap
This commit is contained in:
parent
cf3b25727c
commit
afb73ec3a6
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ export default async function sitemap(): Promise<MetadataRoute.Sitemap> {
|
|||
url: `${baseUrl}/profile/${user.id}`,
|
||||
lastModified: user.updatedAt,
|
||||
changeFrequency: "weekly",
|
||||
priority: 0.7,
|
||||
priority: 0.3,
|
||||
} as SitemapRoute)
|
||||
),
|
||||
];
|
||||
|
|
|
|||
Loading…
Reference in a new issue