config: set default locale to English and update CREEM production URLs

- Change default locale from zh to en for international audience
- Update .env.example with production CREEM API URL
- Set SUCCESS_URL to meeyao.com/en/store
This commit is contained in:
zl-q
2026-05-11 18:51:18 +08:00
parent f07e307e82
commit ec810a8c45
3 changed files with 10 additions and 7 deletions
+2 -2
View File
@@ -11,8 +11,8 @@ export default defineConfig({
}),
integrations: [react()],
i18n: {
locales: ['zh', 'zh_Hant', 'en'],
defaultLocale: 'zh',
locales: ['en', 'zh', 'zh_Hant'],
defaultLocale: 'en',
routing: {
prefixDefaultLocale: true,
},