Make language-switcher use hreflang
All checks were successful
Build and deploy updated apps / Build & deploy (push) Successful in 2m36s
All checks were successful
Build and deploy updated apps / Build & deploy (push) Successful in 2m36s
This commit is contained in:
parent
9408abc1be
commit
75df4d7c6f
@ -30,6 +30,7 @@ const classes = useStyling(
|
||||
to: { path: path(undefined, { locale: candidate.code }).value, query: { freeze: 'true' } },
|
||||
'@click': preferLocale(candidate.code),
|
||||
active: false,
|
||||
hreflang: candidate.code, // keep for SEO
|
||||
}"
|
||||
:text="candidate.code.toUpperCase()"
|
||||
v-for="candidate in candidates"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user