From dc53f55d9b852ae52282c7160b7fe0d1cac445bc Mon Sep 17 00:00:00 2001 From: PJ-568 Date: Mon, 19 Aug 2024 13:07:21 +0800 Subject: [PATCH] fix(core): fix browser cache performance issue --- source/js/pjax.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/js/pjax.js b/source/js/pjax.js index ffb9e04..19d752e 100644 --- a/source/js/pjax.js +++ b/source/js/pjax.js @@ -18,7 +18,8 @@ '#back-to-top', '#comments link', '#comments script' - ] + ], + cacheBust: false }); } catch (e) { console.warn('PJAX error: ' + e);