Skip to content

Commit 10e558f

Browse files
committed
chore: cache resent for prod launch
1 parent c3052fb commit 10e558f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@
136136
function _resetCacheIfNeeded() {
137137
window.cacheClearError;
138138
const cacheKey = "browserCacheVersionKey";
139-
const newCacheVersion = "V5"; // just increment this number to V2, v3 etc. to force clear the cached content.
139+
const newCacheVersion = "V6"; // just increment this number to V2, v3 etc. to force clear the cached content.
140140
const lastClearedVersion = window.localStorage.getItem(cacheKey);
141141
if(lastClearedVersion === null){
142142
// setup First load flag, no cache, return.

0 commit comments

Comments
 (0)