fix: bust browser cache for app.js to force reload of updated script

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Your Name
2026-05-19 14:42:36 +03:00
parent aaf20ac9f3
commit 68a8865dc6

View File

@@ -735,6 +735,6 @@
<script src="/app/vue.global.prod.js"></script>
<script src="/app/bootstrap.bundle.min.js"></script>
<script src="/app/app.js" defer></script>
<script src="/app/app.js?v=2" defer></script>
</body>
</html>