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 80e1049 commit 3ef33d7Copy full SHA for 3ef33d7
.gitignore
@@ -1,3 +1,4 @@
1
.eodash
2
node_modules
3
-.DS_Store
+.DS_Store
4
+.env
src/main.js
@@ -179,7 +179,7 @@ function assignStacEndpoint() {
179
stacEndpoint,
180
);
181
182
- return /** @type {`${string}/catalog.json`} */ (stacEndpoint);
+ return /** @type {`${string}/catalog.json`} */ (stacEndpoint) + "?t=" + Date.now();
183
}
184
185
if (window.parent !== window) {
0 commit comments