fix: artist urls

This commit is contained in:
Cory Dransfeldt 2024-07-03 14:24:05 -07:00
parent faa3c78cad
commit 1ba414c3c8
No known key found for this signature in database
3 changed files with 2 additions and 7 deletions

View file

@ -4,7 +4,7 @@ pagination:
data: artists
size: 1
alias: artist
permalink: "/music/artists/{{ artist.name_string | slugify | downcase }}-{{ artist.country | slugify | downcase}}/index.html"
permalink: "/music/artists/{{ artist.name_string | sanitizeMediaString }}-{{ artist.country | sanitizeMediaString }}/index.html"
updated: "now"
schema: artist
---