mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-17 00:40:14 +01:00
🔨 refactor: Add Cache Busting to index.html (#3824)
This commit is contained in:
parent
3b61322459
commit
757b6d3275
1 changed files with 4 additions and 0 deletions
|
|
@ -7,6 +7,10 @@
|
||||||
<meta name="mobile-web-app-capable" content="yes">
|
<meta name="mobile-web-app-capable" content="yes">
|
||||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||||
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
|
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
|
||||||
|
<!-- Cache Busting -->
|
||||||
|
<meta http-equiv='cache-control' content="no-cache, no-store, must-revalidate">
|
||||||
|
<meta http-equiv='expires' content='0'>
|
||||||
|
<meta http-equiv='pragma' content='no-cache'>
|
||||||
<title>LibreChat</title>
|
<title>LibreChat</title>
|
||||||
<link
|
<link
|
||||||
rel="shortcut icon"
|
rel="shortcut icon"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue