diff --git a/docs/content/docs/4.api/0.options.md b/docs/content/docs/4.api/0.options.md index da238a92b..098c4a84a 100644 --- a/docs/content/docs/4.api/0.options.md +++ b/docs/content/docs/4.api/0.options.md @@ -511,6 +511,12 @@ This feature relies on [Nuxt's `experimental.typedRoutes`](https://nuxt.com/docs Changing this will also change the paths in `locales` returned by `useI18n()`{lang="ts"}. :: +### `alternateLinkCanonicalQueries` + +- type: `boolean`{lang="ts-type"} +- default: `false`{lang="ts"} +- Whether to remove non-canonical query parameters from alternate link meta tags + ## customBlocks Configure the `i18n` custom blocks of SFC.