cachebust style and js at build time

This commit is contained in:
2025-08-04 03:10:38 +03:00
parent f08c60de75
commit 7702384c40
6 changed files with 15 additions and 8 deletions

View File

@ -83,5 +83,5 @@
</span>
</div>
</div>
<script src="/static/js/thread.js?v=1"></script>
<script src="{{ "/static/js/thread.js" | cachebust }}"></script>
{% endblock %}