Skip to content

Commit

Permalink
fix: inconsistance links page setup and configs
Browse files Browse the repository at this point in the history
  • Loading branch information
bennyxguo committed Sep 16, 2023
1 parent 2c30969 commit 719f3c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/links.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 719f3c4

Please sign in to comment.