Skip to content

Commit 359cbb3

Browse files
authored
docs(options): list strictSeo under experimental (#3712)
1 parent 0d73b0b commit 359cbb3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/content/docs/04.api/00.options.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -452,6 +452,12 @@ Experimental configuration property is an object with the following properties:
452452
For more details on how to define the locale detector, see the [`defineI18nLocaleDetector()`{lang="ts"} API](/docs/composables/define-i18n-locale-detector)
453453
::
454454

455+
### `strictSeo`
456+
457+
- type: `boolean | SeoAttributesOptions`{lang="ts-type"}
458+
- default: `false`{lang="ts"}
459+
- Enables strict SEO mode.
460+
455461
### `typedPages`
456462

457463
- type: `boolean`{lang="ts-type"}
@@ -487,12 +493,6 @@ This feature relies on [Nuxt's `experimental.typedRoutes`](https://nuxt.com/docs
487493
This functionality is only supported for projects using vite.
488494
::
489495

490-
## `strictSeo`
491-
492-
- type: `boolean | SeoAttributesOptions`{lang="ts-type"}
493-
- default: `false`{lang="ts"}
494-
- Enables strict SEO mode.
495-
496496
## customBlocks
497497

498498
Configure the `i18n` custom blocks of SFC.

0 commit comments

Comments
 (0)