feat: update i18n configuration, enhance news organization page layout, and add logo URL

This commit is contained in:
yuanhau 2025-05-06 16:34:35 +08:00
parent dce96b3a35
commit 6995c7f5d2
4 changed files with 19 additions and 16 deletions

View file

@ -0,0 +1,4 @@
export default defineI18nConfig(() => ({
legacy: false,
locale: 'en',
}))