Skip to content

Commit 8698b97

Browse files
committed
Temporary data for preview.
1 parent bdce595 commit 8698b97

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/scripts/fetchData.js

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,11 @@ const __dirname = path.dirname(fileURLToPath(import.meta.url));
77

88
const API_URL = "https://programapi.europython.eu/ep2025";
99

10-
// URLs for EuroPython 2024 data
11-
const SESSIONS_URL = API_URL + "/sessions.json";
12-
const SPEAKERS_URL = API_URL + "/speakers.json";
10+
// URLs for EuroPython 2025 data
11+
const SESSIONS_URL =
12+
"https://gist.githubusercontent.com/egeakman/eddfb15f32ae805e8cfb4c5856ae304b/raw/466f8c20c17a9f6c5875f973acaec60e4e4d0fae/sessions.json";
13+
const SPEAKERS_URL =
14+
"https://gist.githubusercontent.com/egeakman/469f9abb23a787df16d8787f438dfdb6/raw/62d2b7e77c1b078a0e27578c72598a505f9fafbf/speakers.json";
1315
const SCHEDULE_URL = API_URL + "/schedule.json";
1416

1517
// Define output directory and file paths

0 commit comments

Comments
 (0)