Skip to content

Commit

Permalink
🔧 Add cache busting to index.html.
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasGilg committed Nov 10, 2023
1 parent 5a49523 commit b1befd5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frontend/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta http-equiv="Cache-control" content="no-cache, no-store, must-revalidate">
<meta http-equiv="Pragma" content="no-cache">
<title>ESID</title>
<link rel="icon" href="icon.svg" />
<link rel="manifest" href="manifest.json" />
Expand Down

0 comments on commit b1befd5

Please sign in to comment.