Skip to content

Commit

Permalink
chore: update Algolia dependencies and file structure
Browse files Browse the repository at this point in the history
- Updated `algoliasearch` package from version 4.24.0 to 5.19.0.
- Updated `instantsearch.js` and `instantsearch.css` to versions 4.75.7 and 8.5.1 respectively.
- Refactored file paths in `copy-files-from-to.json` to reflect new library structure.
  • Loading branch information
htuzel committed Jan 14, 2025
1 parent d3569e0 commit 098739a
Show file tree
Hide file tree
Showing 15 changed files with 517 additions and 2,086 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@
</script>

<iscomment>--- algoliasearch ---</iscomment>
<script type="module">
import algoliasearch from "${URLUtils.staticURL('js/lib/algolia/algoliasearch-lite.esm.browser.js')}";
window.algoliasearch = algoliasearch;
<script src="${URLUtils.staticURL('/js/lib/algolia/browser.js')}"></script>
<script>
// Global algoliasearch değişkenini oluştur
window.algoliasearch = window['algoliasearch/lite'].liteClient;
</script>

<iscomment>--- Algolia autocomplete.js ---</iscomment>
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 098739a

Please sign in to comment.