We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2d6484 commit 3f35153Copy full SHA for 3f35153
public/serviceWorker.js
@@ -25,6 +25,7 @@ const downloadFirstRunAssets = async () => {
25
'/build/tailwind.css',
26
'/build/main.js',
27
'/data/huts.json',
28
+ '/data/places.json',
29
'/icons/marker.svg',
30
'/icons/location-indicator.svg'
31
]);
@@ -106,9 +107,6 @@ const rules = {
106
107
// First party scripts should be fetched from the network, if possible.
108
[self.registration.scope]: networkThenCache,
109
- // Cache doc huts.
110
- "https://api.doc.govt.nz/v2/huts?coordinates=wgs84": cacheThenNetwork,
111
-
112
// Fetch latest mountain data, if we have a network connection.
113
"https://raw.githubusercontent.com/fallaciousreasoning/nz-mountains/main/mountains.json": networkThenCache,
114
}
0 commit comments