bugfixing

This commit is contained in:
MuslemRahimi 2025-01-19 00:54:29 +01:00
parent 5d14122b00
commit 1de09d131e

View File

@ -128,7 +128,7 @@ const sitemap = (
.map( .map(
(item) => ` (item) => `
<url> <url>
<loc>${website}/blog/${convertToSlug(item?.title)}</loc> <loc>${website}/blog/article/${convertToSlug(item?.title)}</loc>
</url> </url>
`, `,
) )