🔄 Fix cache busting: version timestamp em app.js
This commit is contained in:
+4
-1
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user