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