1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-03 15:16:40 -04:00

fix algolia base domain, use first party assets

This commit is contained in:
2020-12-09 09:36:07 -05:00
parent 6875435c61
commit de1996c661
6 changed files with 24 additions and 13 deletions

View File

@ -13,3 +13,7 @@
{{- $js := $bundle | resources.Concat "/js/app.js" -}}
<script async defer src="{{ $js.Permalink }}"></script>
{{- $algolia := resources.Get "js/vendor/algolia.js" -}}
{{- $searchJS := slice $algolia | resources.Concat "/js/search.js" -}}
<!-- {{ $searchJS.Permalink }} -->