|
1 | 1 | const publicationsAndTalks = [
|
2 | 2 | {
|
3 |
| - link: 'https://www.youtube-nocookie.com/watch?v=WK4PIGr3RB8', |
| 3 | + link: 'https://www.youtube.com/watch?v=WK4PIGr3RB8', |
4 | 4 | active: true,
|
5 | 5 | title: 'Progress Report on the Decentralized Web, David Dias'
|
6 | 6 | },
|
7 | 7 | {
|
8 |
| - link: 'https://www.youtube-nocookie.com/watch?v=2cmbm6iABsI', |
| 8 | + link: 'https://www.youtube.com/watch?v=2cmbm6iABsI', |
9 | 9 | title: 'IPFS on the Brave Browser, Alan Shaw'
|
10 | 10 | },
|
11 | 11 | {
|
12 |
| - link: 'https://www.youtube-nocookie.com/watch?v=4VB66hJSvqM', |
| 12 | + link: 'https://www.youtube.com/watch?v=4VB66hJSvqM', |
13 | 13 | title: 'CRDTs as the foundation for Distributed Web Apps, Pedro Teixeira'
|
14 | 14 | },
|
15 | 15 | {
|
16 |
| - link: 'https://www.youtube-nocookie.com/watch?v=ZnfqbIVoq-s', |
| 16 | + link: 'https://www.youtube.com/watch?v=ZnfqbIVoq-s', |
17 | 17 | title: 'A Regular JS Core Dev Call, join us!'
|
18 | 18 | },
|
19 | 19 | {
|
20 |
| - link: 'https://www.youtube-nocookie.com/watch?v=-kdx8rJd8rQ', |
| 20 | + link: 'https://www.youtube.com/watch?v=-kdx8rJd8rQ', |
21 | 21 | title: 'Tutorial: How to build an Collaborative Editing Application with IPFS using CRDT'
|
22 | 22 | },
|
23 | 23 | {
|
24 |
| - link: 'https://www.youtube-nocookie.com/watch?v=Nv_Teb--1zg', |
| 24 | + link: 'https://www.youtube.com/watch?v=Nv_Teb--1zg', |
25 | 25 | title: 'Tutorial: How to build an application with IPFS PubSub Room'
|
26 | 26 | }
|
27 | 27 | ]
|
|
0 commit comments