Change 'teks' route to 'paroles'

This commit is contained in:
Cédric FAMIBELLE-PRONZOLA
2022-03-13 01:38:45 +04:00
parent a7475c1163
commit 414db4d14d
12 changed files with 17 additions and 17 deletions
+3 -3
View File
@@ -10,11 +10,11 @@ const createSitemap = teks => (
<priority>1</priority>
</url>
<url>
<loc>${url}/soutyen</loc>
<loc>${url}/paroles</loc>
<priority>0.9</priority>
</url>
<url>
<loc>${url}/teks</loc>
<loc>${url}/soutyen</loc>
<priority>0.8</priority>
</url>
<url>
@@ -28,7 +28,7 @@ const createSitemap = teks => (
${teks
.map(m => `
<url>
<loc>${`${url}/teks/${m}`}</loc>
<loc>${`${url}/paroles/${m}`}</loc>
</url>
`)
.join('')}