mirror of
https://github.com/10h30/blog-balodeplao.git
synced 2026-05-12 15:21:15 +09:00
Update i18n configuration to set default locale to Vietnamese and adjust supported locales
This commit is contained in:
+2
-2
@@ -20,8 +20,8 @@ export default defineConfig({
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
i18n: {
|
i18n: {
|
||||||
defaultLocale: "en",
|
defaultLocale: "vi",
|
||||||
locales: ["en", "es"],
|
locales: ["vi", "en"],
|
||||||
routing: {
|
routing: {
|
||||||
prefixDefaultLocale: false,
|
prefixDefaultLocale: false,
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user