handel filter clinic and added changenumber function

This commit is contained in:
Arezoo
2025-10-21 13:31:44 +03:30
parent e8754fda35
commit 2cbf96ec6f
14 changed files with 171 additions and 72 deletions
+1 -1
View File
@@ -129,7 +129,7 @@ export default async function sitemap() {
arr.findIndex(i => i.url === item.url) === index
);
console.log(`Total unique URLs: ${uniqueUrls.length}`);
return uniqueUrls;
} catch (error) {
console.error('Error generating sitemap:', error);