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 &&