frontend: add no cache directive on index.html
Signed-off-by: Nicolas Froger <nicolas@kektus.xyz>
This commit is contained in:
parent
f68848d88c
commit
800e825cdb
1 changed files with 1 additions and 0 deletions
|
|
@ -3,6 +3,7 @@
|
|||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<link rel="icon" href="/favicon.ico">
|
||||
<meta http-equiv="Cache-Control" content="no-cache">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="theme-color" content="#000000">
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="#000000">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue