Skip to content

Commit

Permalink
docs: minor
Browse files Browse the repository at this point in the history
  • Loading branch information
brillout committed Jan 26, 2024
1 parent 82c96b5 commit 9e14366
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vike-react/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Vike and React.
* [`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.
* [`lang`](https://vike.dev/lang): **string** `<html lang="...">` attribute.
* [`ssr`](https://vike.dev/ssr): **boolean** Enable/disable Server-Side Rendering
([SSR](https://vike.dev/render-modes)).
* [`stream`](https://vike.dev/stream): **boolean** Enable/disable [HTML streaming](https://vike.dev/streaming).
Expand Down

0 comments on commit 9e14366

Please sign in to comment.