Skip to content

Commit

Permalink
Just use latest CSS (#66)
Browse files Browse the repository at this point in the history
* Just use latest CSS
* Bust the cache.
  • Loading branch information
ntoll authored May 10, 2024
1 parent a2321f2 commit 0c25ff6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap" rel="stylesheet">

<link rel="stylesheet" href="assets/css/main.css?v=1.3">
<link rel="stylesheet" href="assets/css/main.css?v=1.4">

<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-LKETQQ110J"></script>
Expand Down

0 comments on commit 0c25ff6

Please sign in to comment.