Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions app/info/talks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ TODO: Fill in missing startTime/endTime values by watching videos
*/

export const talks = [
// August 2026,
{
videoId: "YD7Zlv7RSX8",
speaker: "Thomas Desmond",
title: "Deploy on Cloudflare",
date: "2026-08-15",
year: 2026,
startTime: "1m23s",
endTime: "55m43s"
},
// July 2026
{
videoId: "3kLcT0rMgJs",
Expand Down
Loading