Skip to content

Commit 757b6d3

Browse files
authored
🔨 refactor: Add Cache Busting to index.html (danny-avila#3824)
1 parent 3b61322 commit 757b6d3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
<meta name="mobile-web-app-capable" content="yes">
88
<meta name="apple-mobile-web-app-capable" content="yes">
99
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
10+
<!-- Cache Busting -->
11+
<meta http-equiv='cache-control' content="no-cache, no-store, must-revalidate">
12+
<meta http-equiv='expires' content='0'>
13+
<meta http-equiv='pragma' content='no-cache'>
1014
<title>LibreChat</title>
1115
<link
1216
rel="shortcut icon"

0 commit comments

Comments
 (0)