chore: enable brotli and gzip for public assets

This commit is contained in:
AnotiaWang
2025-02-17 23:36:57 +08:00
parent f15dde29c0
commit 212bc8b50e
2 changed files with 5 additions and 1 deletions

View File

@ -3,7 +3,7 @@ import zh from '~/i18n/zh.json'
export default defineI18nConfig(() => ({
legacy: false,
fallbackLocale: 'en',
fallbackLocale: 'zh',
availableLocales: ['en', 'zh'],
messages: {
en,