Skip to content
This repository was archived by the owner on Apr 6, 2023. It is now read-only.
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update docs/content/2.guide/2.features/4.head-management.md
Co-authored-by: Damian <48835293+DamianGlowala@users.noreply.github.com>
  • Loading branch information
entity and DamianGlowala authored May 19, 2022
commit 4121af749ef1d2c7d5f8ea083ccaeefa7d6b7159
2 changes: 1 addition & 1 deletion docs/content/2.guide/2.features/4.head-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Then you can set a title as you usually would:
});
</script>
```
This will now appear as 'My Page - Site Title' in the browser tab, you can also pass `null` to default to the site title.
This will now appear as 'My Page - Site Title' in the browser tab. You can also pass `null` to default to the site title.
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
This will now appear as 'My Page - Site Title' in the browser tab. You can also pass `null` to default to the site title.
Now, if you set the title to `My Page` with `useHead` on another page of your site, the title would appear as 'My Page - Site Title' in the browser tab. You can also pass `null` to default to the site title.


## Meta Components

Expand Down