diff --git a/site/docs/.vuepress/client.js b/site/docs/.vuepress/client.js index 4d667f35f..ad348c49c 100644 --- a/site/docs/.vuepress/client.js +++ b/site/docs/.vuepress/client.js @@ -40,7 +40,7 @@ export default defineClientConfig({ // add old docs contributors router.afterEach((to, from) => { - if (to.fullPath !== from.fullPath) { + if (to.path !== from.path) { addOldDocsContributors(); } });