mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-24 15:28:57 +00:00
9ed063f32d
- Update CDN paths to dist/lite/builds/browser.umd.js in jsdelivr.yml and unpkg.yml - Replace local assets/lib/algoliasearch/algoliasearch-lite.umd.min.js with browser.umd.js - Update librarybot.yml sync source to dist/lite/builds/browser.umd.js - Update Hugo template fallback path to lib/algoliasearch/browser.umd.js - Rewrite search.ts algolia integration to use window['algoliasearch/lite'].liteClient (v5 API, removes initIndex compat) - Update window type declaration in ui.ts to match v5 UMD global