enhance(frontend): 個別お知らせページではmetaタグを出力するように (#14902)

* enhance(frontend): 個別お知らせページではmetaタグを出力するように

* Update Changelog
This commit is contained in:
かっこかり 2024-11-09 10:53:09 +09:00 committed by GitHub
parent 5b60ae810b
commit e75b62f3f5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 62 additions and 4 deletions

View file

@ -103,7 +103,7 @@ const headerActions = computed(() => []);
const headerTabs = computed(() => []);
definePageMetadata(() => ({
title: announcement.value ? `${i18n.ts.announcements}: ${announcement.value.title}` : i18n.ts.announcements,
title: announcement.value ? announcement.value.title : i18n.ts.announcements,
icon: 'ti ti-speakerphone',
}));
</script>