Skip to content

Commit

Permalink
Add caching headers
Browse files Browse the repository at this point in the history
  • Loading branch information
RioKnightleyNHS committed Dec 5, 2023
1 parent e7cf7ce commit e8232bd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
/>

<meta charset="utf-8" />
<meta http-equiv="Cache-control" content="no-store" />
<meta http-equiv="Pragma" content="no-cache" />

<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<link rel="apple-touch-icon" sizes="57x57" href="%PUBLIC_URL%/apple-icon-57x57.png" />
<link rel="apple-touch-icon" sizes="60x60" href="%PUBLIC_URL%/apple-icon-60x60.png" />
Expand Down

0 comments on commit e8232bd

Please sign in to comment.