fix: cache busting for app.js, bump 1.0.24
Deploy loadtest / validate (push) Waiting to run

This commit is contained in:
2026-07-11 10:26:29 +04:00
parent 1bd8a41c63
commit b1e54fa325
+1 -1
View File
@@ -117,6 +117,6 @@
</div> </div>
</div> </div>
<script src="/static/app.js"></script> <script src="/static/app.js?v=1.0.23"></script>
</body> </body>
</html> </html>