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 8ff4df1 commit 31ec302Copy full SHA for 31ec302
examples/articles/index.js
@@ -22,3 +22,8 @@ ias.on('page', (e) => {
22
23
history.replaceState(state, e.title, e.url);
24
});
25
+
26
+// disable cache busting
27
+ias.on('load', function(event) {
28
+ event.nocache = true;
29
+});
0 commit comments