Skip to content

Commit ded6a30

Browse files
authored
Update Videos.data.ts
1 parent b0cf254 commit ded6a30

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

src/pages/Resources/Videos.data.ts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1234,6 +1234,18 @@ const videos: Array<Resource> = [
12341234
categories: [ResourceCategory.Educational],
12351235
published_at: 1715799179000,
12361236
},
1237+
{
1238+
link: 'https://www.youtube.com/watch?v=hRM3ggjm7Zo',
1239+
title: 'epilot Tech Exchange: SolidJS with Ryan Carniato',
1240+
description:
1241+
'Ryan joins the epilot team to discuss SolidJS and web in general.',
1242+
keywords: ['solid', 'solidstart', 'framework'],
1243+
author: 'epilot Tech Exchange',
1244+
author_url: 'https://www.youtube.com/@epilotTech',
1245+
type: ResourceType.Video,
1246+
categories: [ResourceCategory.Educational],
1247+
published_at: 1714538386000,
1248+
},
12371249
];
12381250

12391251
export default videos;

0 commit comments

Comments
 (0)