diff --git a/src/data.js b/src/data.js index 7b9f915..b77f63e 100644 --- a/src/data.js +++ b/src/data.js @@ -198,7 +198,7 @@ export const games = [ { type: "YouTube", title: "Replay", - url: "https://www.youtube.com/watch?v=z2Jz95Q8l_w", + url: "https://youtu.be/z2Jz95Q8l_w", }, ], }, @@ -210,6 +210,20 @@ export const games = [ team1: "TV Klarenthal", team2: "DJK Saarbrücken-Rastpfuhl", host: 1, + results: { + sets: { + 1: [25, 9], + 2: [25, 20], + 3: [25, 15], + }, + additional_data: [ + { + type: "YouTube", + title: "Replay", + url: "https://youtu.be/VlXz71NN21Y", + }, + ], + }, }, { date: "2025-01-18", @@ -218,6 +232,21 @@ export const games = [ team1: "TV Brebach", team2: "DJK Saarbrücken-Rastpfuhl", host: 1, + results: { + sets: { + 1: [20, 25], + 2: [25, 12], + 3: [11, 25], + 4: [19, 25], + }, + additional_data: [ + { + type: "YouTube", + title: "Replay", + url: "https://youtu.be/j9oPoNdiYiM", + }, + ], + }, }, { date: "2025-02-01",