Skip to content

Commit 7b87caa

Browse files
committed
fix: add cache busting query for download page script
1 parent 5026293 commit 7b87caa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pages-site/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,6 @@ <h2>Проблемы с загрузкой?</h2>
9696
</p>
9797
</section>
9898
</main>
99-
<script src="./app.js"></script>
99+
<script src="./app.js?v=1.0.2"></script>
100100
</body>
101101
</html>

0 commit comments

Comments
 (0)