Skip to content

Commit

Permalink
add: CSS cache busting
Browse files Browse the repository at this point in the history
  • Loading branch information
joshbruce committed Feb 23, 2024
1 parent fcafd84 commit c49994b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site-root/public/head.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@
<meta name="twitter:image" content="<?php print($poster); ?>">

<!-- Styles w/ query cache break -->
<link type="text/css" rel="stylesheet" href="/css/main.css?v=1.0.1">
<link type="text/css" rel="stylesheet" href="/css/main.css?v=1.0.2">
</head>
<body>

0 comments on commit c49994b

Please sign in to comment.