🔄 Fix cache busting: version timestamp em app.js

This commit is contained in:
2026-05-26 00:34:29 +00:00
parent e325c888fc
commit b02f6dcca8
+4 -1
View File
@@ -184,6 +184,9 @@
<!-- Bibliotecas externas para renderizar markdown e blocos de código -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/marked/12.0.1/marked.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/highlight.min.js"></script>
<script src="app.js"></script>
<!-- V2 cache-busting: version timestamp -->
<script>
document.write('<script src="app.js?v=' + Date.now() + '"><\/script>');
</script>
</body>
</html>