Skip to content

Commit

Permalink
set cache control to no cache
Browse files Browse the repository at this point in the history
  • Loading branch information
asomoza committed Nov 13, 2023
1 parent 24f741d commit ad7c38f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Expires" content="0">

<title>Image Artisan XL</title>

<link rel="preconnect" href="https://fonts.googleapis.com">
Expand Down

0 comments on commit ad7c38f

Please sign in to comment.