chore: cache bust component js

This commit is contained in:
Cory Dransfeldt 2024-08-11 15:09:24 -07:00
parent 32c6bc3ba2
commit 16f8f3579f
No known key found for this signature in database
7 changed files with 8 additions and 8 deletions

View file

@ -4,7 +4,7 @@ description: Search through and find the posts and links on my site.
layout: default
permalink: /search.html
---
<script src="/assets/scripts/components/minisearch.js"></script>
<script src="/assets/scripts/components/minisearch.js?v={% appVersion %}"></script>
<script type="module">
(() => {
const miniSearch = new MiniSearch({