Remove redundant double quotes in page titles (#11352)

This commit is contained in:
woxtu 2023-07-26 15:26:41 +09:00 committed by GitHub
parent 92337b0504
commit dc452bf89a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@ const headerActions = $computed(() => []);
const headerTabs = $computed(() => []);
definePageMetadata(computed(() => page ? {
title: computed(() => page.title || page.name),
title: page.title || page.name,
avatar: page.user,
path: `/@${page.user.username}/pages/${page.name}`,
share: {