mirror of
https://github.com/reonokiy/blog.nokiy.net.git
synced 2025-06-15 19:22:52 +02:00
test: title flash issue on ios
This commit is contained in:
parent
aa63803aa2
commit
113f37a9e0
6 changed files with 141 additions and 161 deletions
|
@ -41,7 +41,7 @@ export default defineConfig({
|
|||
i18n: {
|
||||
locales: Object.entries(langMap).map(([path, codes]) => ({
|
||||
path,
|
||||
codes,
|
||||
codes: codes as [string, ...string[]],
|
||||
})),
|
||||
defaultLocale: locale,
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue