There was an error while loading. Please reload this page.
1 parent 1705a59 commit fdac7b3Copy full SHA for fdac7b3
1 file changed
src/download.ts
@@ -58,7 +58,7 @@ export type CurrentVersion = VersionNumber & {
58
// Configuration constants
59
//
60
61
-const BASE_URL = 'https://data.10ten.study/';
+const BASE_URL = 'https://data.10ten.life/';
62
63
const DOWNLOAD_TIMEOUT = 20_000;
64
@@ -357,8 +357,8 @@ async function* getEvents({
357
format === 'patch'
358
? `${commonUrlStart}-patch.jsonl`
359
: partInfo
360
- ? `${commonUrlStart}-${partInfo.part}.jsonl`
361
- : `${commonUrlStart}.jsonl`;
+ ? `${commonUrlStart}-${partInfo.part}.jsonl`
+ : `${commonUrlStart}.jsonl`;
362
363
let response;
364
try {
0 commit comments