mirror of
https://github.com/hpware/news-analyze.git
synced 2025-06-23 21:14:23 +00:00
feat: update i18n configuration, enhance news organization page layout, and add logo URL
This commit is contained in:
parent
dce96b3a35
commit
6995c7f5d2
4 changed files with 19 additions and 16 deletions
|
@ -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' },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue