Skip to content
This repository was archived by the owner on May 15, 2024. It is now read-only.

Commit

Permalink
🐛 fix(provider): flatten array to correct language tags structure
Browse files Browse the repository at this point in the history
  • Loading branch information
k99k5 committed Apr 7, 2024
1 parent c45ca16 commit 4634f04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/provider/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export const baseConfig = {
{
tags: this.global.hideLanguages.map(lang => {
return Object.keys(supportedLocales).map(locale => i18nFn(locale, lang));
}),
}).flat(),
reason: 'language',
},
{
Expand Down

0 comments on commit 4634f04

Please sign in to comment.