We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0cf254 commit ded6a30Copy full SHA for ded6a30
1 file changed
src/pages/Resources/Videos.data.ts
@@ -1234,6 +1234,18 @@ const videos: Array<Resource> = [
1234
categories: [ResourceCategory.Educational],
1235
published_at: 1715799179000,
1236
},
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
+ },
1249
];
1250
1251
export default videos;
0 commit comments