Add cache buster to CSS and JS files

This commit is contained in:
itsaygea
2026-01-24 09:16:29 -07:00
parent 33029e53aa
commit 3253f1f9a7
+2 -2
View File
@@ -7,7 +7,7 @@
<link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Orbitron:wght@400;500;600;700;800;900&family=Rajdhani:wght@300;400;500;600;700&family=Share+Tech+Mono&display=swap" rel="stylesheet"> <link href="https://fonts.googleapis.com/css2?family=Orbitron:wght@400;500;600;700;800;900&family=Rajdhani:wght@300;400;500;600;700&family=Share+Tech+Mono&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/style.css"> <link rel="stylesheet" href="css/style.css?v=3">
</head> </head>
<body> <body>
<!-- Mobile Menu Toggle --> <!-- Mobile Menu Toggle -->
@@ -603,6 +603,6 @@
</div> </div>
</div> </div>
<script src="js/main.js"></script> <script src="js/main.js?v=3"></script>
</body> </body>
</html> </html>