diff --git a/helpers/build-video-list.js b/helpers/build-video-list.js index 4857a04..60d1ce7 100644 --- a/helpers/build-video-list.js +++ b/helpers/build-video-list.js @@ -117,7 +117,7 @@ export default async function ( applist ) { for (const videoId in fetchedVideos) { // Build video slug - const slug = slugify(`${fetchedVideos[videoId].title}-${videoId}`, { + const slug = slugify(`${fetchedVideos[videoId].title}-i-${videoId}`, { lower: true, strict: true })