Skip to content

Commit

Permalink
chore: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chihuo2104 committed Mar 31, 2023
1 parent fccd403 commit 5429fa2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@ posts.value.sort((a, b) => {
// return true
// }
// }
if (process.browser) {
document.title = '文章列表 - ' + settings.value.site.title
}
// if (process.browser) {
// document.title = '文章列表 - ' + settings.value.site.title
// }
</script>
<template>
<div id="article-list">
Expand Down

1 comment on commit 5429fa2

@so1ve
Copy link

@so1ve so1ve commented on 5429fa2 Mar 31, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

哼哼,啊啊啊啊啊啊啊啊啊啊啊啊

Please sign in to comment.