Skip to content

Commit

Permalink
Update 5.seo-meta.md
Browse files Browse the repository at this point in the history
- removed unnecessary punctuation
- sentence update for better readability
  • Loading branch information
Tanvir-rahman committed Mar 15, 2024
1 parent 6439244 commit 6109fa0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/1.getting-started/5.seo-meta.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ See [@unhead/schema](https://github.com/unjs/unhead/blob/main/packages/schema/sr

### Reactivity

Reactivity is supported on all properties, by providing a computed value, a getter, or a reactive object.
Reactivity is supported on all properties, by providing a computed value, a getter or a reactive object.

It's recommended to use getters (`() => value`) over computed (`computed(() => value)`).

Expand Down Expand Up @@ -172,9 +172,9 @@ It's recommended to use getters (`() => value`) over computed (`computed(() => v

You can use the `titleTemplate` option to provide a dynamic template for customizing the title of your site. For example, you could add the name of your site to the title of every page.

The `titleTemplate` can either be a string, where `%s` is replaced with the title, or a function.
The `titleTemplate` can either be a string, where `%s` is replaced with the title or a function.

If you want to use a function (for full control), then this cannot be set in your `nuxt.config`, and it is recommended instead to set it within your `app.vue` file, where it will apply to all pages on your site:
If you want to use a function (for full control), then this cannot be set in your `nuxt.config`. It is recommended instead to set it within your `app.vue` file where it will apply to all pages on your site:

::code-group

Expand Down

0 comments on commit 6109fa0

Please sign in to comment.