From dcd9d452cd2a809944f6ec4b05a5a9ab1c4fbda5 Mon Sep 17 00:00:00 2001 From: Benny Guo Date: Sun, 17 Sep 2023 01:20:47 +0800 Subject: [PATCH] fix: inconsistance links page setup and configs --- src/pages/links.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/links.vue b/src/pages/links.vue index 00ea288a..bda57635 100644 --- a/src/pages/links.vue +++ b/src/pages/links.vue @@ -141,7 +141,7 @@ export default defineComponent({ const { enabledCommentPlugin } = useCommentPlugin() const fetchArticle = async () => { - pageData.value = await articleStore.fetchArticle('friends') + pageData.value = await articleStore.fetchArticle('links') updateTitle(appStore.locale) await nextTick() postStatsRef.value?.getCommentCount()