update links

This commit is contained in:
plebeius
2026-02-11 21:27:18 +08:00
parent df9278237a
commit 9c1879045d
10 changed files with 19 additions and 19 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ export interface DirectoriesState {
error: Error | null;
}
const GITHUB_URL = 'https://raw.githubusercontent.com/plebbit/lists/master/5chan-directories.json';
const GITHUB_URL = 'https://raw.githubusercontent.com/bitsocialhq/lists/master/5chan-directories.json';
const LOCALSTORAGE_KEY = '5chan-directories-cache';
const LOCALSTORAGE_TIMESTAMP_KEY = '5chan-directories-cache-timestamp';
const CACHE_MAX_AGE_MS = 60 * 60 * 1000; // 1 hour