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

@ -9,6 +9,7 @@ export default defineNuxtConfig({
modules: ['@nuxt/image', '@nuxtjs/robots', '@nuxtjs/seo', '@nuxtjs/i18n', "@nuxtjs/tailwindcss"],
i18n: {
defaultLocale: 'en',
vueI18n: './i18n.config.ts',
locales: [
{ code: 'en', name: 'English', file: 'en.json' },
{ code: 'zh_tw', name: 'Chinese Tradional', file: 'zh-tw.json' },