Add album slug
This commit is contained in:
parent
645c0a5daf
commit
af52557429
2 changed files with 2 additions and 1 deletions
|
|
@ -92,6 +92,7 @@ module.exports = {
|
|||
{
|
||||
path: newPath,
|
||||
audio_url: `/assets/albums/${folderName}/${fileName}`,
|
||||
album_slug: folderName,
|
||||
slug: stripExtension(fileName),
|
||||
},
|
||||
coverPath
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue