mirror of https://github.com/onweru/compose.git

weru
31.25.2021 4aca05ef578d0cb0f08470a0cf70ef06a0436ad8
fix fetch url
1 files modified
2 ■■■ changed files
assets/js/search.js 2 ●●● patch | view | raw | blame | history
assets/js/search.js
@@ -195,7 +195,7 @@
}
window.addEventListener('load', function() { 
  fetch("/index.json")
  fetch(`${rootURL}index.json`)
  .then(response => response.json())
  .then(function(data) {
    data = data.length ? data : [];