Skip to content

Commit

Permalink
docs: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
brillout committed Jan 26, 2024
1 parent 9e889dc commit 82c96b5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/vike-react/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@ Vike and React.

`vike-react` introduces the following new settings:

* [`Head`](https://vike.dev/Head): **Component** Component to be rendered inside the <head> tag.
* [`title`](https://vike.dev/Head): **string** `<title>...</title>` tag.
* [`favicon`](https://vike.dev/Head): **string** `<link rel="icon" href="..." />` tag.
* [`Head`](https://vike.dev/head): **Component** Component to be rendered inside the <head> tag.
* [`title`](https://vike.dev/head): **string** `<title>...</title>` tag.
* [`favicon`](https://vike.dev/head): **string** `<link rel="icon" href="..." />` tag.
* [`lang`](https://vike.dev/lang): **string** `<html lang="...">` tag.
* [`ssr`](https://vike.dev/ssr): **boolean** Enable/disable Server-Side Rendering
([SSR](https://vike.dev/render-modes)).
Expand Down

0 comments on commit 82c96b5

Please sign in to comment.