Skip to content

Commit

Permalink
Fix/css cache (#63)
Browse files Browse the repository at this point in the history
* Update css versions

* Update CSS Cache

* Update CSS Cache
  • Loading branch information
EvieePy authored Nov 27, 2024
1 parent 4947cc5 commit 18fd86f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<!-- STYLESHEETS -->
<!-- <link rel="preload" href="static/styles/global.css" as="style" /> -->
<!-- <link rel="preload" href="static/styles/highlights.css" as="style" /> -->
<link rel="stylesheet" type="text/css" href="/static/styles/global.css?v=9" />
<link rel="stylesheet" type="text/css" href="/static/styles/global.css?v=10" />

<!-- FONTS -->
<link rel="preconnect" href="https://fonts.googleapis.com">
Expand Down Expand Up @@ -115,4 +115,4 @@
</div>
</body>

</html>
</html>
4 changes: 2 additions & 2 deletions web/password.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<!-- STYLESHEETS -->
<!-- <link rel="preload" href="static/styles/global.css" as="style" /> -->
<!-- <link rel="preload" href="static/styles/highlights.css" as="style" /> -->
<link rel="stylesheet" type="text/css" href="/static/styles/global.css?v=9" />
<link rel="stylesheet" type="text/css" href="/static/styles/global.css?v=10" />
<link rel="stylesheet" type="text/css" href="/static/styles/highlights.css" />

<!-- FONTS -->
Expand Down Expand Up @@ -97,4 +97,4 @@ <h1>Password Protected!</h1>
<div style="display: none;" hx-get="/raw/0" hx-trigger="keyup[ctrlKey&&shiftKey&&key=='R'] from:body"></div>
</body>

</html>
</html>
4 changes: 2 additions & 2 deletions web/paste.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<!-- STYLESHEETS -->
<!-- <link rel="preload" href="static/styles/global.css" as="style" /> -->
<!-- <link rel="preload" href="static/styles/highlights.css" as="style" /> -->
<link rel="stylesheet" type="text/css" href="/static/styles/global.css?v=9" />
<link rel="stylesheet" type="text/css" href="/static/styles/global.css?v=10" />
<link rel="stylesheet" type="text/css" href="/static/styles/highlights.css" />

<!-- FONTS -->
Expand Down Expand Up @@ -85,4 +85,4 @@
<div style="display: none;" hx-get="/raw/0" hx-trigger="keyup[ctrlKey&&shiftKey&&key=='R'] from:body"></div>
</body>

</html>
</html>

0 comments on commit 18fd86f

Please sign in to comment.