Skip to content

Commit

Permalink
Fixed path to cache.min.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mig281 committed Nov 3, 2023
1 parent 57c32fd commit 3499810
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
</script>

<!-- Client-side cache -->
<script src="js/cache.min.js"></script>
<script src="{{ "js/cache.min.js" | relative_url }}"></script>
<script>
app.helpers.events.on(window, 'load', function () {
app.cache.load([
Expand Down

0 comments on commit 3499810

Please sign in to comment.