Skip to content

Commit

Permalink
feat(plugin-redirect): appear target language first
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Hope committed Sep 21, 2024
1 parent e5078f6 commit 89fa630
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ export default defineComponent({
if (info.value) {
const { lang, localePath } = info.value
const locales = [
redirectLocales[routeLocale.value],
redirectLocales[localePath],
redirectLocales[routeLocale.value],
]

return {
Expand Down

0 comments on commit 89fa630

Please sign in to comment.