Skip to content

Commit

Permalink
Cache-bust css
Browse files Browse the repository at this point in the history
  • Loading branch information
mrozbarry committed Feb 25, 2021
1 parent c889d19 commit 2a5cb2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
<link rel="manifest" href="/site.webmanifest" />
<script src="https://kit.fontawesome.com/57cb566a11.js" crossorigin="anonymous"></script>
<link href="/styles/styles.css" rel="stylesheet" />
<link href="/styles/styles.css?v=1" rel="stylesheet" />
<script type="module">
const onCreateMob = (form) => {
const data = new FormData(form);
Expand Down

0 comments on commit 2a5cb2d

Please sign in to comment.