We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 339dac5 commit b0cf254Copy full SHA for b0cf254
1 file changed
src/pages/Resources/Videos.data.ts
@@ -1222,6 +1222,18 @@ const videos: Array<Resource> = [
1222
categories: [ResourceCategory.Educational],
1223
published_at: 1713725579000,
1224
},
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
+ },
1237
];
1238
1239
export default videos;
0 commit comments