Skip to content

Commit b0cf254

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

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
@@ -1222,6 +1222,18 @@ const videos: Array<Resource> = [
12221222
categories: [ResourceCategory.Educational],
12231223
published_at: 1713725579000,
12241224
},
1225+
{
1226+
link: 'https://www.youtube.com/watch?v=ZVjXtfdKQ3g',
1227+
title: 'The Shape of Frameworks to Come',
1228+
description:
1229+
'Ryan introduces the audience to SolidStart and the architecture that Solid has adopted for its new meta-framework.',
1230+
keywords: ['solid', 'solidstart', 'framework'],
1231+
author: 'JSWorldConference',
1232+
author_url: 'https://www.youtube.com/@JSWORLDConference',
1233+
type: ResourceType.Video,
1234+
categories: [ResourceCategory.Educational],
1235+
published_at: 1715799179000,
1236+
},
12251237
];
12261238

12271239
export default videos;

0 commit comments

Comments
 (0)