mirror of
https://github.com/driftywinds/driftywinds.github.io.git
synced 2025-12-19 11:03:32 +00:00
Disable force-cache
This commit is contained in:
@@ -9,9 +9,7 @@
|
|||||||
} else insertAddToAltStoreBanner();
|
} else insertAddToAltStoreBanner();
|
||||||
})();
|
})();
|
||||||
|
|
||||||
fetch(sourceURL, {
|
fetch(sourceURL)
|
||||||
cache: "force-cache"
|
|
||||||
})
|
|
||||||
.then(response => response.json())
|
.then(response => response.json())
|
||||||
.then(json => {
|
.then(json => {
|
||||||
// Set tint color
|
// Set tint color
|
||||||
|
|||||||
Reference in New Issue
Block a user