feat: initial version
publish-content / build (push) Canceled after 0s

This commit is contained in:
2026-09-05 20:39:54 +05:00
parent 960e098ff7
commit b1b4d29803
24 changed files with 4321 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
import cfg from '../../config.json';
// Индекс контента публикуется CI в ветку `published`; raw.githubusercontent
// отдаёт его с кэшем 5 минут и CORS *. Документы и картинки внутри индекса —
// абсолютные URL на jsDelivr, запиннованные на SHA коммита (иммутабельные).
export const INDEX_URL = `https://raw.githubusercontent.com/${cfg.repo}/${cfg.branch}/index.json`;