From 667e1dff215164db3e86573382333b4abdd31988 Mon Sep 17 00:00:00 2001 From: Benny Guo Date: Mon, 17 Jul 2023 12:54:55 +0800 Subject: [PATCH] fix: main author not able to load in home page --- src/views/Home.vue | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/views/Home.vue b/src/views/Home.vue index b9248618..bfe671cd 100644 --- a/src/views/Home.vue +++ b/src/views/Home.vue @@ -77,7 +77,7 @@
- + @@ -226,10 +226,6 @@ export default defineComponent({ } return categoryStore.categories }), - mainAuthor: computed(() => { - let author = appStore.themeConfig.site.author.toLocaleLowerCase() - return author.replace(/[\s]+/g, '-') - }), recentCommentEnable: computed(() => { return ( (appStore.themeConfig.plugins.gitalk.enable &&