bugfixing
This commit is contained in:
parent
5d14122b00
commit
1de09d131e
@ -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>
|
||||||
`,
|
`,
|
||||||
)
|
)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user