diff --git a/src/routes/video_data.ts b/src/routes/video_data.ts index 381fa23..230f3fb 100644 --- a/src/routes/video_data.ts +++ b/src/routes/video_data.ts @@ -39,4 +39,9 @@ export const webdevladder_vods_videos: Video_Item[] = [ url: 'https://www.youtube.com/watch?v=dh_6Vyjbuiw', duration: 8504000, }, + { + title: "Creating my channel's blog and adding Mastodon comments", + url: 'https://www.youtube.com/watch?v=V4Fg3-B6Su8', + duration: 2784000, + }, ];