fix(core): fix browser cache performance issue

This commit is contained in:
PJ-568
2024-08-19 13:07:21 +08:00
parent 5eb0df8414
commit dc53f55d9b

View File

@@ -18,7 +18,8 @@
'#back-to-top',
'#comments link',
'#comments script'
]
],
cacheBust: false
});
} catch (e) {
console.warn('PJAX error: ' + e);