official website update

This commit is contained in:
Fabrice LAMANT
2026-02-04 09:28:16 +01:00
parent d48d904f95
commit b7e4dc2ae4
11 changed files with 469 additions and 359 deletions

View File

@ -5,7 +5,7 @@ export class Cache {
private debug = Debug("olympics-calendar:cache");
private cachePath = (key: string): string => {
return `./cache/${key}.cached`;
return `./cache/${key}.json`;
};
public get(key: string): string | null {