File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 55 {% set site_url = config.site_url | default(nav.homepage.url, true) | url %}
66
77 < link rel ="stylesheet " href ="https://cdn.jsdelivr.net/npm/instantsearch.css@7/themes/algolia-min.css "/>
8- < link rel ="stylesheet " href ="{{ site_url }} /css/instantsearch.css "/>
8+ < link rel ="stylesheet " href ="/en/search-page-front /css/instantsearch.css "/>
99{% endblock %}
1010
1111{% block scripts %}
1414
1515 < script src ="https://cdn.jsdelivr.net/npm/algoliasearch@4/dist/algoliasearch-lite.umd.js "> </ script >
1616 < script src ="https://cdn.jsdelivr.net/npm/instantsearch.js@4 "> </ script >
17- < script src ="{{ site_url }} /js/instantsearch.js "> </ script >
17+ < script src ="/en/search-page-front /js/instantsearch.js "> </ script >
1818{% endblock %}
1919
2020{% block site_nav %}
You can’t perform that action at this time.
0 commit comments