kyc user and upload partial update encrypt nik and picture
This commit is contained in:
@@ -30,6 +30,18 @@ export default async function sitemap(): Promise<MetadataRoute.Sitemap> {
|
||||
changeFrequency: "yearly",
|
||||
priority: 0.3,
|
||||
},
|
||||
{
|
||||
url: absoluteUrl("/terms"),
|
||||
lastModified: now,
|
||||
changeFrequency: "yearly",
|
||||
priority: 0.2,
|
||||
},
|
||||
{
|
||||
url: absoluteUrl("/privacy"),
|
||||
lastModified: now,
|
||||
changeFrequency: "yearly",
|
||||
priority: 0.2,
|
||||
},
|
||||
];
|
||||
|
||||
const tripEntries: MetadataRoute.Sitemap = trips.map((t) => ({
|
||||
|
||||
Reference in New Issue
Block a user