We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 804b8bd commit d8fd696Copy full SHA for d8fd696
src/scripts/fetchData.js
@@ -14,7 +14,8 @@ const SESSIONS_URL =
14
"https://gist.githubusercontent.com/egeakman/eddfb15f32ae805e8cfb4c5856ae304b/raw/466f8c20c17a9f6c5875f973acaec60e4e4d0fae/sessions.json";
15
const SPEAKERS_URL =
16
"https://gist.githubusercontent.com/egeakman/469f9abb23a787df16d8787f438dfdb6/raw/62d2b7e77c1b078a0e27578c72598a505f9fafbf/speakers.json";
17
-const SCHEDULE_URL = API_URL + "/schedule.json";
+const SCHEDULE_URL =
18
+ "https://gist.githubusercontent.com/nikoshell/55ab27b228a31130134f689429e93bf5/raw/a1542efb298366645ad44ae9087772671646d51b/schedule.json";
19
20
// Define output directory and file paths
21
const DATA_DIR = path.join(__dirname, "../data");
0 commit comments