fix: typo
This commit is contained in:
@@ -27,7 +27,7 @@ export async function generateMetadata(props) {
|
||||
const anTeks = await jwennAnTeks(slug)
|
||||
|
||||
const awtis = anTeks?.artistes?.length === 1 ? anTeks?.artistes[0].alias : getAlias(anTeks.artistes, anTeks.prioriteArtistes)
|
||||
const title = `OKI | ${awtis} - ${anTeks.titre} | Paroles et Traductions`
|
||||
const title = `PAWÒL-NU | ${awtis} - ${anTeks.titre}`
|
||||
const description = `Paroles de « ${anTeks?.titre} » : ${anTeks?.transcription.slice(0, 100)}...`
|
||||
const url = `${siteUrl}/paroles/${slug}`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user