chore: cache bust component js
This commit is contained in:
parent
32c6bc3ba2
commit
16f8f3579f
7 changed files with 8 additions and 8 deletions
|
@ -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({
|
||||
|
|
Reference in a new issue