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

@ -23,6 +23,7 @@ export default {
replaceQuotes: (string) => string.replace(/"/g, "'"),
formatNumber: (number) => number.toLocaleString('en-US'),
shuffleArray,
sanitizeMediaString,
// navigation
isLinkActive: (category, page) => page.includes(category) && page.split('/').filter(a => a !== '').length <= 1,