From d8d2fc34dda576d0d6baf9132af0ec033fccabb3 Mon Sep 17 00:00:00 2001 From: kyrykbaev Date: Mon, 1 Jun 2026 06:12:38 +0000 Subject: [PATCH] fix: load ai-cache.json from same origin (relative path) --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 7a4955a..7e7af73 100644 --- a/index.html +++ b/index.html @@ -507,7 +507,7 @@ const GITEA_API = 'https://git.vibe42.kz/api/v1'; const GITEA_OWNER = 'kyrykbaev'; const GITEA_REPO = 'kpi-dashboard'; const AI_CACHE_FILE = 'ai-cache.json'; -const AI_CACHE_RAW = `https://git.vibe42.kz/${GITEA_OWNER}/${GITEA_REPO}/raw/branch/main/${AI_CACHE_FILE}`; +const AI_CACHE_RAW = AI_CACHE_FILE; const AppState = { rawRows: [], snapshots: [], dailySeries: {},