Skip to content

Commit d8fd696

Browse files
committed
Temporary data for preview.
1 parent 804b8bd commit d8fd696

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/scripts/fetchData.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ const SESSIONS_URL =
1414
"https://gist.githubusercontent.com/egeakman/eddfb15f32ae805e8cfb4c5856ae304b/raw/466f8c20c17a9f6c5875f973acaec60e4e4d0fae/sessions.json";
1515
const SPEAKERS_URL =
1616
"https://gist.githubusercontent.com/egeakman/469f9abb23a787df16d8787f438dfdb6/raw/62d2b7e77c1b078a0e27578c72598a505f9fafbf/speakers.json";
17-
const SCHEDULE_URL = API_URL + "/schedule.json";
17+
const SCHEDULE_URL =
18+
"https://gist.githubusercontent.com/nikoshell/55ab27b228a31130134f689429e93bf5/raw/a1542efb298366645ad44ae9087772671646d51b/schedule.json";
1819

1920
// Define output directory and file paths
2021
const DATA_DIR = path.join(__dirname, "../data");

0 commit comments

Comments
 (0)