Merge pull request #1315 from PJ-568/master

fix(core): fix browser cache performance issue
pull/1322/head
Ruipeng Zhang 2024-08-30 11:22:29 -07:00 committed by GitHub
commit 4d7c54573c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

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